fix to inheritance for peasant republic
This commit is contained in:
parent
e1abb8a743
commit
212c3cc932
5 changed files with 17 additions and 14 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue