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

Holland에서 새로운 소식이 도착했습니다. 우리 세력의 수장이자 Holland Adjective의 계승 요구자인 Dead Claimant(이)가 사망했다는 듯합니다! 이제 우리가 지지하던 세력은 권좌의 계승권을 주장할 새로운 수장을 절박하게 찾고 있습니다.
이벤트 연쇄
각 이벤트는 바로 위에 있는 이벤트에 의해 발생합니다. 그 아래 줄에는 어떤 선택지가 언제 이 이벤트로 이어지는지 표시됩니다.
계승 요구자의 죽음
아군 계승 요구자 Holland의 사망!↳ 선택지 C “어찌 이런 일이...” · 즉시
새로운 계승 요구자↳ 선택지 A “[Holland Adjective]의 권좌는 [Target Character]의 것이 될 것이다.” · 즉시
전쟁 조기 종식↳ 선택지 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 = {
}
}
1884random_character = {
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
}
}
}
}