Fixing things
This commit is contained in:
parent
e2a877d018
commit
cf10d05052
45 changed files with 8242 additions and 2221 deletions
|
|
@ -139,23 +139,23 @@ convert_to_local_culture_decision = {
|
|||
}
|
||||
add_stress = major_stress_gain
|
||||
}
|
||||
# Struggle Catalysts
|
||||
if = {
|
||||
limit = {
|
||||
any_character_struggle = {
|
||||
involvement = involved
|
||||
phase_has_catalyst = catalyst_convert_local_culture_faith
|
||||
is_culture_involved_in_struggle = root.capital_province.culture
|
||||
}
|
||||
}
|
||||
every_character_struggle = {
|
||||
involvement = involved
|
||||
activate_struggle_catalyst = {
|
||||
catalyst = catalyst_convert_local_culture_faith
|
||||
character = root
|
||||
}
|
||||
}
|
||||
}
|
||||
# # Struggle Catalysts
|
||||
# if = {
|
||||
# limit = {
|
||||
# any_character_struggle = {
|
||||
# involvement = involved
|
||||
# phase_has_catalyst = catalyst_convert_local_culture_faith
|
||||
# is_culture_involved_in_struggle = root.capital_province.culture
|
||||
# }
|
||||
# }
|
||||
# every_character_struggle = {
|
||||
# involvement = involved
|
||||
# activate_struggle_catalyst = {
|
||||
# catalyst = catalyst_convert_local_culture_faith
|
||||
# character = root
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
|
||||
convert_family_culture_and_notify_vassals_effect = {
|
||||
CONVERTER = root
|
||||
|
|
@ -252,28 +252,28 @@ convert_to_local_culture_decision = {
|
|||
}
|
||||
}
|
||||
|
||||
modifier = { # Farewell, norse culture (unless the player is running a norse empire)
|
||||
add = 200
|
||||
OR = {
|
||||
top_liege = this
|
||||
AND = {
|
||||
top_liege != this
|
||||
NOT = {
|
||||
any_liege_or_above = {
|
||||
culture = culture:norse
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
culture = culture:norse
|
||||
capital_province.culture = {
|
||||
OR = {
|
||||
this = culture:swedish
|
||||
this = culture:norwegian
|
||||
this = culture:danish
|
||||
}
|
||||
}
|
||||
}
|
||||
# modifier = { # Farewell, norse culture (unless the player is running a norse empire)
|
||||
# add = 200
|
||||
# OR = {
|
||||
# top_liege = this
|
||||
# AND = {
|
||||
# top_liege != this
|
||||
# NOT = {
|
||||
# any_liege_or_above = {
|
||||
# culture = culture:norse
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# culture = culture:norse
|
||||
# capital_province.culture = {
|
||||
# OR = {
|
||||
# this = culture:swedish
|
||||
# this = culture:norwegian
|
||||
# this = culture:danish
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
|
||||
# modifier = { # Iberian Struggle modifiers
|
||||
# any_character_struggle = {
|
||||
|
|
@ -341,29 +341,29 @@ convert_to_local_culture_decision = {
|
|||
}
|
||||
}
|
||||
|
||||
# Some cultures should not assimilate to certain others
|
||||
modifier = {
|
||||
factor = 0
|
||||
has_culture = culture:andalusian
|
||||
capital_province = {
|
||||
culture = { has_cultural_pillar = heritage_iberian }
|
||||
}
|
||||
NOT = {
|
||||
capital_province = {
|
||||
culture = {
|
||||
is_hybrid_culture = yes
|
||||
any_parent_culture_or_above = {
|
||||
this = root.culture
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
modifier = {
|
||||
factor = 0
|
||||
culture = { has_cultural_pillar = heritage_iberian }
|
||||
capital_province.culture = culture:andalusian
|
||||
}
|
||||
# # Some cultures should not assimilate to certain others
|
||||
# modifier = {
|
||||
# factor = 0
|
||||
# has_culture = culture:andalusian
|
||||
# capital_province = {
|
||||
# culture = { has_cultural_pillar = heritage_iberian }
|
||||
# }
|
||||
# NOT = {
|
||||
# capital_province = {
|
||||
# culture = {
|
||||
# is_hybrid_culture = yes
|
||||
# any_parent_culture_or_above = {
|
||||
# this = root.culture
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# modifier = {
|
||||
# factor = 0
|
||||
# culture = { has_cultural_pillar = heritage_iberian }
|
||||
# capital_province.culture = culture:andalusian
|
||||
# }
|
||||
|
||||
# # Don't overwrite historically scripted developments
|
||||
# modifier = {
|
||||
|
|
@ -374,33 +374,33 @@ convert_to_local_culture_decision = {
|
|||
# }
|
||||
# capital_province.culture = culture:anglo_saxon
|
||||
# }
|
||||
modifier = {
|
||||
factor = 0
|
||||
has_culture = culture:turkish
|
||||
capital_province = {
|
||||
culture = {
|
||||
OR = {
|
||||
has_cultural_pillar = heritage_byzantine
|
||||
has_cultural_pillar = heritage_caucasian
|
||||
}
|
||||
}
|
||||
}
|
||||
NOT = {
|
||||
capital_province = {
|
||||
culture = {
|
||||
is_hybrid_culture = yes
|
||||
any_parent_culture_or_above = {
|
||||
this = root.culture
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
modifier = {
|
||||
factor = 0
|
||||
has_culture = culture:turkish
|
||||
primary_title.tier >= tier_empire
|
||||
}
|
||||
# modifier = {
|
||||
# factor = 0
|
||||
# has_culture = culture:turkish
|
||||
# capital_province = {
|
||||
# culture = {
|
||||
# OR = {
|
||||
# has_cultural_pillar = heritage_byzantine
|
||||
# has_cultural_pillar = heritage_caucasian
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# NOT = {
|
||||
# capital_province = {
|
||||
# culture = {
|
||||
# is_hybrid_culture = yes
|
||||
# any_parent_culture_or_above = {
|
||||
# this = root.culture
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# modifier = {
|
||||
# factor = 0
|
||||
# has_culture = culture:turkish
|
||||
# primary_title.tier >= tier_empire
|
||||
# }
|
||||
# modifier = {
|
||||
# factor = 0
|
||||
# OR = {
|
||||
|
|
@ -444,12 +444,12 @@ convert_to_local_culture_decision = {
|
|||
# }
|
||||
# }
|
||||
|
||||
# Scots needs a bit of help to dominate as it did historically
|
||||
modifier = {
|
||||
factor = 0
|
||||
has_culture = culture:scottish
|
||||
capital_province.culture = culture:gaelic
|
||||
}
|
||||
# # Scots needs a bit of help to dominate as it did historically
|
||||
# modifier = {
|
||||
# factor = 0
|
||||
# has_culture = culture:scottish
|
||||
# capital_province.culture = culture:gaelic
|
||||
# }
|
||||
|
||||
# # Pictish should usually disappear
|
||||
# modifier = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue