N3OW/common/scripted_triggers/00_coa_triggers.txt

364 lines
No EOL
6.7 KiB
Text

#Triggers to control Coat of Arms weighting
coa_african_trigger = {
OR = {
coa_african_culture_trigger = yes
coa_african_religion_trigger = yes
}
}
coa_african_culture_trigger = {
scope:culture = {
OR = {
has_coa_gfx = central_african_group_coa_gfx
has_coa_gfx = east_african_coa_gfx
has_coa_gfx = west_african_group_coa_gfx
}
}
}
coa_african_religion_trigger = {
scope:faith.religion = {
save_temporary_scope_as = religion
}
OR = {
scope:religion = religion:akom_religion
scope:religion = religion:waaqism_religion
scope:religion = religion:west_african_religion
scope:religion = religion:west_african_bori_religion
scope:religion = religion:west_african_orisha_religion
scope:religion = religion:west_african_roog_religion
}
}
coa_bishopric_trigger = {
scope:faith.religion = religion:christianity_religion
coa_theocratic_trigger = yes
}
coa_breton_trigger = {
OR = {
scope:culture = { has_coa_gfx = breton_coa_gfx }
AND = {
exists = scope:title
scope:title = {
any_this_title_or_de_jure_above = {
this = title:k_brittany
}
}
}
}
}
coa_byzantine_trigger = {
OR = {
scope:culture = { has_coa_gfx = byzantine_group_coa_gfx }
AND = {
exists = scope:title
scope:title = {
any_this_title_or_de_jure_above = {
this = title:e_byzantium
}
}
}
}
}
coa_castilian_trigger = {
OR = {
scope:culture = { has_coa_gfx = castilian_coa_gfx }
AND = {
exists = scope:title
scope:title = {
any_this_title_or_de_jure_above = {
this = title:k_castille
}
}
}
}
}
coa_coptic_trigger = {
OR = {
# TODO graphical faith trigger
scope:faith = faith:coptic
#scope:faith = faith:armenian_apostolic
#scope:faith = faith:paulician
}
}
coa_cross_trigger = {
scope:faith = {
religion = religion:christianity_religion
NOT = { has_doctrine = tenet_aniconism }
}
}
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
}
}
}
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
}
}
}
coa_switch_to_norse_trigger = {
holder = {
NOT = {
faith.religion = religion:christianity_religion
}
OR = {
faith.religion = religion:germanic_religion
culture = { has_coa_gfx = norse_coa_gfx }
}
}
}
coa_feudal_trigger = {
scope:faith.religion = religion:christianity_religion
government_has_flag = government_is_feudal
}
coa_french_trigger = {
OR = {
scope:culture = { has_coa_gfx = french_coa_gfx }
AND = {
exists = root
any_liege_or_above = {
primary_title = {
this = title:k_france
}
}
}
}
}
coa_irish_trigger = {
OR = {
scope:culture = { has_coa_gfx = irish_coa_gfx }
AND = {
exists = scope:title
scope:title = {
any_this_title_or_de_jure_above = {
this = title:k_ireland
}
}
}
}
}
coa_indian_culture_trigger = {
OR = {
scope:culture = { has_coa_gfx = burman_group_coa_gfx }
scope:culture = { has_coa_gfx = dravidian_group_coa_gfx }
scope:culture = { has_coa_gfx = indo_aryan_group_coa_gfx }
scope:culture = { has_coa_gfx = tibetan_group_coa_gfx }
}
}
coa_indian_region_trigger = {
exists = scope:title
scope:title = {
any_this_title_or_de_jure_above = {
OR = {
this = title:e_india
this = title:e_bengal
this = title:e_deccan
this = title:e_rajastan
this = title:e_tibet
}
}
}
}
coa_indian_religion_trigger = {
scope:faith.religion = {
save_temporary_scope_as = religion
}
OR = {
scope:religion = religion:bon_religion
scope:religion = religion:buddhism_religion
scope:religion = religion:hinduism_religion
scope:religion = religion:jainism_religion
}
}
coa_indian_trigger = {
OR = {
coa_indian_culture_trigger = yes
coa_indian_region_trigger = yes
coa_indian_religion_trigger = yes
}
}
coa_jewish_trigger = {
OR = {
scope:faith.religion = religion:judaism_religion
scope:culture = { has_coa_gfx = israelite_group_coa_gfx }
}
}
coa_leonese_trigger = {
OR = {
scope:culture = { has_coa_gfx = leonese_coa_gfx }
AND = {
exists = scope:title
scope:title = {
any_this_title_or_de_jure_above = {
this = title:k_leon
}
}
}
}
}
coa_manx_trigger = {
OR = {
AND = {
exists = scope:title
scope:title = {
any_this_title_or_de_jure_above = {
this = title:d_the_isles # Mann
}
}
}
AND = {
exists = root
any_liege_or_above = {
primary_title = {
OR = {
this = title:c_isle_of_man
this = title:d_the_isles # Mann
}
}
}
}
}
}
coa_mena_trigger = {
OR = {
scope:faith.religion = religion:islam_religion
scope:culture = {
OR = {
has_coa_gfx = arabic_group_coa_gfx
has_coa_gfx = berber_group_coa_gfx
}
}
}
}
coa_suomenusko_trigger = {
OR = {
scope:faith.religion = religion:finno_ugric_religion
scope:culture = {
OR = {
has_coa_gfx = balto_finnic_group_coa_gfx
has_coa_gfx = ugro_permian_group_coa_gfx
has_coa_gfx = volga_finnic_group_coa_gfx
}
}
}
}
coa_polish_trigger = {
OR = {
scope:culture = { has_coa_gfx = polish_coa_gfx }
AND = {
exists = root
any_liege_or_above = {
primary_title = {
this = title:k_poland
}
}
}
}
}
coa_scottish_trigger = {
OR = {
scope:culture = { has_coa_gfx = scottish_coa_gfx }
AND = {
exists = scope:title
scope:title = {
any_this_title_or_de_jure_above = {
this = title:k_scotland
}
}
}
}
}
coa_theocratic_trigger = {
exists = root
OR = {
government_has_flag = government_is_theocracy
AND = {
exists = liege
liege = {
any_sub_realm_barony = {
lessee = ROOT
title_province = {
has_holding_type = church_holding
}
}
}
}
}
}
coa_welsh_trigger = {
scope:culture = { has_coa_gfx = welsh_coa_gfx }
}
coa_tamga_trigger = {
scope:culture = { has_coa_gfx = steppe_coa_gfx }
}
coa_scandinavian_trigger = {
OR = {
scope:culture = { has_coa_gfx = swedish_coa_gfx }
scope:culture = { has_coa_gfx = norwegian_coa_gfx }
scope:culture = { has_coa_gfx = danish_coa_gfx }
}
}
coa_norse_trigger = {
scope:culture = { has_coa_gfx = norse_coa_gfx }
}
coa_germanic_trigger = {
scope:culture = { has_coa_gfx = german_group_coa_gfx }
}
coa_iberian_trigger = {
OR = {
scope:culture = { has_coa_gfx = iberian_group_coa_gfx }
AND = {
scope:culture = { has_coa_gfx = arabic_group_coa_gfx }
AND = {
exists = scope:title
scope:title = {
any_this_title_or_de_jure_above = {
this = title:e_spain
}
}
}
}
}
}
coa_iranian_trigger = {
scope:culture = { has_coa_gfx = iranian_group_coa_gfx }
}