Colorful Bugs
This commit is contained in:
parent
4db413bb54
commit
c9fdceb4de
28 changed files with 357 additions and 227 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue