Bosnia and fixing errors

This commit is contained in:
Heidesommer 2026-05-07 16:29:05 -04:00
parent b2ab8cbfae
commit ac01dcb086
26 changed files with 174 additions and 179 deletions

View file

@ -2865,7 +2865,7 @@ portrait_iconoclast_high_trigger = {
exists = this
AND = {
faith = { has_doctrine = tenet_aniconism }
faith = { religion_tag = christianity_religion }
faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } }
}
OR = {
has_character_flag = need_priest_outfit

View file

@ -57,7 +57,7 @@ has_strong_religious_conviction_trigger = {
}
is_christian_trigger = {
faith = { religion_tag = christianity_religion }
faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } }
}
# Not-non-XYZ triggers allow us to check for specific historical faiths whilst still defaulting to something positive for variant faiths.
@ -779,7 +779,7 @@ is_preferred_heresy = {
OR = {
#If we're Chistian, pick a heretical faiths which is in the same regional group as our origin faith (i.e., Lollards for Catholics, Iconoclasts for Orthodox, etc.)
AND = {
religion_tag = christianity_religion
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
OR = {
faiths_are_in_western_christianity_group = { FAITH_1 = $ORIGIN_FAITH$ FAITH_2 = $HERETICAL_FAITH$ }
faiths_are_in_orthodox_christianity_group = { FAITH_1 = $ORIGIN_FAITH$ FAITH_2 = $HERETICAL_FAITH$ }
@ -808,7 +808,7 @@ is_preferred_heresy = {
#Otherwise, we don't have any special preferences.
NOT = {
religion_tag = islam_religion
religion_tag = christianity_religion
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
religion_tag = zoroastrianism_religion
}
}
@ -830,7 +830,7 @@ is_valid_heresy = {
OR = {
#For Christian Faiths, the origin and heretical faiths must not both be Ecumenical (excepting the faiths which aren't technically ecumenical).
AND = {
religion_tag = christianity_religion
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
NAND = {
$ORIGIN_FAITH$ = {
has_doctrine = special_doctrine_ecumenical_christian
@ -1090,7 +1090,7 @@ refusing_conversion_is_crime_trigger = {
always = no
}
OR = {
religion_tag = christianity_religion
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
religion_tag = islam_religion
religion_tag = judaism_religion
religion_tag = zoroastrianism_religion