The debugging will continue until stability improves

This commit is contained in:
Heidesommer 2026-05-22 22:45:00 -04:00
parent bd75dc0b38
commit b21331e150
39 changed files with 25050 additions and 13859 deletions

View file

@ -6,7 +6,7 @@
OR = {
has_character_modifier = diplomacy_majesty_4090_no_raiment_modifier # Lunatic event where character goes naked instead of buying new clothes.
has_character_flag = is_naked # Special flag used in certain events.
faith = { has_doctrine_parameter = naked_adherents_active }
# faith = { has_doctrine_parameter = naked_adherents_active }
culture = { has_cultural_parameter = naked_culture_active }
trigger_if = {
limit = {

View file

@ -21,20 +21,21 @@ coa_african_religion_trigger = {
scope:faith.religion = {
save_temporary_scope_as = religion
}
scope:religion = {
OR = {
this = religion:akom_religion
this = religion:waaqism_religion
this = religion:west_african_religion
this = religion:west_african_bori_religion
this = religion:west_african_orisha_religion
this = religion:west_african_roog_religion
}
}
always = no
# scope:religion = {
# OR = {
# this = religion:akom_religion
# this = religion:waaqism_religion
# this = religion:west_african_religion
# this = religion:west_african_bori_religion
# this = religion:west_african_orisha_religion
# this = religion:west_african_roog_religion
# }
# }
}
coa_bishopric_trigger = {
scope:faith.religion = religion:christianity_religion
NEOW_is_broadly_catholic_trigger = yes
coa_theocratic_trigger = yes
}
@ -108,7 +109,7 @@ coa_switch_to_norman_trigger = {
coa_switch_to_norse_trigger = {
holder = {
NOT = {
OR = { religion = religion:catholic_religion religion = religion:eastern_orthodox_religion religion = religion:protestant_religion)
NEOW_religion_is_broadly_christian_trigger = no
}
OR = {
faith.religion = religion:germanic_religion
@ -172,10 +173,10 @@ coa_indian_religion_trigger = {
scope:religion = {
OR = {
this = { is_in_family = rf_eastern }
this = religion:bon_religion
# this = religion:bon_religion
this = religion:buddhism_religion
this = religion:hinduism_religion
this = religion:jainism_religion
# this = religion:hinduism_religion
# this = religion:jainism_religion
}
}
}

View file

@ -1813,12 +1813,12 @@ faith_is_open_minded_trigger = {
is_mainstream_jewish_faith = {
religion = religion:judaism_religion
NOT = {
this = faith:samaritan
this = faith:haymanot
this = faith:malabarism
this = faith:kabarism
}
# NOT = {
# this = faith:samaritan
# this = faith:haymanot
# this = faith:malabarism
# this = faith:kabarism
# }
}
is_unprotected_hostile_faith = { # Checks if the faith is at least hostile but not protected by a contract, used in a county scope
@ -1955,9 +1955,9 @@ jain_or_syncretic_with_eastern_trigger = {
#Used on faiths
is_dharmic_faith_trigger = {
OR = {
religion = religion:hinduism_religion
# religion = religion:hinduism_religion
religion = religion:buddhism_religion
religion = religion:jainism_religion
# religion = religion:jainism_religion
}
}
@ -1967,14 +1967,15 @@ has_holy_building = {
}
invalid_for_heresy_events = {
OR = {
this = faith:conversos
this = faith:insular_celtic
this = faith:bosnian_church
this = faith:mozarabic_church
this = faith:adamites
this = faith:kabarism
}
always = no
# OR = {
# this = faith:conversos
# this = faith:insular_celtic
# this = faith:bosnian_church
# this = faith:mozarabic_church
# this = faith:adamites
# this = faith:kabarism
# }
}
is_faith_dominant_gender = {
@ -2011,6 +2012,7 @@ religion_is_broadly_asian_trigger = {
religion_is_east_asian_trigger = {
OR = {
faith.religion = religion:buddhism_religion
faith.religion = religion:sikhism_religion
# faith.religion = religion:confucianism_religion
# faith.religion = religion:taoism_religion
# faith.religion = religion:shintoism_religion

View file

@ -9,23 +9,23 @@
NEOW_is_broadly_catholic_trigger = {
OR = {
faith = faith:orleaniste
religion = religion:catholic_religion
faith.religion = religion:catholic_religion
}
}
NEOW_is_broadly_protestant_trigger = {
OR = {
faith = faith:aslanite
religion = religion:protestant_religion
faith.religion = religion:protestant_religion
}
}
NEOW_is_broadly_orthodox_trigger = {
religion = religion:eastern_orthodox_religion
faith.religion = religion:eastern_orthodox_religion
}
NEOW_is_broadly_muslim_trigger = {
OR = {
faith = faith:simurghi
religion = religion:islam_religion
faith.religion = religion:islam_religion
}
}