nf generation (doesn't fully work)
This commit is contained in:
parent
6feda17a98
commit
dedcbc17af
3 changed files with 23 additions and 22 deletions
|
|
@ -1,14 +0,0 @@
|
||||||
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 }
|
|
||||||
}
|
|
||||||
|
|
@ -1672,6 +1672,29 @@ on_game_start = {
|
||||||
add_title_law = confederation_elective_succession_law
|
add_title_law = confederation_elective_succession_law
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#Admin - generate families
|
||||||
|
every_independent_ruler = {
|
||||||
|
limit = { has_government = administrative_government }
|
||||||
|
every_vassal = {
|
||||||
|
limit = {
|
||||||
|
has_government = administrative_government
|
||||||
|
is_house_head = yes
|
||||||
|
highest_held_title_tier >= tier_duchy
|
||||||
|
NOR = {
|
||||||
|
any_held_title = { is_noble_family_title = yes }
|
||||||
|
house = {
|
||||||
|
any_house_member = {
|
||||||
|
any_held_title = { is_noble_family_title = yes }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
create_noble_family_effect = yes
|
||||||
|
domicile ?= { set_up_domicile_estate_effect = yes }
|
||||||
|
}
|
||||||
|
create_noble_family_effect = yes
|
||||||
|
domicile ?= { set_up_domicile_estate_effect = yes }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
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