temporary solution for britannia estate
This commit is contained in:
parent
a75c008bd7
commit
6feda17a98
3 changed files with 24 additions and 2 deletions
14
common/landed_titles/noble_families.txt
Normal file
14
common/landed_titles/noble_families.txt
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
d_nf_mercury = {
|
||||||
|
color = { 100 100 100 }
|
||||||
|
capital = c_london
|
||||||
|
|
||||||
|
definite_form = yes
|
||||||
|
landless = yes
|
||||||
|
ruler_uses_title_name = no
|
||||||
|
always_follows_primary_heir = yes
|
||||||
|
no_automatic_claims = yes
|
||||||
|
noble_family = yes
|
||||||
|
destroy_if_invalid_heir = yes
|
||||||
|
|
||||||
|
ai_primary_priority = { add = @never_primary_score }
|
||||||
|
}
|
||||||
|
|
@ -1646,7 +1646,7 @@ on_game_start = {
|
||||||
|
|
||||||
# Admin - Let's give existing governors the Governor trait on game start
|
# Admin - Let's give existing governors the Governor trait on game start
|
||||||
every_independent_ruler = {
|
every_independent_ruler = {
|
||||||
limit = { government_has_flag = government_is_administrative }
|
limit = { government_allows = administrative }
|
||||||
every_vassal = {
|
every_vassal = {
|
||||||
limit = {
|
limit = {
|
||||||
is_governor = yes
|
is_governor = yes
|
||||||
|
|
@ -4266,7 +4266,7 @@ on_game_start_after_lobby = {
|
||||||
}
|
}
|
||||||
### EP3 ADMIN SETUP ###
|
### EP3 ADMIN SETUP ###
|
||||||
if = {
|
if = {
|
||||||
limit = { government_has_flag = government_is_administrative }
|
limit = { government_allows = administrative }
|
||||||
save_scope_as = top_liege
|
save_scope_as = top_liege
|
||||||
### EP3 NOBLE FAMILIES & DOMICILE SETUP ###
|
### EP3 NOBLE FAMILIES & DOMICILE SETUP ###
|
||||||
random_held_title = { # May be removed once every_noble_family includes liege (TIT-51212)
|
random_held_title = { # May be removed once every_noble_family includes liege (TIT-51212)
|
||||||
|
|
|
||||||
8
history/titles/admin_titles.txt
Normal file
8
history/titles/admin_titles.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
d_nf_mercury = {
|
||||||
|
2555.01.01 = {
|
||||||
|
liege = e_britannia
|
||||||
|
holder = britannia_cyflymarhyan_frydyryk
|
||||||
|
government = administrative_government
|
||||||
|
succession_laws = { noble_family_succession_law }
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue