This commit is contained in:
Fishedotjpg 2026-03-10 02:26:06 +00:00
parent ec4cd820e1
commit c75e6e2706
3 changed files with 36 additions and 6 deletions

View file

@ -2712,7 +2712,12 @@ on_game_start_after_lobby = {
}
}
}
primary_title = {
any_held_title = {
limit = {
NOT = {
is_nomad_title = yes
}
}
add_title_law = saxon_elective_succession_law
}
}

View file

@ -224,7 +224,12 @@ on_title_gain = {
}
}
}
primary_title = {
any_held_title = {
limit = {
NOT = {
is_nomad_title = yes
}
}
add_title_law = saxon_elective_succession_law
}
}
@ -2855,7 +2860,12 @@ on_title_gain_inheritance = {
}
}
}
primary_title = {
any_held_title = {
limit = {
NOT = {
is_nomad_title = yes
}
}
add_title_law = saxon_elective_succession_law
}
}
@ -2936,7 +2946,12 @@ on_title_gain_usurpation = {
}
}
}
primary_title = {
any_held_title = {
limit = {
NOT = {
is_nomad_title = yes
}
}
add_title_law = saxon_elective_succession_law
}
}

View file

@ -782,7 +782,12 @@ yearly_playable_pulse = {
}
}
}
primary_title = {
any_held_title = {
limit = {
NOT = {
is_nomad_title = yes
}
}
add_title_law = saxon_elective_succession_law
}
}
@ -2732,7 +2737,12 @@ quarterly_playable_pulse = {
}
}
}
primary_title = {
any_held_title = {
limit = {
NOT = {
is_nomad_title = yes
}
}
add_title_law = saxon_elective_succession_law
}
}