fixes
This commit is contained in:
parent
6bc66eeada
commit
93cf9747bd
25 changed files with 2049 additions and 2002 deletions
|
|
@ -3548,9 +3548,19 @@ ep3_decisions_event.4010 = {
|
|||
|
||||
scripted_trigger ask_help_valid_for_crusades_trigger = {
|
||||
# There is in the world a christian faith with crusades and a HoF to call them (mainly Catholic)
|
||||
religion:christianity_religion = {
|
||||
exists = var:variable_ghw_unlocked
|
||||
NOT = { exists = var:variable_first_ghw_cooldown }
|
||||
OR = {
|
||||
religion:protestant_religion = {
|
||||
exists = var:variable_ghw_unlocked
|
||||
NOT = { exists = var:variable_first_ghw_cooldown }
|
||||
}
|
||||
religion:catholic_religion = {
|
||||
exists = var:variable_ghw_unlocked
|
||||
NOT = { exists = var:variable_first_ghw_cooldown }
|
||||
}
|
||||
religion:eastern_orthodox_religion = {
|
||||
exists = var:variable_ghw_unlocked
|
||||
NOT = { exists = var:variable_first_ghw_cooldown }
|
||||
}
|
||||
}
|
||||
scope:pope = {
|
||||
is_imprisoned = no
|
||||
|
|
|
|||
|
|
@ -5394,7 +5394,7 @@ ep3_governor_yearly.3060 = {
|
|||
trigger = {
|
||||
scope:emperor = {
|
||||
capital_county = title:c_byzantion
|
||||
religion = religion:christianity_religion
|
||||
OR = { religion = religion:catholic_religion religion = religion:eastern_orthodox_religion religion = religion:protestant_religion }
|
||||
NOT = {
|
||||
has_character_flag = ep3_new_emperor_afield
|
||||
}
|
||||
|
|
@ -5407,7 +5407,7 @@ ep3_governor_yearly.3060 = {
|
|||
NOT = {
|
||||
scope:emperor = {
|
||||
capital_county = title:c_byzantion
|
||||
religion = religion:christianity_religion
|
||||
OR = { religion = religion:catholic_religion religion = religion:eastern_orthodox_religion religion = religion:protestant_religion }
|
||||
}
|
||||
}
|
||||
scope:emperor = {
|
||||
|
|
@ -5463,7 +5463,7 @@ ep3_governor_yearly.3060 = {
|
|||
left_portrait = {
|
||||
character = scope:emperor
|
||||
triggered_animation = {
|
||||
trigger = { religion = religion:christianity_religion }
|
||||
trigger = { OR = { religion = religion:catholic_religion religion = religion:eastern_orthodox_religion religion = religion:protestant_religion } }
|
||||
animation = acknowledging # anim uses crucifix scepter
|
||||
}
|
||||
animation = war_over_win
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue