
Heir Selection
Peasant Elective
It is a type of Succession Law of a Republic in which the Ruler is a peasant selected by Election.
Blocked from RulershipModifier TypecalcDefinitionin_game/common/heir_selections/republic.txt:672
675use_election = yes
676term_duration = 0
677max_possible_candidates = 3
680heir_is_allowed = {
}
682potential = {
683has_reform = government_reform:peasant_republic_reform
}
686locked = {
687has_reform = government_reform:peasant_republic_reform
}
690calc = {
691if = {
692limit = {
693exists = root
}
695add = {
696desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
}
699if = {
700limit = {
700has_dynasty = yes
}
701desc = "HEIR_SELECTION_HAS_DYNASTY_DESC" • Score as member of a Dynasty
702value = -1000
}
704if = {
706add = {
707desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Is unsuited to Rule
708value = -1000
}
}
}
714if = {
715limit = {
716not = {
716exists = root
}
}
718add = {
719desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
720value = 1
}
722add = {
723desc = "HEIR_SELECTION_HAS_DYNASTY_DESC" • Score as member of a Dynasty
724value = -1000
}
}
}