loc
This commit is contained in:
parent
73cbcd42cf
commit
a40881dce4
4 changed files with 180 additions and 5 deletions
|
|
@ -407,6 +407,16 @@ duchy_administrative = {
|
|||
ignore_top_liege_government = yes #In an administrative realm all governors vassals will use the titles of the top liege - this ensures it is only the governors that do, and not also feudal vassals, republican vassals, etc.
|
||||
}
|
||||
}
|
||||
county_administrative = {
|
||||
type = title
|
||||
tier = duchy
|
||||
priority = 50
|
||||
governments = { administrative_government }
|
||||
flavourization_rules = {
|
||||
top_liege = yes
|
||||
ignore_top_liege_government = yes #In an administrative realm all governors vassals will use the titles of the top liege - this ensures it is only the governors that do, and not also feudal vassals, republican vassals, etc.
|
||||
}
|
||||
}
|
||||
#duchy_administrative_byzantine_group = {
|
||||
# type = title
|
||||
# tier = duchy
|
||||
|
|
@ -429,6 +439,16 @@ kingdom_administrative = {
|
|||
only_vassals = yes
|
||||
}
|
||||
}
|
||||
kingdom_peasantrepublic = {
|
||||
type = title
|
||||
tier = kingdom
|
||||
priority = 73
|
||||
governments = { peasantrepublic_government }
|
||||
flavourization_rules = {
|
||||
top_liege = yes
|
||||
ignore_top_liege_government = yes #In an administrative realm all governors vassals will use the titles of the top liege - this ensures it is only the governors that do, and not also feudal vassals, republican vassals, etc.
|
||||
}
|
||||
}
|
||||
#kingdom_administrative_byzantine_group = {
|
||||
# type = title
|
||||
# tier = kingdom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue