Event
Our Claimant of Holland has died!

News from Holland has reached us, reporting the death of our faction leader and claimant of the Holland Adjective throne, Dead Claimant! Now our supported side is looking desperately for a new leader who can claim the throne...
Event chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
Death of a Claimant
Our Claimant of Holland has died!↳ Option C “A twist of turns...” · right away
The New Claimant↳ Option A “The [Holland Adjective] throne belongs to [Target Character]” · right away
Premature End of the Wars↳ Option D “Drop the matter.” · right away
Definitionin_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 Our Claimant of Holland has died!
1872image = "gfx/interface/illustrations/disaster/succession_crisis.dds"
1873desc = hook_and_cod_wars.1201.desc News from Holland has reached us, reporting the death of our faction leader and claimant of the Holland Adjective throne, Dead Claimant! Now our supported side is looking desperately for a new leader who can claim the throne...
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
}
}
}
}