Update 04_saxon_elective.txt
This commit is contained in:
parent
e568851790
commit
9780900141
1 changed files with 45 additions and 0 deletions
|
|
@ -74,6 +74,10 @@ saxon_elective = { #Farmer Elective
|
||||||
type = holder_council_members
|
type = holder_council_members
|
||||||
limit = {
|
limit = {
|
||||||
is_adult = yes
|
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 }
|
NOT = { has_trait = incapable }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -120,12 +124,28 @@ saxon_elective = { #Farmer Elective
|
||||||
is_vassal_of = scope:holder #Only Powerful, direct, de jure vassals are potential candidates.
|
is_vassal_of = scope:holder #Only Powerful, direct, de jure vassals are potential candidates.
|
||||||
feudal_elective_potential_landed_candidate_trigger = yes
|
feudal_elective_potential_landed_candidate_trigger = yes
|
||||||
government_has_flag = government_is_prepublic
|
government_has_flag = government_is_prepublic
|
||||||
|
OR = {
|
||||||
|
culture = {
|
||||||
|
has_cultural_tradition = tradition_farmer_republics
|
||||||
|
}
|
||||||
|
faith = {
|
||||||
|
has_doctrine = tenet_communal_possessions
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
add = {
|
add = {
|
||||||
type = holder_close_or_extended_family
|
type = holder_close_or_extended_family
|
||||||
limit = {
|
limit = {
|
||||||
feudal_elective_potential_landless_dynastic_candidate_trigger = yes
|
feudal_elective_potential_landless_dynastic_candidate_trigger = yes
|
||||||
|
OR = {
|
||||||
|
culture = {
|
||||||
|
has_cultural_tradition = tradition_farmer_republics
|
||||||
|
}
|
||||||
|
faith = {
|
||||||
|
has_doctrine = tenet_communal_possessions
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
add = {
|
add = {
|
||||||
|
|
@ -133,6 +153,31 @@ saxon_elective = { #Farmer Elective
|
||||||
limit = {
|
limit = {
|
||||||
is_vassal_of = scope:holder #Only Powerful, direct, de jure vassals are potential candidates.
|
is_vassal_of = scope:holder #Only Powerful, direct, de jure vassals are potential candidates.
|
||||||
government_has_flag = government_is_prepublic
|
government_has_flag = government_is_prepublic
|
||||||
|
OR = {
|
||||||
|
culture = {
|
||||||
|
has_cultural_tradition = tradition_farmer_republics
|
||||||
|
}
|
||||||
|
faith = {
|
||||||
|
has_doctrine = tenet_communal_possessions
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
add = {
|
||||||
|
type = holder_council_members
|
||||||
|
limit = {
|
||||||
|
OR = {
|
||||||
|
is_courtier_of = scope:holder
|
||||||
|
is_vassal_of = scope:holder #All direct de jure vassals, no matter the tier.
|
||||||
|
}
|
||||||
|
OR = {
|
||||||
|
culture = {
|
||||||
|
has_cultural_tradition = tradition_farmer_republics
|
||||||
|
}
|
||||||
|
faith = {
|
||||||
|
has_doctrine = tenet_communal_possessions
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue