Bugs fixing

This commit is contained in:
Heidesommer 2026-05-24 05:01:46 -04:00
parent cb926c39aa
commit ebc206bb1c
117 changed files with 59950 additions and 11056 deletions

View file

@ -0,0 +1,130 @@
#############################################
### Scripted Localization for German Loc ##
#### BY Kai Bagehorn ###
#############################################
#
#DE_1_GetAppropriateGodname = {
# type = character
# log_loc_errors = no
#
# text = {
# trigger = {
# house.last_house_head.faith = {
# OR = {
# religion_tag = christianity_religion
# religion_tag = islam_religion
# religion_tag = judaism_religion
# }
# }
# }
# localization_key = CustomLoc_DE_1_motto_god
# }
#
# text = {
# trigger = {
# house.last_house_head.faith = {
# religion_tag = buddhism_religion
# }
# }
# localization_key = CustomLoc_DE_1_motto_the_perfected_ones
# }
#
# text = {
# trigger = {
# house.last_house_head.faith = {
# OR = {
# religion_tag = dualism_religion
# religion_tag = zoroastrianism_religion
# }
# }
# }
# localization_key = CustomLoc_DE_1_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 = CustomLoc_DE_1_motto_the_gods
# }
#
# text = {
# trigger = {
# always = no
# }
# localization_key = CustomLoc_DE_1_motto_custom_loc_god
# fallback = yes
# }
#}
#
#DE_2_GetAppropriateGodname = {
# type = character
# log_loc_errors = no
#
# text = {
# trigger = {
# house.last_house_head.faith = {
# OR = {
# religion_tag = christianity_religion
# religion_tag = islam_religion
# religion_tag = judaism_religion
# }
# }
# }
# localization_key = CustomLoc_DE_2_motto_god
# }
#
# text = {
# trigger = {
# house.last_house_head.faith = {
# religion_tag = buddhism_religion
# }
# }
# localization_key = CustomLoc_DE_2_motto_the_perfected_ones
# }
#
# text = {
# trigger = {
# house.last_house_head.faith = {
# OR = {
# religion_tag = dualism_religion
# religion_tag = zoroastrianism_religion
# }
# }
# }
# localization_key = CustomLoc_DE_2_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 = CustomLoc_DE_2_motto_the_gods
# }
#
# text = {
# trigger = {
# always = no
# }
# localization_key = CustomLoc_DE_2_motto_custom_loc_god
# fallback = yes
# }
#}