fixes to application of republic electives

This commit is contained in:
Fishedotjpg 2026-03-15 05:07:49 +00:00
parent 8d683ace6d
commit e0ea339999
2 changed files with 61 additions and 10 deletions

View file

@ -776,7 +776,11 @@ yearly_playable_pulse = {
if = {
limit = {
government_has_flag = government_is_prepublic
primary_title = {
any_held_title = {
filter = {
title_tier > barony
is_nomad_title = no
}
NOT = {
has_title_law = saxon_elective_succession_law
}
@ -785,6 +789,7 @@ yearly_playable_pulse = {
every_held_title = {
limit = {
title_tier > barony
is_nomad_title = no
}
add_title_law = saxon_elective_succession_law
}
@ -810,7 +815,11 @@ yearly_playable_pulse = {
if = {
limit = {
government_has_flag = government_is_urepublic
primary_title = {
any_held_title = {
filter = {
title_tier > barony
is_nomad_title = no
}
NOT = {
has_title_law = urban_elective_succession_law
}
@ -819,6 +828,7 @@ yearly_playable_pulse = {
every_held_title = {
limit = {
title_tier > barony
is_nomad_title = no
}
add_title_law = urban_elective_succession_law
}
@ -2763,7 +2773,11 @@ quarterly_playable_pulse = {
if = {
limit = {
government_has_flag = government_is_prepublic
primary_title = {
any_held_title = {
filter = {
title_tier > barony
is_nomad_title = no
}
NOT = {
has_title_law = saxon_elective_succession_law
}
@ -2772,6 +2786,7 @@ quarterly_playable_pulse = {
every_held_title = {
limit = {
title_tier > barony
is_nomad_title = no
}
add_title_law = saxon_elective_succession_law
}
@ -2797,7 +2812,11 @@ quarterly_playable_pulse = {
if = {
limit = {
government_has_flag = government_is_urepublic
primary_title = {
any_held_title = {
filter = {
title_tier > barony
is_nomad_title = no
}
NOT = {
has_title_law = urban_elective_succession_law
}
@ -2806,6 +2825,7 @@ quarterly_playable_pulse = {
every_held_title = {
limit = {
title_tier > barony
is_nomad_title = no
}
add_title_law = urban_elective_succession_law
}