イベント

継承権主張者の死亡

hook_and_cod_wars.1200in_game/events/disaster/hook_and_cod_wars.txt:1578
継承権主張者の死亡

フック・アンド・コッド戦争の牽引役のひとりであり、Hollandの王位の僭称者であるDead Claimantが亡くなった! これにより、Alive Claimantの王位継承を阻む者はいなくなった。

必要フック・アンド・コッド戦争国難trigger対立継承者静的補正immediate支持継承者静的補正immediate, option 1cod_claimant_enemy_alive変数immediatehacw_allegience_to_hook変数immediatehacw_cod_contender変数immediate, triggerhacw_cod_contender_prev_owner変数immediatehacw_cod_faction変数option 4hacw_hook_contender変数immediate, option 1, triggerhacw_hook_contender_prev_owner変数immediatehacw_hook_faction変数option 4hacw_semi_international変数immediate

イベントチェーン

各イベントは、その上の階層にあるイベントから発生します。下の行には、どの選択肢でいつ発生するかを示しています。

  1. 継承権主張者の死亡
  2. 我々のHollandの継承権主張者が死亡!
    ↳ 選択肢C「まさかこんなことに……」・直後
  3. 新たな主張者
    ↳ 選択肢A「[Holland Adjective]の王位は[Target Character]のものだ。」・直後
  4. 戦争の早期終結
    ↳ 選択肢D「手を引こう。」・直後

定義in_game/events/disaster/hook_and_cod_wars.txt:1578

1579type = country_event
1580category = disaster_event
1581title = hook_and_cod_wars.1200.title 継承権主張者の死亡
1582image = "gfx/interface/illustrations/disaster/succession_crisis.dds"
1583desc = {
1584first_valid = {
1585triggered_desc = {
1586trigger = {
1586has_variable = hacw_uncontested_ruler
}
1587desc = hook_and_cod_wars.1200.desc フック・アンド・コッド戦争の牽引役のひとりであり、Hollandの王位の僭称者であるDead Claimantが亡くなった! これにより、Alive Claimantの王位継承を阻む者はいなくなった。
}
1589triggered_desc = {
1590trigger = {
}
1591desc = hook_and_cod_wars.1200.desc.hacw_the_impossible_has_happened なんの因果か、Hacw Contender 1とHacw Contender 2の2名が同時に死亡した。フック派もコッド派にももはや指導者はおらず、そのためにどちらの組織も統制を失っている。
}
1593triggered_desc = {
1594trigger = {
1594has_variable = hook_claimant_ally_alive
}
1595desc = hook_and_cod_wars.1200.desc.hook.ally フック・アンド・コッド戦争の牽引役のひとりであり、Hollandの王位の僭称者であるDead Claimantが亡くなった! これにより、Alive Claimantの王位継承を阻む者はいなくなった。フック派は我々の敵に対して大きな優位を得るだろう。
}
1597triggered_desc = {
1598trigger = {
1598has_variable = hook_claimant_enemy_alive
}
1599desc = hook_and_cod_wars.1200.desc.hook.enemy フック・アンド・コッド戦争の牽引役のひとりであり、Hollandの王位の僭称者であるDead Claimantが亡くなった! これにより、Alive Claimantの王位継承を阻む者はいなくなった。フック派は、我々が支持するコッド派に対して大きな優位を得るだろう。新たな候補者、つまり我々の派閥の新たな指導者が現れなければ、フック派がHolland Adjectiveの王位につくことを受け入れざるを得ないだろう。
}
1601triggered_desc = {
1602trigger = {
1602has_variable = cod_claimant_enemy_alive
}
1603desc = hook_and_cod_wars.1200.desc.cod.enemy フック・アンド・コッド戦争の牽引役のひとりであり、Hollandの王位の僭称者であるDead Claimantが亡くなった! これにより、Alive Claimantの王位継承を阻む者はいなくなった。コッド派は、我々が支持するフック派に対して大きな優位を得るだろう。新たな候補者、つまり我々の派閥の新たな指導者が現れなければ、コッド派がHolland Adjectiveの王位につくことを受け入れざるを得ないだろう。
}
1605triggered_desc = {
1606trigger = {
1606has_variable = cod_claimant_ally_alive
}
1607desc = hook_and_cod_wars.1200.desc.cod.ally フック・アンド・コッド戦争の牽引役のひとりであり、Hollandの王位の僭称者であるDead Claimantが亡くなった! これにより、Alive Claimantの王位継承を阻む者はいなくなった。コッド派は我々の敵に対して大きな優位を得るだろう。
}
1609triggered_desc = {
1610trigger = {
1610always = yes
}
1611desc = hook_and_cod_wars.1200.desc フック・アンド・コッド戦争の牽引役のひとりであり、Hollandの王位の僭称者であるDead Claimantが亡くなった! これにより、Alive Claimantの王位継承を阻む者はいなくなった。
}
}
}
1615outcome = neutral
1616trigger = {
1617any_active_disaster = {
}
1618OR = {
1619AND = {
1620has_variable = hacw_hook_contender
1621is_alive = no
}
}
1623AND = {
1624has_variable = hacw_cod_contender
1625is_alive = no
}
}
}
}
1629immediate = {
1630if = {
1631limit = {
1631has_ruler = yes
}
1632set_variable = hacw_uncontested_ruler
}
1634if = {
1635limit = {
1636has_variable = hacw_hook_contender
1637is_alive = no
}
1638is_alive = yes
}
}
1640save_scope_as = dead_claimant
}
1641if = {
1642limit = {
1642has_variable = hacw_semi_international
}
1643save_scope_as = dead_claimant_country
}
}
1645else = {
1646owner = {
1646save_scope_as = dead_claimant_country
}
}
}
1648save_scope_as = alive_claimant
}
}
1650else_if = {
1651limit = {
1652has_variable = hacw_hook_contender
1653is_alive = yes
}
1654is_alive = no
}
}
1656save_scope_as = dead_claimant
}
1657if = {
1658limit = {
1658has_variable = hacw_semi_international
}
1659save_scope_as = dead_claimant_country
}
}
1661else = {
1662owner = {
1662save_scope_as = dead_claimant_country
}
}
}
1664save_scope_as = alive_claimant
}
}
1666else = {
1667set_variable = {
1667value = yes
}
1668save_scope_as = hacw_contender_1
}
1669save_scope_as = hacw_contender_2
}
1670ruler ?= {
1670save_scope_as = alive_claimant
}
}
1672save_scope_as = holland
1673scope:dead_claimant = {
1674dynasty = {
1675save_scope_as = claimant_dynasty
}
}
1678if = {
1679limit = {
1679NOT = {
}
}
1680if = {
1681limit = {
1681scope:alive_claimant = {
1681has_variable = hacw_allegience_to_hook
}
}
1682if = {
1683limit = {
1683has_variable = hacw_sided_with_hook
}
1684set_variable = {
1684value = yes
}
}
1686else = {
1686set_variable = {
1686value = yes
}
}
}
1688else = {
1689if = {
1690limit = {
1690has_variable = hacw_sided_with_hook
}
1691set_variable = {
1691value = yes
}
}
1693else = {
1693set_variable = {
1693value = yes
}
}
}
}
1696if = {
1697limit = {
1697has_ruler = yes
}
1698ruler ?= {
1698save_scope_as = new_claimant_character
}
}
1700else_if = {
1701limit = {
1701scope:dead_claimant_country = {
1701this = root
}
}
1702if = {
1703limit = {
1704any_character = {
1705is_adult = yes
1706is_alive = yes
1707OR = {
1708any_parent = {
1708dynasty = scope:claimant_dynasty
}
1709dynasty = scope:claimant_dynasty
}
1711NOT = {
1711has_character_modifier = hacw_supported_character
}
1712NOT = {
1712has_character_modifier = hacw_opposing_character
}
}
}
1715ordered_character = {
1716order_by = total_abilities
1717limit = {
1718is_adult = yes
1719is_alive = yes
1720OR = {
1721any_parent = {
1721dynasty = scope:claimant_dynasty
}
1722dynasty = scope:claimant_dynasty
}
1724NOT = {
1724has_character_modifier = hacw_supported_character
}
1725NOT = {
1725has_character_modifier = hacw_opposing_character
}
}
1727max = 1
1728save_scope_as = new_claimant_character
}
}
1731else = {
1732scope:claimant_dynasty = {
1733ordered_character_in_dynasty = {
1734order_by = total_abilities
1735limit = {
1736is_adult = yes
1737is_alive = yes
1738NOT = {
1738has_character_modifier = hacw_supported_character
}
1739NOT = {
1739has_character_modifier = hacw_opposing_character
}
1740owner = {
1741NOT = {
1741this = scope:holland
}
1742OR = {
1743AND = {
1744root = {
1744has_variable = hook_claimant_enemy_alive
}
1745NOT = {
1745is_target_in_global_variable_list = {
1745name = hacw_hook_list
1745target = this
}
}
1746is_target_in_global_variable_list = {
1746name = hacw_cod_list
1746target = this
}
}
1748AND = {
1749root = {
1749has_variable = cod_claimant_enemy_alive
}
1750NOT = {
1750is_target_in_global_variable_list = {
1750name = hacw_cod_list
1750target = this
}
}
1751is_target_in_global_variable_list = {
1751name = hacw_hook_list
1751target = this
}
}
}
}
}
1756max = 1
1757save_scope_as = new_claimant_character
}
}
}
}
1762else_if = {
1763limit = {
1764has_regent = yes
}
1766regent ?= {
1767save_scope_as = new_claimant_character
}
}
}
1771after = {
}

選択肢

ANew Claimant Characterを新たな指導者として提案しよう!
1778trigger = {
1779hidden_trigger = {
1780NOT = {
}
1781NOT = {
1781has_variable = hacw_uncontested_ruler
}
}
1783scope:dead_claimant_country = {
1783this = root
}
1784exists = scope:new_claimant_character
1785NOT = {
1785any_character = {
1785has_character_modifier = hacw_supported_character
}
}
}
1787custom_tooltip = {
1788text = hook_and_cod_wars.1200.a.tt New Claimant Characterが我々の派閥の新たな指導者となる
1789if = {
1790limit = {
1790is_alive = no
}
}
1791set_variable = {
1791value = scope:new_claimant_character
}
1792scope:new_claimant_character = {
1792set_variable = {
1792value = yes
}
}
1793set_variable = {
1793value = scope:new_claimant_character
}
}
1795else = {
1796set_variable = {
1796value = scope:new_claimant_character
}
1797scope:new_claimant_character = {
1797set_variable = {
1797value = yes
}
}
1798set_variable = {
1798value = scope:new_claimant_character
}
}
1800destroy_variable = {
}
1802destroy_variable = {
}
1803destroy_variable = {
}
}
1805if = {
1806limit = {
1807has_regent = yes
1808regent ?= scope:new_claimant_character
}
}
1812scope:new_claimant_character = {
1812add_character_modifier = {
1812days = -1
1812mode = add_and_extend
}
}
Bついにこの戦争を終わらせる時が来たのだ…
1817trigger = {
1817hidden_trigger = {
1817NOT = {
}
}
1817scope:dead_claimant_country = {
1817this = root
}
}
1818hacw_set_ruler = {
1818ruler = scope:alive_claimant
}
1819type = hook_and_cod_wars
}
1820hidden_effect = {
1821destroy_variable = {
}
1823destroy_variable = {
}
1824destroy_variable = {
}
}
Cまさかこんなことに……
1830trigger = {
1831hidden_trigger = {
1832NOT = {
}
1833NOT = {
1833has_variable = hacw_uncontested_ruler
}
}
1835scope:dead_claimant_country = {
1835NOT = {
1835this = root
}
}
}
1837scope:dead_claimant_country = {
1838trigger_event_non_silently = hook_and_cod_wars.1201
}
1840type = hook_and_cod_wars
}
D次はどうなる?
1845trigger = {
1845hidden_trigger = {
}
}
1846show_as_tooltip = {
1847type = hook_and_cod_wars
}
}
1849if = {
1850limit = {
1850any_owned_location = {
1850any_pop = {
1850has_rebel = var:hacw_hook_faction
}
}
}
1851destroy_rebel = var:hacw_hook_faction
}
1853if = {
1854limit = {
1854any_owned_location = {
1854any_pop = {
1854has_rebel = var:hacw_cod_faction
}
}
}
1855destroy_rebel = var:hacw_cod_faction
}
1857type = hook_and_cod_wars
}
1858hidden_effect = {
1859destroy_variable = {
}
1861destroy_variable = {
}
1862destroy_variable = {
}
}
© 2026 Soft Santa Cruz, S.L.U.。無断転載を禁じます。本サイトは非公式のファンプロジェクトであり、Paradox Interactiveとは関係ありません。ゲームコンテンツ © Paradox Interactive。 概要 · プライバシー · 法的情報