
Heir SelectionChanged this version
Byzantine Succession
A complex system of succession that combines elements of primogeniture and elective monarchy, allowing for a more flexible approach to choosing a ruler while still maintaining a connection to the imperial lineage.
ByzantiumCountrylocked, potentialGreekCulturepotential
Fate of the PhoenixDLCpotential
Blocked from RulershipModifier Typesibling score
Born in the PurpleModifier Typesibling score, succession effect
BlindTraitsibling score
CastratedTraitsibling score
DisfiguredTraitsibling score
HunchbackedTraitsibling score
MaimedTraitsibling scoreDefinitionin_game/common/heir_selections/monarchy.txt:1517
1518include_ruler_siblings = yes
1519through_female = yes
1520allow_female = no
1521allow_children = yes
1522ignore_ruler = yes
1523traverse_family_tree = yes
1526heir_is_allowed = {
}
1528setup_fallback = cognatic_primogeniture
1530potential = {
}
1542succession_effect = {
1545if = {
}
}
1555sibling_score = {
1556if = {
1557limit = {
1557exists = root
}
1560add = {
1561desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
}
1566add = {
1567desc = "HEIR_SELECTION_BORN_IN_THE_PURPLE_DESC" • Was Born in the Purple
}
1575if = {
1577add = {
1578desc = "HEIR_SELECTION_BLIND_DESC" • Is Blind
1579value = -1000
}
}
1582if = {
1584add = {
1585desc = "HEIR_SELECTION_CASTRATED_DESC" • Is Castrated
1586value = -1000
}
}
1589if = {
1591add = {
1592desc = "HEIR_SELECTION_DISFIGURED_DESC" • Is Disfigured
1593value = -1000
}
}
1596if = {
1598add = {
1599desc = "HEIR_SELECTION_HUNCHBACK_DESC" • Is Hunchbacked
1600value = -200
}
}
1603if = {
1605add = {
1606desc = "HEIR_SELECTION_MAIMED_DESC" • Is Maimed
1607value = -200
}
}
1612if = {
1613limit = {
1614exists = father
1615father ?= scope:target.ruler
}
1617add = {
1618desc = "HEIR_SELECTION_IS_RULER_SON_DESC" • Is Son of the Ruler
1619value = 200
}
}
1623if = {
1624limit = {
1624is_female = yes
}
1625add = {
1626desc = "HEIR_SELECTION_FEMALE_DESC" • Score for Female
1627value = -50
}
}
1632add = {
1633desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Is unsuited to Rule
}
}
1637else = {
1639add = {
1640desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
1641value = 1
}
1643add = {
1644desc = "HEIR_SELECTION_BORN_IN_THE_PURPLE_DESC" • Was Born in the Purple
1645value = 2
}
1647add = {
1648desc = "HEIR_SELECTION_IS_RULER_SON_DESC" • Is Son of the Ruler
1649value = 200
}
1651add = {
1652desc = "HEIR_SELECTION_BLIND_DESC" • Is Blind
1653value = -1000
}
1655add = {
1656desc = "HEIR_SELECTION_CASTRATED_DESC" • Is Castrated
1657value = -1000
}
1659add = {
1660desc = "HEIR_SELECTION_DISFIGURED_DESC" • Is Disfigured
1661value = -200
}
1663add = {
1664desc = "HEIR_SELECTION_HUNCHBACK_DESC" • Is Hunchbacked
1665value = -200
}
1667add = {
1668desc = "HEIR_SELECTION_MAIMED_DESC" • Is Maimed
1669value = -200
}
1671add = {
1672desc = "HEIR_SELECTION_FEMALE_DESC" • Score for Female
1673value = -50
}
}
}