unfucking the mod
This commit is contained in:
parent
cbe3fbcda2
commit
d887392b56
1167 changed files with 26982 additions and 13 deletions
|
|
@ -0,0 +1,27 @@
|
|||
|
||||
|
||||
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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue