N3OW/common/customizable_localization/00_governance_lifestyle_custom_loc.txt
2025-02-20 17:49:25 +00:00

89 lines
No EOL
1.8 KiB
Text

Governance_1041_GuildType = {
type = landed_title
text = {
trigger = {
has_county_modifier = governance_1041_blacksmiths_guild_modifier
}
localization_key = governance_ongoing.1040.blacksmithsguild
}
text = {
trigger = {
has_county_modifier = governance_1041_merchants_guild_modifier
}
fallback = yes
localization_key = governance_ongoing.1040.merchantsguild
}
}
Governance_1055_OutOfWedlock = {
type = character
text = {
trigger = {
is_married = no
is_concubine = no
}
localization_key = governance_ongoing.1055.outofwedlock
}
text = {
trigger = {
OR = {
is_married = yes
is_concubine = yes
}
}
fallback = yes
localization_key = governance_ongoing.1055.null
}
}
Governance_1062_Client = {
type = character
text = {
trigger = {
has_character_flag = governance_1062_gardener_flag
}
localization_key = governance_ongoing.1062.gardener
}
text = {
trigger = {
has_character_flag = governance_1062_poet_flag
}
fallback = yes
localization_key = governance_ongoing.1062.poet
}
text = {
trigger = {
has_character_flag = governance_1062_philosopher_flag
}
localization_key = governance_ongoing.1062.philosopher
}
}
# We have a special All Capitalized version of this custom key for feed messages, since |U can only capitalize the fist word in a string (and nautral philosopher is 2 words).
Governance_1062_Client_U = {
type = character
text = {
trigger = {
has_character_flag = governance_1062_gardener_flag
}
localization_key = governance_ongoing.1062.gardener_U
}
text = {
trigger = {
has_character_flag = governance_1062_poet_flag
}
fallback = yes
localization_key = governance_ongoing.1062.poet_U
}
text = {
trigger = {
has_character_flag = governance_1062_philosopher_flag
}
localization_key = governance_ongoing.1062.philosopher_U
}
}