mucho changes
This commit is contained in:
parent
0918b6c1ed
commit
3b437364c2
146 changed files with 141607 additions and 11 deletions
61
common/customizable_localization/00_mottos.txt
Normal file
61
common/customizable_localization/00_mottos.txt
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
GetAppropriateGodname = {
|
||||
type = character
|
||||
|
||||
text = {
|
||||
trigger = {
|
||||
house.last_house_head.faith = {
|
||||
OR = {
|
||||
religion_tag = christianity_religion
|
||||
religion_tag = islam_religion
|
||||
religion_tag = judaism_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
localization_key = motto_god
|
||||
}
|
||||
|
||||
text = {
|
||||
trigger = {
|
||||
house.last_house_head.faith = {
|
||||
religion_tag = buddhism_religion
|
||||
}
|
||||
}
|
||||
localization_key = motto_the_perfected_ones
|
||||
}
|
||||
|
||||
text = {
|
||||
trigger = {
|
||||
house.last_house_head.faith = {
|
||||
OR = {
|
||||
religion_tag = dualism_religion
|
||||
religion_tag = zoroastrianism_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
localization_key = motto_the_divine
|
||||
}
|
||||
|
||||
text = {
|
||||
trigger = {
|
||||
house.last_house_head.faith = {
|
||||
NOR = {
|
||||
religion_tag = dualism_religion
|
||||
religion_tag = zoroastrianism_religion
|
||||
religion_tag = buddhism_religion
|
||||
religion_tag = christianity_religion
|
||||
religion_tag = islam_religion
|
||||
religion_tag = judaism_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
localization_key = motto_the_gods
|
||||
}
|
||||
|
||||
text = {
|
||||
trigger = {
|
||||
always = no
|
||||
}
|
||||
localization_key = motto_custom_loc_god
|
||||
fallback = yes
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue