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

27 lines
704 B
Text

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_special_republic}
localization_key = statecraft_ongoing.4010.citizenry
}
}