Colorful Bugs

This commit is contained in:
Heidesommer 2026-05-19 20:11:33 -04:00
parent 4db413bb54
commit c9fdceb4de
28 changed files with 357 additions and 227 deletions

View file

@ -900,14 +900,22 @@ PredeterminedSaintName = { # Used for icons and any future artifacts that uses t
text = {
trigger = {
var:saint ?= flag:fallback
religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
}
localization_key = west_christian_fallback_god_name
}
text = {
trigger = {
var:saint ?= flag:fallback
religion != religion:christianity_religion
NOR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
}
localization_key = generic_religious_figure_fallback_name
fallback = yes

View file

@ -2426,7 +2426,12 @@ GetReligiousRite = {
text = {
localization_key = rite_mass
trigger = { faith = { religion = religion:christianity_religion } }
trigger = { OR = {
religion = religion:eastern_orthodox_religion
religion = religion:catholic_religion
religion = religion:protestant_religion
}
}
}
text = {
localization_key = rite_prayer

View file

@ -1009,7 +1009,11 @@ InsultAdjective = {
trigger = {
scope:second = {
knows_language = language_greek
religion = religion:christianity_religion
OR = {
religion = religion:eastern_orthodox_religion
religion = religion:catholic_religion
religion = religion:protestant_religion
}
}
}
}
@ -1420,7 +1424,11 @@ InsultAdjectiveArticle = {
trigger = {
scope:second = {
knows_language = language_greek
religion = religion:christianity_religion
OR = {
religion = religion:eastern_orthodox_religion
religion = religion:catholic_religion
religion = religion:protestant_religion
}
}
}
}

View file

@ -71,11 +71,11 @@ GetFaithSacredLanguage = {
text = {
trigger = {
OR = {
faith = faith:orthodox
faith = faith:coptic
religion = religion:christianity_religion #fallback for all Christian Faiths
}
OR = {
religion = religion:eastern_orthodox_religion
religion = religion:catholic_religion
religion = religion:protestant_religion
}
}
localization_key = language_greek_name #Greek
}
@ -182,11 +182,11 @@ GetFaithSacredLanguageCharacter = {
text = {
trigger = {
OR = {
faith = faith:orthodox
faith = faith:coptic
religion = religion:christianity_religion #fallback for all Christian Faiths
}
OR = {
religion = religion:eastern_orthodox_religion
religion = religion:catholic_religion
religion = religion:protestant_religion
}
}
localization_key = language_greek_name #Greek
}

View file

@ -525,7 +525,11 @@ RoamingGraveVariants = {
text = {
trigger = {
religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
}
localization_key = roaming_grave_variant_cross
}

View file

@ -745,7 +745,11 @@ GetCoronationSite = {
text = { # Palatine Chapel in Aachen
trigger = {
religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
has_special_building = yes
has_building_or_higher = palace_of_aachen_01
}