fixes
This commit is contained in:
parent
20689a1d58
commit
04a7645cfa
7 changed files with 128 additions and 27 deletions
|
|
@ -212,7 +212,7 @@ on_title_gain = {
|
|||
save_scope_as = new_title
|
||||
}
|
||||
scope:new_title ?= {
|
||||
add_title_law = single_heir_dynasty_house
|
||||
add_title_law = noble_family_succession_law
|
||||
}
|
||||
}
|
||||
if = {
|
||||
|
|
@ -226,9 +226,7 @@ on_title_gain = {
|
|||
}
|
||||
every_held_title = {
|
||||
limit = {
|
||||
NOT = {
|
||||
is_nomad_title = yes
|
||||
}
|
||||
title_tier > barony
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
|
|
@ -2848,7 +2846,7 @@ on_title_gain_inheritance = {
|
|||
save_scope_as = new_title
|
||||
}
|
||||
scope:new_title ?= {
|
||||
add_title_law = single_heir_dynasty_house
|
||||
add_title_law = noble_family_succession_law
|
||||
}
|
||||
}
|
||||
if = {
|
||||
|
|
@ -2862,9 +2860,7 @@ on_title_gain_inheritance = {
|
|||
}
|
||||
every_held_title = {
|
||||
limit = {
|
||||
NOT = {
|
||||
is_nomad_title = yes
|
||||
}
|
||||
title_tier > barony
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
|
|
@ -2934,7 +2930,7 @@ on_title_gain_usurpation = {
|
|||
save_scope_as = new_title
|
||||
}
|
||||
scope:new_title ?= {
|
||||
add_title_law = single_heir_dynasty_house
|
||||
add_title_law = noble_family_succession_law
|
||||
}
|
||||
}
|
||||
if = {
|
||||
|
|
@ -2948,9 +2944,7 @@ on_title_gain_usurpation = {
|
|||
}
|
||||
every_held_title = {
|
||||
limit = {
|
||||
NOT = {
|
||||
is_nomad_title = yes
|
||||
}
|
||||
title_tier > barony
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue