Skip to content

Commit

Permalink
Quick fix for country formation primary cultures, plus minor other tw…
Browse files Browse the repository at this point in the history
…eaks (ParadoxGameConverters#500)

* Update zzz_ig_on_actions.txt

* Add files via upload

* Update zzz_converter_religious_heritage.txt

* Update zzz_converter_religious_descriptive.txt

* Update 07_dharmic.txt

* Update 01_christianity.txt

* Update 02_islamic.txt

* Update 04_mazdan.txt
MrKinich authored Dec 26, 2023
1 parent 248eaad commit 789c0cf
Showing 9 changed files with 172 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
orthodoxy = {}
coptic = {}
proto_protestant = {}
hindu = {}
sunni_branch = {}
shiite_branch = {}
feminist = {}
@@ -19,4 +18,4 @@ pastoralist = {}
legalist = {}
warmonger = {}
cannibalistic = {}
sacrificer = {}
sacrificer = {}
Original file line number Diff line number Diff line change
@@ -9,3 +9,7 @@ gnostic = {
yazidi = {
heritage = yes
}

vedic = {
heritage = yes
}
Original file line number Diff line number Diff line change
@@ -226,6 +226,148 @@ on_country_released_as_overlord_subject = {
}
}

# Root = Country
on_country_formed = {
effect = {
if = {
limit = {
c:LAO ?= ROOT
}
trigger_event = { id = formation.1 popup = yes }
}
else_if = {
limit = {
c:PLT ?= THIS
was_formed_from = PRG
has_variable = patino_paraguay_var
}
add_primary_culture = cu:guarani
}
else_if = {
limit = {
c:UBD ?= ROOT
}
trigger_event = { id = formation.2 popup = yes }
}
else_if = {
limit = {
c:BYZ ?= ROOT
}
trigger_event = { id = formation.3 popup = yes }
}
else_if = {
limit = {
c:IBE ?= ROOT
}
trigger_event = { id = formation.5 popup = yes }
}
else_if = {
limit = {
OR = {
c:BRZ ?= ROOT
c:USA ?= ROOT
c:SAF ?= ROOT
}
}
trigger_event = { id = formation.6 popup = yes }
}
else_if = {
limit = {
c:KUK ?= ROOT
}
trigger_event = { id = formation.7 popup = yes }
}
else_if = {
limit = {
c:ARA ?= ROOT
}
trigger_event = { id = formation.8 popup = yes }
}
else_if = {
limit = {
c:YUG ?= ROOT
}
trigger_event = { id = formation.9 popup = yes }
}
else_if = {
limit = {
c:SCA ?= ROOT
}
trigger_event = { id = formation.10 popup = yes }
}
else_if = {
limit = {
c:MAL ?= ROOT
}
trigger_event = { id = formation.11 popup = yes }
}
else_if = {
limit = {
c:TRH ?= ROOT
}
trigger_event = { id = formation.12 popup = yes }
}
else_if = {
limit = {
c:IDN ?= ROOT
}
trigger_event = { id = formation.13 popup = yes }
}
else_if = {
limit = {
c:BHT ?= ROOT
}
trigger_event = { id = formation.14 popup = yes }
}
else_if = {
limit = {
c:YEM ?= ROOT
}
trigger_event = { id = formation.15 popup = yes }
}
else_if = {
limit = {
c:KAZ ?= ROOT
}
trigger_event = { id = formation.16 popup = yes }
}
else_if = {
limit = {
c:HRE ?= ROOT
}
trigger_event = { id = formation.18 popup = yes }
}
else_if = {
limit = {
c:UNL ?= ROOT
}
trigger_event = { id = formation.19 popup = yes }
}
else_if = {
limit = {
c:RHN ?= ROOT
}
trigger_event = { id = formation.20 popup = yes }
}
else_if = {
limit = {
c:GER ?= ROOT
}
trigger_event = { id = german_unification.4 popup = yes }
}
else_if = {
limit = {
c:ITA ?= ROOT
}
trigger_event = { id = italian_unification.1 popup = yes }
}
else = {
trigger_event = { id = formation.17 popup = yes }
}
converter_primary_cultures_effect = yes ##Converter
}
}

# Root = Country
# scope:target = Uprising country
on_revolution_start = {
@@ -454,4 +596,4 @@ on_secession_end = {
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -451,7 +451,7 @@ conservative_party = {
limit = {
leader = {
OR = {
has_ideology = ideology:ideology_feminist
is_feminist_character = yes ### Converter
has_ideology = ideology:ideology_pacifist
has_ideology = ideology:ideology_reformer
has_ideology = ideology:ideology_humanitarian
Original file line number Diff line number Diff line change
@@ -492,8 +492,10 @@ liberal_party = {
has_ideology = ideology:ideology_egalitarian
has_ideology = ideology:ideology_egalitarian_modern
leader = {
has_ideology = ideology:ideology_humanitarian
has_ideology = ideology:ideology_humanitarian_royalist
OR = {
has_ideology = ideology:ideology_humanitarian
has_ideology = ideology:ideology_humanitarian_royalist
}
}
}
owner = {
@@ -635,6 +637,7 @@ liberal_party = {
desc = "from_modernizer"
}
}

# Special weights for ACW
if = {
limit = {
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ adamites = {
christian nudist
}
color = { 153 204 153 }
taboos = { clothes luxury_clothes }
}
bosnian_church = {
texture = "gfx/interface/icons/religion_icons/bosnian.dds"
@@ -61,9 +62,7 @@ bogomilist = {
christian gnostic iconoclast
}
color = { 178 0 51 }
taboos = {
groceries
}
taboos = { groceries fine_art }
}
monothelite = {
texture = "gfx/interface/icons/religion_icons/monothelite.dds"
@@ -78,13 +77,15 @@ iconoclast = {
christian iconoclast
}
color = { 128 51 102 }
taboos = { fine_art }
}
paulician = {
texture = "gfx/interface/icons/religion_icons/paulician.dds"
traits = {
christian gnostic iconoclast
}
color = { 214 0 147 }
taboos = { fine_art }
}
adoptianist = {
texture = "gfx/interface/icons/religion_icons/adoptianist.dds"
@@ -119,4 +120,4 @@ gnostic_christianity = {
}
color = { 124 25 26 }
taboos = { luxury_clothes luxury_furniture }
}
}
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ ibadi = {
mutazila = { #Qadariyah
texture = "gfx/interface/icons/religion_icons/mutazila.dds"
traits = {
muslim
muslim sunni_branch
}
color = { 0 178 128 }
taboos = {
@@ -22,7 +22,7 @@ mutazila = { #Qadariyah
quranist = {
texture = "gfx/interface/icons/religion_icons/quranist.dds"
traits = {
muslim
muslim shiite_branch
}
color = { 51 178 26 }
taboos = {
@@ -32,15 +32,15 @@ quranist = {
alawite = {
texture = "gfx/interface/icons/religion_icons/alawite.dds"
traits = {
muslim gnostic
muslim gnostic shiite_branch
}
color = { 51 102 26 }
taboos = { } # Unlike most islamic branches, Alawites do NOT ban the consumption of alcohol
}
zikri = {
texture = "gfx/interface/icons/religion_icons/zikri.dds"
traits = {
muslim
muslim sunni_branch
}
color = { 51 153 51 }
taboos = {
@@ -60,7 +60,7 @@ kharijite = {
druze = {
texture = "gfx/interface/icons/religion_icons/druze.dds"
traits = {
muslim gnostic
muslim gnostic shiite_branch
}
color = { 0 230 102 }
taboos = {
@@ -80,20 +80,20 @@ druze = {
qarmatian = {
texture = "gfx/interface/icons/religion_icons/qarmatian.dds"
traits = {
muslim iconoclast
muslim iconoclast shiite_branch
}
color = { 51 178 26 }
taboos = {
liquor wine
liquor wine fine_art
}
}
masmudi = {
texture = "gfx/interface/icons/religion_icons/masmudi.dds"
traits = {
muslim
muslim sunni_branch
}
color = { 0 0.6 0.2 }
taboos = {
liquor wine
}
}
}
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ khurmazta = {
}
zurvanism = {
texture = "gfx/interface/icons/religion_icons/zurvanism.dds"
traits = { mazdan }
traits = { mazdan muslim }
color = { 76 153 102 }
}
gayomarthianism = {
@@ -29,4 +29,4 @@ khurramism = {
texture = "gfx/interface/icons/religion_icons/khurramism.dds"
traits = { mazdan }
color = { 26 178 51 }
}
}
Original file line number Diff line number Diff line change
@@ -6,5 +6,5 @@ jain = {
}
color = { 0 76 153 }

taboos = { meat }
}
taboos = { meat fish }
}

0 comments on commit 789c0cf

Please sign in to comment.