more loc and graphics
This commit is contained in:
parent
8161e5426a
commit
e610b09a27
37 changed files with 4206 additions and 245 deletions
|
|
@ -1146,6 +1146,26 @@ GetGovernmentIcon = {
|
|||
}
|
||||
localization_key = peasantrepublic_icon_concept
|
||||
}
|
||||
text = { # Republic
|
||||
trigger = {
|
||||
trigger_if = {
|
||||
limit = {
|
||||
is_alive = no
|
||||
}
|
||||
has_government = urbanrepublic_government
|
||||
}
|
||||
trigger_else = {
|
||||
trigger_if = {
|
||||
limit = { is_ruler = yes }
|
||||
government_has_flag = government_is_urepublic
|
||||
}
|
||||
trigger_else = {
|
||||
liege ?= { government_has_flag = government_is_urepublic }
|
||||
}
|
||||
}
|
||||
}
|
||||
localization_key = urbanrepublic_icon_concept
|
||||
}
|
||||
text = { # Theocracy
|
||||
trigger = {
|
||||
trigger_if = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue