Bugs fixing
This commit is contained in:
parent
cb926c39aa
commit
ebc206bb1c
117 changed files with 59950 additions and 11056 deletions
|
|
@ -73,9 +73,10 @@ coa_castilian_trigger = {
|
|||
}
|
||||
|
||||
coa_coptic_trigger = {
|
||||
OR = {
|
||||
scope:faith = faith:coptic
|
||||
}
|
||||
always = no
|
||||
# OR = {
|
||||
# scope:faith = faith:coptic
|
||||
# }
|
||||
}
|
||||
|
||||
coa_cross_trigger = {
|
||||
|
|
@ -112,14 +113,21 @@ coa_switch_to_norse_trigger = {
|
|||
NEOW_religion_is_broadly_christian_trigger = no
|
||||
}
|
||||
OR = {
|
||||
faith.religion = religion:germanic_religion
|
||||
faith.religion = religion:folkgerman_religion
|
||||
culture = { has_coa_gfx = norse_coa_gfx }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
coa_feudal_trigger = {
|
||||
scope:faith.religion = religion:christianity_religion
|
||||
|
||||
scope:faith.religion = {
|
||||
OR = {
|
||||
this = religion:catholic_religion
|
||||
this = religion:eastern_orthodox_religion
|
||||
this = religion:protestant_religion
|
||||
}
|
||||
}
|
||||
government_has_flag = government_is_feudal
|
||||
}
|
||||
|
||||
|
|
@ -242,7 +250,7 @@ coa_mena_trigger = {
|
|||
|
||||
coa_suomenusko_trigger = {
|
||||
OR = {
|
||||
scope:faith.religion = religion:finno_ugric_religion
|
||||
scope:faith.religion = religion:finnic_religion
|
||||
scope:culture = {
|
||||
OR = {
|
||||
has_coa_gfx = balto_finnic_group_coa_gfx
|
||||
|
|
|
|||
|
|
@ -50,53 +50,53 @@ is_roman_emperor_primary_title_excluding_byzantium_trigger = {
|
|||
}
|
||||
}
|
||||
|
||||
valid_for_byz_emperor_content_trigger = {
|
||||
has_ep3_dlc_trigger = yes
|
||||
culture = {
|
||||
OR = {
|
||||
has_cultural_pillar = heritage_byzantine
|
||||
has_cultural_pillar = heritage_caucasian
|
||||
}
|
||||
}
|
||||
OR = {
|
||||
is_roman_emperor_primary_title_trigger = yes
|
||||
AND = {
|
||||
culture = {
|
||||
OR = {
|
||||
this = culture:greek
|
||||
any_parent_culture_or_above = { this = culture:greek }
|
||||
}
|
||||
}
|
||||
highest_held_title_tier >= tier_empire
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
valid_for_byz_governor_content_trigger = {
|
||||
has_ep3_dlc_trigger = yes
|
||||
is_governor = yes
|
||||
top_liege.culture = {
|
||||
OR = {
|
||||
has_cultural_pillar = heritage_byzantine
|
||||
has_cultural_pillar = heritage_caucasian
|
||||
}
|
||||
}
|
||||
top_liege = {
|
||||
OR = {
|
||||
is_roman_emperor_primary_title_trigger = yes
|
||||
AND = {
|
||||
culture = {
|
||||
OR = {
|
||||
this = culture:greek
|
||||
any_parent_culture_or_above = { this = culture:greek }
|
||||
}
|
||||
}
|
||||
highest_held_title_tier >= tier_empire
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#valid_for_byz_emperor_content_trigger = {
|
||||
# has_ep3_dlc_trigger = yes
|
||||
# culture = {
|
||||
# OR = {
|
||||
# has_cultural_pillar = heritage_byzantine
|
||||
# has_cultural_pillar = heritage_caucasian
|
||||
# }
|
||||
# }
|
||||
# OR = {
|
||||
# is_roman_emperor_primary_title_trigger = yes
|
||||
# AND = {
|
||||
# culture = {
|
||||
# OR = {
|
||||
# this = culture:greek
|
||||
# any_parent_culture_or_above = { this = culture:greek }
|
||||
# }
|
||||
# }
|
||||
# highest_held_title_tier >= tier_empire
|
||||
# }
|
||||
# }
|
||||
#}
|
||||
|
||||
#valid_for_byz_governor_content_trigger = {
|
||||
# has_ep3_dlc_trigger = yes
|
||||
# is_governor = yes
|
||||
# top_liege.culture = {
|
||||
# OR = {
|
||||
# has_cultural_pillar = heritage_byzantine
|
||||
# has_cultural_pillar = heritage_caucasian
|
||||
# }
|
||||
# }
|
||||
# top_liege = {
|
||||
# OR = {
|
||||
# is_roman_emperor_primary_title_trigger = yes
|
||||
# AND = {
|
||||
# culture = {
|
||||
# OR = {
|
||||
# this = culture:greek
|
||||
# any_parent_culture_or_above = { this = culture:greek }
|
||||
# }
|
||||
# }
|
||||
# highest_held_title_tier >= tier_empire
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
#}
|
||||
#
|
||||
valid_for_byz_succession_trigger = {
|
||||
is_eunuch_trigger = no
|
||||
NOR = {
|
||||
|
|
@ -131,22 +131,22 @@ available_charioteers_spots_trigger = {
|
|||
}
|
||||
}
|
||||
|
||||
ep3_varangian_trigger = {
|
||||
OR = {
|
||||
culture = {
|
||||
OR = {
|
||||
has_cultural_tradition = tradition_fp1_coastal_warriors
|
||||
has_cultural_tradition = tradition_hird
|
||||
has_cultural_tradition = tradition_fp1_performative_honour
|
||||
has_cultural_pillar = heritage_north_germanic
|
||||
has_cultural_pillar = heritage_west_germanic
|
||||
}
|
||||
}
|
||||
has_trait = varangian
|
||||
}
|
||||
can_be_combatant_based_on_gender_trigger = { ARMY_OWNER = root }
|
||||
is_physically_able_adult = yes
|
||||
}
|
||||
#ep3_varangian_trigger = {
|
||||
# OR = {
|
||||
# culture = {
|
||||
# OR = {
|
||||
# has_cultural_tradition = tradition_fp1_coastal_warriors
|
||||
# has_cultural_tradition = tradition_hird
|
||||
# has_cultural_tradition = tradition_fp1_performative_honour
|
||||
# has_cultural_pillar = heritage_north_germanic
|
||||
# has_cultural_pillar = heritage_west_germanic
|
||||
# }
|
||||
# }
|
||||
# has_trait = varangian
|
||||
# }
|
||||
# can_be_combatant_based_on_gender_trigger = { ARMY_OWNER = root }
|
||||
# is_physically_able_adult = yes
|
||||
#}
|
||||
|
||||
is_competing_for_same_title_as = {
|
||||
government_allows = administrative
|
||||
|
|
|
|||
|
|
@ -697,13 +697,5 @@ ep3_frankokratia_notification_recipient_trigger = {
|
|||
}
|
||||
|
||||
ep3_orthodox_faith_trigger = {
|
||||
OR = {
|
||||
faith = faith:orthodox
|
||||
faith = faith:coptic
|
||||
faith = faith:armenian_apostolic
|
||||
faith = faith:iconoclast
|
||||
faith = faith:bogomilist
|
||||
faith = faith:paulician
|
||||
faith = faith:nestorian
|
||||
}
|
||||
religion = religion:eastern_orthodox_religion
|
||||
}
|
||||
|
|
|
|||
|
|
@ -414,18 +414,6 @@ gok_willing_new_admin_vassal_trigger = {
|
|||
OR = {
|
||||
mpo_greatest_of_khans_0030_dominated_nomad_vassal = yes
|
||||
mpo_greatest_of_khans_0030_willing_sedentary_vassal = yes
|
||||
culture = culture:greek
|
||||
culture = {
|
||||
any_parent_culture_or_above = {
|
||||
this = culture:greek
|
||||
}
|
||||
}
|
||||
culture = culture:han
|
||||
culture = {
|
||||
any_parent_culture_or_above = {
|
||||
this = culture:han
|
||||
}
|
||||
}
|
||||
}
|
||||
NOR = {
|
||||
government_has_flag = government_is_special_administrative
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue