diff --git a/common/on_action/title_on_actions.txt b/common/on_action/title_on_actions.txt index db9b8823..7c80d530 100644 --- a/common/on_action/title_on_actions.txt +++ b/common/on_action/title_on_actions.txt @@ -257,11 +257,7 @@ on_title_gain = { if = { limit = { government_has_flag = government_is_prepublic - any_held_title = { - filter = { - title_tier > barony - is_nomad_title = no - } + primary_title = { NOT = { has_title_law = saxon_elective_succession_law } @@ -270,7 +266,6 @@ on_title_gain = { every_held_title = { limit = { title_tier > barony - is_nomad_title = no } add_title_law = saxon_elective_succession_law } @@ -293,15 +288,10 @@ on_title_gain = { add_title_law = noble_family_succession_law } } - if = { limit = { government_has_flag = government_is_urepublic - any_held_title = { - filter = { - title_tier > barony - is_nomad_title = no - } + primary_title = { NOT = { has_title_law = urban_elective_succession_law } @@ -310,7 +300,6 @@ on_title_gain = { every_held_title = { limit = { title_tier > barony - is_nomad_title = no } add_title_law = urban_elective_succession_law } @@ -2975,11 +2964,7 @@ on_title_gain_inheritance = { if = { limit = { government_has_flag = government_is_prepublic - any_held_title = { - filter = { - title_tier > barony - is_nomad_title = no - } + primary_title = { NOT = { has_title_law = saxon_elective_succession_law } @@ -2988,7 +2973,6 @@ on_title_gain_inheritance = { every_held_title = { limit = { title_tier > barony - is_nomad_title = no } add_title_law = saxon_elective_succession_law } @@ -3014,11 +2998,7 @@ on_title_gain_inheritance = { if = { limit = { government_has_flag = government_is_urepublic - any_held_title = { - filter = { - title_tier > barony - is_nomad_title = no - } + primary_title = { NOT = { has_title_law = urban_elective_succession_law } @@ -3027,7 +3007,6 @@ on_title_gain_inheritance = { every_held_title = { limit = { title_tier > barony - is_nomad_title = no } add_title_law = urban_elective_succession_law } @@ -3142,11 +3121,7 @@ on_title_gain_usurpation = { if = { limit = { government_has_flag = government_is_prepublic - any_held_title = { - filter = { - title_tier > barony - is_nomad_title = no - } + primary_title = { NOT = { has_title_law = saxon_elective_succession_law } @@ -3155,7 +3130,6 @@ on_title_gain_usurpation = { every_held_title = { limit = { title_tier > barony - is_nomad_title = no } add_title_law = saxon_elective_succession_law } @@ -3181,11 +3155,7 @@ on_title_gain_usurpation = { if = { limit = { government_has_flag = government_is_urepublic - any_held_title = { - filter = { - title_tier > barony - is_nomad_title = no - } + primary_title = { NOT = { has_title_law = urban_elective_succession_law } @@ -3194,7 +3164,6 @@ on_title_gain_usurpation = { every_held_title = { limit = { title_tier > barony - is_nomad_title = no } add_title_law = urban_elective_succession_law } diff --git a/common/on_action/yearly_on_actions.txt b/common/on_action/yearly_on_actions.txt index c554ae26..792c566b 100644 --- a/common/on_action/yearly_on_actions.txt +++ b/common/on_action/yearly_on_actions.txt @@ -776,11 +776,7 @@ yearly_playable_pulse = { if = { limit = { government_has_flag = government_is_prepublic - any_held_title = { - filter = { - title_tier > barony - is_nomad_title = no - } + primary_title = { NOT = { has_title_law = saxon_elective_succession_law } @@ -789,7 +785,6 @@ yearly_playable_pulse = { every_held_title = { limit = { title_tier > barony - is_nomad_title = no } add_title_law = saxon_elective_succession_law } @@ -815,11 +810,7 @@ yearly_playable_pulse = { if = { limit = { government_has_flag = government_is_urepublic - any_held_title = { - filter = { - title_tier > barony - is_nomad_title = no - } + primary_title = { NOT = { has_title_law = urban_elective_succession_law } @@ -828,7 +819,6 @@ yearly_playable_pulse = { every_held_title = { limit = { title_tier > barony - is_nomad_title = no } add_title_law = urban_elective_succession_law } @@ -2773,11 +2763,7 @@ quarterly_playable_pulse = { if = { limit = { government_has_flag = government_is_prepublic - any_held_title = { - filter = { - title_tier > barony - is_nomad_title = no - } + primary_title = { NOT = { has_title_law = saxon_elective_succession_law } @@ -2786,7 +2772,6 @@ quarterly_playable_pulse = { every_held_title = { limit = { title_tier > barony - is_nomad_title = no } add_title_law = saxon_elective_succession_law } @@ -2812,11 +2797,7 @@ quarterly_playable_pulse = { if = { limit = { government_has_flag = government_is_urepublic - any_held_title = { - filter = { - title_tier > barony - is_nomad_title = no - } + primary_title = { NOT = { has_title_law = urban_elective_succession_law } @@ -2825,7 +2806,6 @@ quarterly_playable_pulse = { every_held_title = { limit = { title_tier > barony - is_nomad_title = no } add_title_law = urban_elective_succession_law }