mucho changes

This commit is contained in:
Magpie490 2025-02-20 17:49:25 +00:00
parent 0918b6c1ed
commit 3b437364c2
146 changed files with 141607 additions and 11 deletions

View file

@ -0,0 +1,38 @@
############################################
## Scripted Localization for German Loc ##
### BY Kai Bagehorn ###
############################################
DE_Im_InDer_ResidenceBuilding = { # im Herrenhaus, im Tempel, in der Burg
type = character
log_loc_errors = no
text = {
trigger = {
has_government = republic_government
}
localization_key = CustomLoc_DE_Im_ResidenceBuilding
}
text = {
trigger = {
OR = {
has_government = theocracy_government
is_theocratic_lessee = yes
}
}
localization_key = CustomLoc_DE_Im_ResidenceBuilding
}
text = {
trigger = {
NOR = {
has_government = republic_government
has_government = theocracy_government
is_theocratic_lessee = yes
}
}
localization_key = CustomLoc_DE_InDer_ResidenceBuilding
fallback = yes
}
}