fixes
This commit is contained in:
parent
20689a1d58
commit
04a7645cfa
7 changed files with 128 additions and 27 deletions
|
|
@ -2699,13 +2699,12 @@ on_game_start_after_lobby = {
|
|||
save_scope_as = new_title
|
||||
}
|
||||
scope:new_title ?= {
|
||||
add_title_law = single_heir_dynasty_house
|
||||
add_title_law = noble_family_succession_law
|
||||
}
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
government_has_flag = government_is_prepublic
|
||||
is_landed = yes
|
||||
primary_title = {
|
||||
NOT = {
|
||||
has_title_law = saxon_elective_succession_law
|
||||
|
|
@ -2714,9 +2713,7 @@ on_game_start_after_lobby = {
|
|||
}
|
||||
every_held_title = {
|
||||
limit = {
|
||||
NOT = {
|
||||
is_nomad_title = yes
|
||||
}
|
||||
title_tier > barony
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -770,7 +770,7 @@ yearly_playable_pulse = {
|
|||
save_scope_as = new_title
|
||||
}
|
||||
scope:new_title ?= {
|
||||
add_title_law = single_heir_dynasty_house
|
||||
add_title_law = noble_family_succession_law
|
||||
}
|
||||
}
|
||||
if = {
|
||||
|
|
@ -784,9 +784,7 @@ yearly_playable_pulse = {
|
|||
}
|
||||
every_held_title = {
|
||||
limit = {
|
||||
NOT = {
|
||||
is_nomad_title = yes
|
||||
}
|
||||
title_tier > barony
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
|
|
@ -2725,7 +2723,7 @@ quarterly_playable_pulse = {
|
|||
save_scope_as = new_title
|
||||
}
|
||||
scope:new_title ?= {
|
||||
add_title_law = single_heir_dynasty_house
|
||||
add_title_law = noble_family_succession_law
|
||||
}
|
||||
}
|
||||
if = {
|
||||
|
|
@ -2739,9 +2737,7 @@ quarterly_playable_pulse = {
|
|||
}
|
||||
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