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

67 lines
1.1 KiB
Text

CouncilPosition = {
type = character
text = {
trigger = {
has_council_position = councillor_chancellor
}
fallback = yes
localization_key = councillor_chancellor
}
text = {
trigger = {
has_council_position = councillor_marshal
}
localization_key = councillor_marshal
}
text = {
trigger = {
has_council_position = councillor_steward
}
localization_key = councillor_steward
}
text = {
trigger = {
has_council_position = councillor_spymaster
}
localization_key = councillor_spymaster
}
text = {
trigger = {
has_council_position = councillor_court_chaplain
}
localization_key = councillor_court_chaplain
}
}
councillor_flavor_prop = {
type = character
text = {
trigger = { has_council_position = councillor_chancellor }
localization_key = councillor_prop_scroll
}
text = {
trigger = { has_council_position = councillor_marshal }
localization_key = councillor_prop_sword
}
text = {
trigger = { has_council_position = councillor_steward }
localization_key = councillor_prop_purse
}
text = {
trigger = { always = yes }
fallback = yes
localization_key = councillor_prop_robe
}
}