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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue