More fixes
This commit is contained in:
parent
f78dbd4986
commit
a6f8acc22f
23 changed files with 5790 additions and 1934 deletions
|
|
@ -275,31 +275,31 @@ convert_to_local_culture_decision = {
|
|||
}
|
||||
}
|
||||
|
||||
modifier = { # Iberian Struggle modifiers
|
||||
any_character_struggle = {
|
||||
involvement = involved
|
||||
}
|
||||
add = {
|
||||
value = 0
|
||||
if = {
|
||||
limit = {
|
||||
any_character_struggle = {
|
||||
phase_has_catalyst = catalyst_convert_local_culture_faith
|
||||
}
|
||||
has_character_flag = agenda_towards_escalation
|
||||
}
|
||||
add = -300
|
||||
}
|
||||
else_if = { # Slight boost, so players can't exploit landing lots of characters to bump catalyst progress
|
||||
limit = {
|
||||
any_character_struggle = {
|
||||
phase_has_catalyst = catalyst_convert_local_culture_faith
|
||||
}
|
||||
}
|
||||
add = 20
|
||||
}
|
||||
}
|
||||
}
|
||||
# modifier = { # Iberian Struggle modifiers
|
||||
# any_character_struggle = {
|
||||
# involvement = involved
|
||||
# }
|
||||
# add = {
|
||||
# value = 0
|
||||
# if = {
|
||||
# limit = {
|
||||
# any_character_struggle = {
|
||||
# phase_has_catalyst = catalyst_convert_local_culture_faith
|
||||
# }
|
||||
# has_character_flag = agenda_towards_escalation
|
||||
# }
|
||||
# add = -300
|
||||
# }
|
||||
# else_if = { # Slight boost, so players can't exploit landing lots of characters to bump catalyst progress
|
||||
# limit = {
|
||||
# any_character_struggle = {
|
||||
# phase_has_catalyst = catalyst_convert_local_culture_faith
|
||||
# }
|
||||
# }
|
||||
# add = 20
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
|
||||
modifier = { # If you're the same culture as your liege, and your Capital is in a Duchy with your culture in it, never convert
|
||||
factor = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue