This commit is contained in:
Fishedotjpg 2026-03-13 08:06:01 +00:00
parent 5ac9a301a1
commit ed89950e40
4 changed files with 80 additions and 9 deletions

View file

@ -72,10 +72,6 @@ saxon_elective = { #Farmer Elective
type = holder_council_members
limit = {
is_adult = yes
OR = {
is_courtier_of = scope:holder
is_vassal_of = scope:holder #All direct de jure vassals, no matter the tier.
}
NOT = { has_trait = incapable }
}
}
@ -255,10 +251,6 @@ urban_elective = { #Urban Elective
type = holder_council_members
limit = {
is_adult = yes
OR = {
is_courtier_of = scope:holder
is_vassal_of = scope:holder #All direct de jure vassals, no matter the tier.
}
NOT = { has_trait = incapable }
}
}