This commit is contained in:
Fishedotjpg 2026-03-10 03:44:24 +00:00
parent 4a17db6f07
commit 73d52e04c0
2 changed files with 4 additions and 16 deletions

View file

@ -84,6 +84,7 @@
election_type = saxon_elective
}
flag = elective_succession_law
flag = titles_cannot_leave_realm_on_succession
title_allegiance_opinion = 5
revoke_cost = {
prestige = change_title_succession_law_prestige_cost

View file

@ -80,6 +80,7 @@ saxon_elective = { #Farmer Elective
add = {
type = holder_direct_vassals
limit = {
is_vassal_of = scope:holder #All direct de jure vassals, no matter the tier.
is_adult = yes
NOT = { has_trait = incapable }
}
@ -118,12 +119,7 @@ saxon_elective = { #Farmer Elective
limit = {
is_vassal_of = scope:holder #Only Powerful, direct, de jure vassals are potential candidates.
feudal_elective_potential_landed_candidate_trigger = yes
}
}
add = {
type = title_claimants
limit = {
feudal_elective_potential_landless_claimant_candidate_trigger = yes
government_has_flag = government_is_prepublic
}
}
add = {
@ -132,20 +128,11 @@ saxon_elective = { #Farmer Elective
feudal_elective_potential_landless_dynastic_candidate_trigger = yes
}
}
add = {
type = holder_council_members
limit = {
OR = {
feudal_elective_potential_landless_dynastic_candidate_trigger = yes
feudal_elective_potential_landed_candidate_trigger = yes
feudal_elective_potential_landless_claimant_candidate_trigger = yes
}
}
}
add = {
type = holder_direct_vassals
limit = {
is_vassal_of = scope:holder #Only Powerful, direct, de jure vassals are potential candidates.
government_has_flag = government_is_prepublic
}
}
}