This commit is contained in:
Heidesommer 2026-05-29 01:14:42 -04:00
parent 0e3ed408cd
commit 2eeec6f60b
7 changed files with 2116 additions and 19 deletions

View file

@ -18,9 +18,9 @@ coa_african_culture_trigger = {
}
coa_african_religion_trigger = {
scope:faith.religion = {
save_temporary_scope_as = religion
}
# scope:faith.religion = {
# save_temporary_scope_as = religion
# }
always = no
# scope:religion = {
# OR = {
@ -87,24 +87,26 @@ coa_cross_trigger = {
}
coa_england_switches_to_france_coa_trigger = {
holder = {
OR = {
has_title = title:k_france
has_claim_on = title:k_france
has_title = title:e_france
has_claim_on = title:e_france
}
}
always = no
# holder = {
# OR = {
# has_title = title:k_france
# has_claim_on = title:k_france
# has_title = title:e_france
# has_claim_on = title:e_france
# }
# }
}
coa_switch_to_norman_trigger = {
holder.culture = {
OR = {
has_coa_gfx = english_coa_gfx
has_coa_gfx = frankish_group_coa_gfx
has_coa_gfx = latin_group_coa_gfx
has_coa_gfx = iberian_group_coa_gfx
}
}
always = no
# holder.culture = {
# OR = {
# has_coa_gfx = english_coa_gfx
# has_coa_gfx = frankish_group_coa_gfx
# has_coa_gfx = latin_group_coa_gfx
# has_coa_gfx = iberian_group_coa_gfx
# }
# }
}
coa_switch_to_norse_trigger = {