
後継者選びこのバージョンで変更
ビザンツ帝国の継承制度
長子相続制と選挙君主制の要素を組み合わせた複雑な継承制度であり、皇帝の血統とのつながりを維持しつつ、より柔軟に統治者を選ぶことが可能となる。
ビザンツ国家locked, potentialギリシャ文化potential
Fate of the PhoenixDLCpotential
統治禁止補正タイプsibling score
ポルフュロゲネトス補正タイプsibling score, succession effect
盲目特性sibling score
去勢済み特性sibling score
異形特性sibling score
せむし特性sibling score
不具特性sibling score定義in_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
}
1566add = {
1567desc = "HEIR_SELECTION_BORN_IN_THE_PURPLE_DESC" • ポルフュロゲネトスであった
}
1575if = {
1577add = {
1578desc = "HEIR_SELECTION_BLIND_DESC" • 盲目である
1579value = -1000
}
}
1582if = {
1584add = {
1585desc = "HEIR_SELECTION_CASTRATED_DESC" • 去勢済みである
1586value = -1000
}
}
1589if = {
1591add = {
1592desc = "HEIR_SELECTION_DISFIGURED_DESC" • 異形である
1593value = -1000
}
}
1596if = {
1598add = {
1599desc = "HEIR_SELECTION_HUNCHBACK_DESC" • せむしである
1600value = -200
}
}
1603if = {
1605add = {
1606desc = "HEIR_SELECTION_MAIMED_DESC" • 不具である
1607value = -200
}
}
1612if = {
1613limit = {
1614exists = father
1615father ?= scope:target.ruler
}
1617add = {
1618desc = "HEIR_SELECTION_IS_RULER_SON_DESC" • 統治者の息子である
1619value = 200
}
}
1623if = {
1624limit = {
1624is_female = yes
}
1625add = {
1626desc = "HEIR_SELECTION_FEMALE_DESC" • 女性である場合のスコア
1627value = -50
}
}
1632add = {
1633desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • 統治に適さない
}
}
1637else = {
1639add = {
1640desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 年齢ごとのスコア
1641value = 1
}
1643add = {
1644desc = "HEIR_SELECTION_BORN_IN_THE_PURPLE_DESC" • ポルフュロゲネトスであった
1645value = 2
}
1647add = {
1648desc = "HEIR_SELECTION_IS_RULER_SON_DESC" • 統治者の息子である
1649value = 200
}
1651add = {
1652desc = "HEIR_SELECTION_BLIND_DESC" • 盲目である
1653value = -1000
}
1655add = {
1656desc = "HEIR_SELECTION_CASTRATED_DESC" • 去勢済みである
1657value = -1000
}
1659add = {
1660desc = "HEIR_SELECTION_DISFIGURED_DESC" • 異形である
1661value = -200
}
1663add = {
1664desc = "HEIR_SELECTION_HUNCHBACK_DESC" • せむしである
1665value = -200
}
1667add = {
1668desc = "HEIR_SELECTION_MAIMED_DESC" • 不具である
1669value = -200
}
1671add = {
1672desc = "HEIR_SELECTION_FEMALE_DESC" • 女性である場合のスコア
1673value = -50
}
}
}