fix
This commit is contained in:
parent
59ec30d816
commit
62a8e45c43
4 changed files with 17 additions and 13 deletions
|
|
@ -77,7 +77,11 @@
|
|||
can_change_title_law_trigger = yes
|
||||
}
|
||||
can_title_have = {
|
||||
can_title_have_law_general_trigger = yes
|
||||
tier >= tier_county
|
||||
is_temporal_head_of_faith_trigger = no
|
||||
NOT = {
|
||||
is_nomad_title = yes
|
||||
}
|
||||
}
|
||||
succession = {
|
||||
order_of_succession = election
|
||||
|
|
|
|||
|
|
@ -2707,7 +2707,7 @@ on_game_start_after_lobby = {
|
|||
government_has_flag = government_is_prepublic
|
||||
primary_title = {
|
||||
NOT = {
|
||||
has_realm_law = saxon_elective_succession_law
|
||||
has_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2715,7 +2715,7 @@ on_game_start_after_lobby = {
|
|||
limit = {
|
||||
title_tier > barony
|
||||
}
|
||||
add_realm_law_skip_effects = saxon_elective_succession_law
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -220,7 +220,7 @@ on_title_gain = {
|
|||
government_has_flag = government_is_prepublic
|
||||
primary_title = {
|
||||
NOT = {
|
||||
has_realm_law = saxon_elective_succession_law
|
||||
has_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -228,7 +228,7 @@ on_title_gain = {
|
|||
limit = {
|
||||
title_tier > barony
|
||||
}
|
||||
add_realm_law_skip_effects = saxon_elective_succession_law
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
if = {
|
||||
|
|
@ -2854,7 +2854,7 @@ on_title_gain_inheritance = {
|
|||
government_has_flag = government_is_prepublic
|
||||
primary_title = {
|
||||
NOT = {
|
||||
has_realm_law = saxon_elective_succession_law
|
||||
has_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2862,7 +2862,7 @@ on_title_gain_inheritance = {
|
|||
limit = {
|
||||
title_tier > barony
|
||||
}
|
||||
add_realm_law_skip_effects = saxon_elective_succession_law
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
if = {
|
||||
|
|
@ -2938,7 +2938,7 @@ on_title_gain_usurpation = {
|
|||
government_has_flag = government_is_prepublic
|
||||
primary_title = {
|
||||
NOT = {
|
||||
has_realm_law = saxon_elective_succession_law
|
||||
has_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2946,7 +2946,7 @@ on_title_gain_usurpation = {
|
|||
limit = {
|
||||
title_tier > barony
|
||||
}
|
||||
add_realm_law_skip_effects = saxon_elective_succession_law
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
if = {
|
||||
|
|
|
|||
|
|
@ -778,7 +778,7 @@ yearly_playable_pulse = {
|
|||
government_has_flag = government_is_prepublic
|
||||
primary_title = {
|
||||
NOT = {
|
||||
has_realm_law = saxon_elective_succession_law
|
||||
has_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -786,7 +786,7 @@ yearly_playable_pulse = {
|
|||
limit = {
|
||||
title_tier > barony
|
||||
}
|
||||
add_realm_law_skip_effects = saxon_elective_succession_law
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
if = {
|
||||
|
|
@ -2731,7 +2731,7 @@ quarterly_playable_pulse = {
|
|||
government_has_flag = government_is_prepublic
|
||||
primary_title = {
|
||||
NOT = {
|
||||
has_realm_law = saxon_elective_succession_law
|
||||
has_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2739,7 +2739,7 @@ quarterly_playable_pulse = {
|
|||
limit = {
|
||||
title_tier > barony
|
||||
}
|
||||
add_realm_law_skip_effects = saxon_elective_succession_law
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue