Colorful Bugs
This commit is contained in:
parent
4db413bb54
commit
c9fdceb4de
28 changed files with 357 additions and 227 deletions
|
|
@ -922,7 +922,9 @@ roman_restoration_is_valid_roman_empire_trigger = {
|
|||
is_ai = no
|
||||
is_roman_emperor_trigger = yes
|
||||
OR = {
|
||||
religion = religion:christianity_religion #Either Christian
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
religion = religion:hellenism_religion #Or Hellenic
|
||||
}
|
||||
NOT = { has_ep3_dlc_trigger = yes }
|
||||
|
|
|
|||
|
|
@ -868,7 +868,11 @@ religious_special_building_exclusion_trigger = { # checks if any special buildin
|
|||
islamic_special_building_trigger = yes
|
||||
}
|
||||
AND = { # Christian
|
||||
NOT = { barony.holder.religion = religion:christianity_religion }
|
||||
NOR = {
|
||||
barony.holder.religion:eastern_orthodox_religion
|
||||
barony.holder.religion:catholic_religion
|
||||
barony.holder.religion:protestant_religion
|
||||
}
|
||||
christian_special_building_trigger = yes
|
||||
}
|
||||
AND = { # Islamic/Zoroastrian
|
||||
|
|
|
|||
|
|
@ -437,11 +437,19 @@ portrait_wear_no_crown_trigger = { # Rulers should be coronated to wear a crown
|
|||
portrait_wear_christian_holy_order_trigger = { # Christian holy order members/vassals should wear different armor
|
||||
OR = {
|
||||
AND = { # Is a Christian holy order member
|
||||
religion = religion:christianity_religion
|
||||
OR = {
|
||||
religion = religion:eastern_orthodox_religion
|
||||
religion = religion:catholic_religion
|
||||
religion = religion:protestant_religion
|
||||
}
|
||||
government_has_flag = government_is_holy_order
|
||||
}
|
||||
AND = { # Is a Christian holy order vassal
|
||||
religion = religion:christianity_religion
|
||||
OR = {
|
||||
religion = religion:eastern_orthodox_religion
|
||||
religion = religion:catholic_religion
|
||||
religion = religion:protestant_religion
|
||||
}
|
||||
is_playable_character = no
|
||||
portrait_wear_armor_trigger = yes
|
||||
liege ?= { government_has_flag = government_is_holy_order }
|
||||
|
|
@ -723,7 +731,11 @@ portrait_fp2_iberian_christian_clothing_trigger = {
|
|||
trigger_if = {
|
||||
limit = { exists = this }
|
||||
AND = {
|
||||
religion = religion:christianity_religion
|
||||
OR = {
|
||||
religion = religion:eastern_orthodox_religion
|
||||
religion = religion:catholic_religion
|
||||
religion = religion:protestant_religion
|
||||
}
|
||||
capital_province ?= {
|
||||
geographical_region = world_europe_west_iberia
|
||||
}
|
||||
|
|
@ -740,7 +752,11 @@ portrait_fp2_iberian_christian_clothing_spouse_trigger = {
|
|||
CULTURE_FLAG = iberian_christian
|
||||
}
|
||||
AND = {
|
||||
religion = religion:christianity_religion
|
||||
OR = {
|
||||
religion = religion:eastern_orthodox_religion
|
||||
religion = religion:catholic_religion
|
||||
religion = religion:protestant_religion
|
||||
}
|
||||
capital_province ?= {
|
||||
geographical_region = world_europe_west_iberia
|
||||
}
|
||||
|
|
@ -2608,11 +2624,19 @@ portrait_war_nobles_helmet_trigger = {
|
|||
portrait_$CULTURE_INPUT$_clothing_trigger = yes
|
||||
NOR = {
|
||||
AND = {
|
||||
religion = religion:christianity_religion
|
||||
OR = {
|
||||
religion = religion:eastern_orthodox_religion
|
||||
religion = religion:catholic_religion
|
||||
religion = religion:protestant_religion
|
||||
}
|
||||
government_has_flag = government_is_holy_order
|
||||
}
|
||||
AND = {
|
||||
religion = religion:christianity_religion
|
||||
OR = {
|
||||
religion = religion:eastern_orthodox_religion
|
||||
religion = religion:catholic_religion
|
||||
religion = religion:protestant_religion
|
||||
}
|
||||
is_playable_character = no
|
||||
portrait_wear_armor_trigger = yes
|
||||
liege ?= {
|
||||
|
|
@ -2620,7 +2644,11 @@ portrait_war_nobles_helmet_trigger = {
|
|||
}
|
||||
}
|
||||
AND = {
|
||||
religion = religion:christianity_religion
|
||||
OR = {
|
||||
religion = religion:eastern_orthodox_religion
|
||||
religion = religion:catholic_religion
|
||||
religion = religion:protestant_religion
|
||||
}
|
||||
portrait_wear_armor_trigger = yes
|
||||
OR = {
|
||||
any_character_war = {
|
||||
|
|
@ -2669,11 +2697,19 @@ portrait_western_crusades_trigger = {
|
|||
exists = this
|
||||
OR = {
|
||||
AND = {
|
||||
religion = religion:christianity_religion
|
||||
OR = {
|
||||
religion = religion:eastern_orthodox_religion
|
||||
religion = religion:catholic_religion
|
||||
religion = religion:protestant_religion
|
||||
}
|
||||
government_has_flag = government_is_holy_order
|
||||
}
|
||||
AND = {
|
||||
religion = religion:christianity_religion
|
||||
OR = {
|
||||
religion = religion:eastern_orthodox_religion
|
||||
religion = religion:catholic_religion
|
||||
religion = religion:protestant_religion
|
||||
}
|
||||
is_playable_character = no
|
||||
portrait_wear_armor_trigger = yes
|
||||
liege ?= {
|
||||
|
|
@ -2681,7 +2717,11 @@ portrait_western_crusades_trigger = {
|
|||
}
|
||||
}
|
||||
AND = {
|
||||
religion = religion:christianity_religion
|
||||
OR = {
|
||||
religion = religion:eastern_orthodox_religion
|
||||
religion = religion:catholic_religion
|
||||
religion = religion:protestant_religion
|
||||
}
|
||||
portrait_wear_armor_trigger = yes
|
||||
OR = {
|
||||
any_character_war = {
|
||||
|
|
@ -2957,7 +2997,6 @@ portrait_religious_head_popes_trigger = {
|
|||
faith = faith:roman_catholic
|
||||
}
|
||||
is_adult = yes
|
||||
religion = religion:christianity_religion
|
||||
primary_title ?= {
|
||||
is_head_of_faith = yes
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1161,7 +1161,9 @@ barony_is_valid_for_holy_order_lease_cancellation_trigger = {
|
|||
|
||||
religion_has_angels_trigger = {
|
||||
OR = {
|
||||
religion = religion:christianity_religion
|
||||
religion = religion:eastern_orthodox_religion
|
||||
religion = religion:catholic_religion
|
||||
religion = religion:protestant_religion
|
||||
religion = religion:islam_religion
|
||||
religion = religion:zoroastrianism_religion
|
||||
religion = religion:dualism_religion
|
||||
|
|
@ -2036,7 +2038,8 @@ broadly_dharmic_trigger = {
|
|||
}
|
||||
}
|
||||
|
||||
#south_east_asian_pagan_trigger = {
|
||||
south_east_asian_pagan_trigger = {
|
||||
always = no
|
||||
# OR = {
|
||||
# faith.religion = religion:aluk_religion
|
||||
# faith.religion = religion:dayawism_religion
|
||||
|
|
@ -2045,8 +2048,8 @@ broadly_dharmic_trigger = {
|
|||
# faith.religion = religion:tolotang_religion
|
||||
# faith.religion = religion:biliku_religion
|
||||
# }
|
||||
#}
|
||||
#
|
||||
}
|
||||
|
||||
broadly_jungle_dwelling_trigger = {
|
||||
culture = {
|
||||
OR = {
|
||||
|
|
@ -2062,12 +2065,13 @@ broadly_jungle_dwelling_trigger = {
|
|||
}
|
||||
}
|
||||
|
||||
#broadly_chinese_religion_trigger = {
|
||||
broadly_chinese_religion_trigger = {
|
||||
always = no
|
||||
# OR = {
|
||||
# faith.religion = religion:taoism_religion
|
||||
# faith.religion = religion:confucianism_religion
|
||||
# }
|
||||
#}
|
||||
}
|
||||
|
||||
broadly_mainland_east_asian_heritage_trigger = {
|
||||
culture = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue