N3OW/common/customizable_localization/00_statecraft_lifestyle_custom_loc.txt
2026-01-06 14:25:21 +01:00

27 lines
696 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_republic}
localization_key = statecraft_ongoing.4010.citizenry
}
}