Fixing the Fixes
This commit is contained in:
parent
066ca149c5
commit
54423c926c
19 changed files with 1022 additions and 914 deletions
|
|
@ -258,6 +258,9 @@ on_title_gain = {
|
|||
limit = {
|
||||
tier >= tier_county
|
||||
is_nomad_title = no
|
||||
NOT = {
|
||||
has_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
|
|
@ -296,6 +299,9 @@ on_title_gain = {
|
|||
limit = {
|
||||
tier >= tier_county
|
||||
is_nomad_title = no
|
||||
NOT = {
|
||||
has_title_law = urban_elective_succession_law
|
||||
}
|
||||
}
|
||||
add_title_law = urban_elective_succession_law
|
||||
}
|
||||
|
|
@ -2927,6 +2933,9 @@ on_title_gain_inheritance = {
|
|||
limit = {
|
||||
tier >= tier_county
|
||||
is_nomad_title = no
|
||||
NOT = {
|
||||
has_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
|
|
@ -2964,6 +2973,9 @@ on_title_gain_inheritance = {
|
|||
limit = {
|
||||
tier >= tier_county
|
||||
is_nomad_title = no
|
||||
NOT = {
|
||||
has_title_law = urban_elective_succession_law
|
||||
}
|
||||
}
|
||||
add_title_law = urban_elective_succession_law
|
||||
}
|
||||
|
|
@ -3116,6 +3128,9 @@ on_title_gain_usurpation = {
|
|||
limit = {
|
||||
title_tier > barony
|
||||
is_nomad_title = no
|
||||
NOT = {
|
||||
has_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
|
|
@ -3153,6 +3168,9 @@ on_title_gain_usurpation = {
|
|||
limit = {
|
||||
title_tier > barony
|
||||
is_nomad_title = no
|
||||
NOT = {
|
||||
has_title_law = urban_elective_succession_law
|
||||
}
|
||||
}
|
||||
add_title_law = urban_elective_succession_law
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue