fix to inheritance for peasant republic

This commit is contained in:
Fishedotjpg 2026-03-11 02:03:18 +00:00
parent e1abb8a743
commit 212c3cc932
5 changed files with 17 additions and 14 deletions

View file

@ -83,6 +83,9 @@
order_of_succession = election order_of_succession = election
election_type = saxon_elective election_type = saxon_elective
} }
should_start_with = {
government_has_flag = government_is_prepublic
}
flag = elective_succession_law flag = elective_succession_law
flag = titles_cannot_leave_realm_on_succession flag = titles_cannot_leave_realm_on_succession
title_allegiance_opinion = 5 title_allegiance_opinion = 5

View file

@ -120,8 +120,8 @@ armies_raised_modifier = {
icon = martial_negative icon = martial_negative
build_speed = 0.25 build_speed = 0.25
build_gold_cost = 0.25 build_gold_cost = 0.25
character_capital_county_monthly_development_growth_add = -0.2 character_capital_county_monthly_development_growth_add = -0.1
monthly_county_control_decline_add_even_if_baron = -0.2 monthly_county_control_decline_add_even_if_baron = -0.1
} }
shattered_defenses_modifier = { shattered_defenses_modifier = {

View file

@ -2707,7 +2707,7 @@ on_game_start_after_lobby = {
government_has_flag = government_is_prepublic government_has_flag = government_is_prepublic
primary_title = { primary_title = {
NOT = { NOT = {
has_title_law = saxon_elective_succession_law has_realm_law = saxon_elective_succession_law
} }
} }
} }
@ -2715,7 +2715,7 @@ on_game_start_after_lobby = {
limit = { limit = {
title_tier > barony title_tier > barony
} }
add_title_law = saxon_elective_succession_law add_realm_law_skip_effects = saxon_elective_succession_law
} }
} }

View file

@ -220,7 +220,7 @@ on_title_gain = {
government_has_flag = government_is_prepublic government_has_flag = government_is_prepublic
primary_title = { primary_title = {
NOT = { NOT = {
has_title_law = saxon_elective_succession_law has_realm_law = saxon_elective_succession_law
} }
} }
} }
@ -228,7 +228,7 @@ on_title_gain = {
limit = { limit = {
title_tier > barony title_tier > barony
} }
add_title_law = saxon_elective_succession_law add_realm_law_skip_effects = saxon_elective_succession_law
} }
} }
if = { if = {
@ -2854,7 +2854,7 @@ on_title_gain_inheritance = {
government_has_flag = government_is_prepublic government_has_flag = government_is_prepublic
primary_title = { primary_title = {
NOT = { NOT = {
has_title_law = saxon_elective_succession_law has_realm_law = saxon_elective_succession_law
} }
} }
} }
@ -2862,7 +2862,7 @@ on_title_gain_inheritance = {
limit = { limit = {
title_tier > barony title_tier > barony
} }
add_title_law = saxon_elective_succession_law add_realm_law_skip_effects = saxon_elective_succession_law
} }
} }
if = { if = {
@ -2938,7 +2938,7 @@ on_title_gain_usurpation = {
government_has_flag = government_is_prepublic government_has_flag = government_is_prepublic
primary_title = { primary_title = {
NOT = { NOT = {
has_title_law = saxon_elective_succession_law has_realm_law = saxon_elective_succession_law
} }
} }
} }
@ -2946,7 +2946,7 @@ on_title_gain_usurpation = {
limit = { limit = {
title_tier > barony title_tier > barony
} }
add_title_law = saxon_elective_succession_law add_realm_law_skip_effects = saxon_elective_succession_law
} }
} }
if = { if = {

View file

@ -778,7 +778,7 @@ yearly_playable_pulse = {
government_has_flag = government_is_prepublic government_has_flag = government_is_prepublic
primary_title = { primary_title = {
NOT = { NOT = {
has_title_law = saxon_elective_succession_law has_realm_law = saxon_elective_succession_law
} }
} }
} }
@ -786,7 +786,7 @@ yearly_playable_pulse = {
limit = { limit = {
title_tier > barony title_tier > barony
} }
add_title_law = saxon_elective_succession_law add_realm_law_skip_effects = saxon_elective_succession_law
} }
} }
if = { if = {
@ -2731,7 +2731,7 @@ quarterly_playable_pulse = {
government_has_flag = government_is_prepublic government_has_flag = government_is_prepublic
primary_title = { primary_title = {
NOT = { NOT = {
has_title_law = saxon_elective_succession_law has_realm_law = saxon_elective_succession_law
} }
} }
} }
@ -2739,7 +2739,7 @@ quarterly_playable_pulse = {
limit = { limit = {
title_tier > barony title_tier > barony
} }
add_title_law = saxon_elective_succession_law add_realm_law_skip_effects = saxon_elective_succession_law
} }
} }
} }