이벤트

아군 계승 요구자 Holland의 사망!

hook_and_cod_wars.1201in_game/events/disaster/hook_and_cod_wars.txt:1867
아군 계승 요구자 … 의 사망!

Holland에서 새로운 소식이 도착했습니다. 우리 세력의 수장이자 Holland Adjective의 계승 요구자인 Dead Claimant(이)가 사망했다는 듯합니다! 이제 우리가 지지하던 세력은 권좌의 계승권을 주장할 새로운 수장을 절박하게 찾고 있습니다.

요구 조건cod_claimant_ally_alive변수option 1cod_claimant_enemy_alive변수option 1hook_claimant_ally_alive변수option 1hook_claimant_enemy_alive변수option 1

이벤트 연쇄

각 이벤트는 바로 위에 있는 이벤트에 의해 발생합니다. 그 아래 줄에는 어떤 선택지가 언제 이 이벤트로 이어지는지 표시됩니다.

  1. 계승 요구자의 죽음
  2. 아군 계승 요구자 Holland의 사망!
    ↳ 선택지 C “어찌 이런 일이...” · 즉시
  3. 새로운 계승 요구자
    ↳ 선택지 A “[Holland Adjective]의 권좌는 [Target Character]의 것이 될 것이다.” · 즉시
  4. 전쟁 조기 종식
    ↳ 선택지 D “여기까지만 하세.” · 즉시

정의in_game/events/disaster/hook_and_cod_wars.txt:1867

1868hide_portraits = yes
1869type = country_event
1870category = disaster_event
1871title = hook_and_cod_wars.1201.title 아군 계승 요구자 Holland의 사망!
1872image = "gfx/interface/illustrations/disaster/succession_crisis.dds"
1873desc = hook_and_cod_wars.1201.desc Holland에서 새로운 소식이 도착했습니다. 우리 세력의 수장이자 Holland Adjective의 계승 요구자인 Dead Claimant(이)가 사망했다는 듯합니다! 이제 우리가 지지하던 세력은 권좌의 계승권을 주장할 새로운 수장을 절박하게 찾고 있습니다.
1874outcome = neutral
1875immediate = {
1876if = {
1877limit = {
1878any_character = {
1879dynasty = scope:claimant_dynasty
1880is_adult = yes
1881is_legally_male = yes
}
}
1884random_character = {
1885limit = {
1886dynasty = scope:claimant_dynasty
1887is_adult = yes
1888is_legally_male = yes
}
1890save_scope_as = target_character
}
}
1893if = {
1894limit = {
1895scope:claimant_dynasty = {
1896any_character_in_dynasty = {
1897owner = {
1898NOT = {
1898this = root
}
1899NOT = {
1899this = scope:holland
}
1900OR = {
1901AND = {
1902is_target_in_global_variable_list = {
1902name = hacw_cod_list
1902target = this
}
1903NOT = {
1903is_target_in_global_variable_list = {
1903name = hacw_hook_list
1903target = this
}
}
}
1905AND = {
1906is_target_in_global_variable_list = {
1906name = hacw_hook_list
1906target = this
}
1907NOT = {
1907is_target_in_global_variable_list = {
1907name = hacw_cod_list
1907target = this
}
}
}
}
}
1911NOT = {
1911owner = root
}
1912NOT = {
1912owner = scope:holland
}
1913is_alive = yes
1914is_adult = yes
}
}
}
1918save_scope_as = foreign_character
}
1920if = {
1921limit = {
1922OR = {
1923has_regent = no
1924has_heir = yes
}
}
1927if = {
1928limit = {
1929has_regent = yes
1930has_heir = yes
}
1932heir = {
1933save_scope_as = ruler_character
}
}
1936else = {
1937ruler = {
1937save_scope_as = ruler_character
}
}
}
}

선택지

AHolland Adjective의 권좌는 Target Character의 것이 될 것이다.
1944trigger = {
1944exists = scope:target_character
}
1945custom_tooltip = {
1946text = hook_and_cod_wars.1201.a.tt Target Character(이)가 Holland에서 우리가 지지하는 세력의 새로운 수장이 되어, Holland Adjective의 권좌를 차지할 기회를 얻습니다
1947scope:target_character = {
1947save_scope_as = new_claimant
}
1948if = {
1949limit = {
1949scope:holland = {
1949OR = {
1949has_variable = hook_claimant_ally_alive
1949has_variable = hook_claimant_enemy_alive
}
}
}
1950scope:target_character = {
1950set_variable = {
1950value = yes
}
}
}
1952else_if = {
1953limit = {
1953scope:holland = {
1953OR = {
1953has_variable = cod_claimant_ally_alive
1953has_variable = cod_claimant_enemy_alive
}
}
}
1954scope:target_character = {
1954set_variable = {
1954value = yes
}
}
}
1956scope:holland = {
1956trigger_event_silently = hook_and_cod_wars.1202
}
}
B우리는 Foreign Character의 야망을 뒷받침할 것이다!
1962trigger = {
1962exists = scope:foreign_character
}
1963custom_tooltip = {
1964text = hook_and_cod_wars.1201.b.tt Foreign Character(이)가 Holland에서 우리가 지지하는 세력의 새로운 수장이 되어, Holland Adjective의 권좌를 차지할 기회를 얻습니다
1965scope:foreign_character = {
1965save_scope_as = new_claimant
}
1966scope:holland = {
1966trigger_event_silently = hook_and_cod_wars.1202
}
}
CRuler Character(이)가 Country의 권좌를 차지할 것이다.
1972trigger = {
1972exists = scope:ruler_character
}
1973custom_tooltip = {
1974text = hook_and_cod_wars.1201.c.tt Ruler Character(이)가 Holland에서 우리가 지지하는 세력의 새로운 수장이 되어, Holland Adjective의 권좌를 차지할 기회를 얻습니다
1975scope:ruler_character = {
1975save_scope_as = new_claimant
}
1976scope:holland = {
1976trigger_event_silently = hook_and_cod_wars.1202
}
}
D여기까지만 하세.
1982custom_tooltip = {
1983text = hook_and_cod_wars.1201.d.tt 새로운 계승권자를 제안하지 않고, Holland의 갈고리와 대구 전쟁 재난을 조기에 종료합니다
1984scope:holland = {
1984trigger_event_silently = hook_and_cod_wars.1203
}
}
© 2026 Soft Santa Cruz, S.L.U.. 모든 권리 보유. 비공식 팬 프로젝트이며 Paradox Interactive와 관련이 없습니다. 게임 콘텐츠 © Paradox Interactive. 소개 · 개인정보 보호 · 법적 고지