Scripted Effect
ccw_grant_reward_for_joining_side
Only really used for tooltipping... the scopes are getting a bit confused during the real events.
AragonCountryelse if 3
EnglandCountryif
FranceCountryif
NavarreCountryelse if 1
PortugalCountryelse if 2AragoneseCultureelse if 3CatalanCultureelse if 3EnglishCultureifFrancienCultureifPortugueseCultureelse if 2Definitionin_game/events/disaster/castilian_civil_war.txt:191
192if = {
193limit = {
}
194from = scope:from_country
194target = scope:target_country
}
}
196else_if = {
}
200else_if = {
202from = scope:from_country
202target = scope:target_country
}
}
204else_if = {
206from = scope:from_country
206target = scope:target_country
}
}
208else = {
209from = scope:from_country
209target = scope:target_country
}
}