N3OW/common/customizable_localization/00_statecraft_lifestyle_custom_loc.txt

28 lines
696 B
Text
Raw Permalink Normal View History

2025-12-10 18:59:37 +00:00

StatecraftGetVassalType = {
type = character
text = {
trigger = { government_has_flag = government_is_feudal}
localization_key = statecraft_ongoing.4010.nobility
fallback = yes
}
text = {
trigger = { government_has_flag = government_is_clan}
localization_key = statecraft_ongoing.4010.clan
}
text = {
trigger = { government_has_flag = government_is_tribal}
localization_key = statecraft_ongoing.4010.chieftains
}
text = {
trigger = { government_has_flag = government_is_theocracy}
localization_key = statecraft_ongoing.4010.clergy
}
text = {
trigger = { government_has_flag = government_is_republic}
localization_key = statecraft_ongoing.4010.citizenry
}
}