fix to inheritance for peasant republic
This commit is contained in:
parent
030bd9450d
commit
5c591b023b
5 changed files with 17 additions and 14 deletions
|
|
@ -83,6 +83,9 @@
|
|||
order_of_succession = election
|
||||
election_type = saxon_elective
|
||||
}
|
||||
should_start_with = {
|
||||
government_has_flag = government_is_prepublic
|
||||
}
|
||||
flag = elective_succession_law
|
||||
flag = titles_cannot_leave_realm_on_succession
|
||||
title_allegiance_opinion = 5
|
||||
|
|
|
|||
|
|
@ -120,8 +120,8 @@ armies_raised_modifier = {
|
|||
icon = martial_negative
|
||||
build_speed = 0.25
|
||||
build_gold_cost = 0.25
|
||||
character_capital_county_monthly_development_growth_add = -0.2
|
||||
monthly_county_control_decline_add_even_if_baron = -0.2
|
||||
character_capital_county_monthly_development_growth_add = -0.1
|
||||
monthly_county_control_decline_add_even_if_baron = -0.1
|
||||
}
|
||||
|
||||
shattered_defenses_modifier = {
|
||||
|
|
|
|||
|
|
@ -2707,7 +2707,7 @@ on_game_start_after_lobby = {
|
|||
government_has_flag = government_is_prepublic
|
||||
primary_title = {
|
||||
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 = {
|
||||
title_tier > barony
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
add_realm_law_skip_effects = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -220,7 +220,7 @@ on_title_gain = {
|
|||
government_has_flag = government_is_prepublic
|
||||
primary_title = {
|
||||
NOT = {
|
||||
has_title_law = saxon_elective_succession_law
|
||||
has_realm_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -228,7 +228,7 @@ on_title_gain = {
|
|||
limit = {
|
||||
title_tier > barony
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
add_realm_law_skip_effects = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
if = {
|
||||
|
|
@ -2854,7 +2854,7 @@ on_title_gain_inheritance = {
|
|||
government_has_flag = government_is_prepublic
|
||||
primary_title = {
|
||||
NOT = {
|
||||
has_title_law = saxon_elective_succession_law
|
||||
has_realm_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2862,7 +2862,7 @@ on_title_gain_inheritance = {
|
|||
limit = {
|
||||
title_tier > barony
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
add_realm_law_skip_effects = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
if = {
|
||||
|
|
@ -2938,7 +2938,7 @@ on_title_gain_usurpation = {
|
|||
government_has_flag = government_is_prepublic
|
||||
primary_title = {
|
||||
NOT = {
|
||||
has_title_law = saxon_elective_succession_law
|
||||
has_realm_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2946,7 +2946,7 @@ on_title_gain_usurpation = {
|
|||
limit = {
|
||||
title_tier > barony
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
add_realm_law_skip_effects = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
if = {
|
||||
|
|
|
|||
|
|
@ -778,7 +778,7 @@ yearly_playable_pulse = {
|
|||
government_has_flag = government_is_prepublic
|
||||
primary_title = {
|
||||
NOT = {
|
||||
has_title_law = saxon_elective_succession_law
|
||||
has_realm_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -786,7 +786,7 @@ yearly_playable_pulse = {
|
|||
limit = {
|
||||
title_tier > barony
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
add_realm_law_skip_effects = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
if = {
|
||||
|
|
@ -2731,7 +2731,7 @@ quarterly_playable_pulse = {
|
|||
government_has_flag = government_is_prepublic
|
||||
primary_title = {
|
||||
NOT = {
|
||||
has_title_law = saxon_elective_succession_law
|
||||
has_realm_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2739,7 +2739,7 @@ quarterly_playable_pulse = {
|
|||
limit = {
|
||||
title_tier > barony
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
add_realm_law_skip_effects = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue