fix
This commit is contained in:
parent
556370a6fe
commit
3f633c4291
2 changed files with 4 additions and 16 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue