事件
Holland的继承人

随着我们上一任统治者Holland Previous Ruler的离世,由于没有明确、没有争议的继承者,Holland的继承悬而未决。按照法律,Hacw Contender 1是第一顺位的合法宣称者,但his/her的宣称受到了Hacw Contender 2的挑战。如果Hollands Dynasty家族的争斗不能尽快解决,Holland将陷入血腥的冲突中……
传统时代trigger
文艺复兴时代trigger
荷兰国家trigger
贵族阶层immediate, trigger
君主国政体trigger
神圣罗马帝国国际组织immediatehacw_chose_emperor_character变量immediatehacw_contender_1变量immediate事件链
每个事件由其上一层的事件触发;下方一行说明由哪个选项、在何时触发。
Holland的继承人
Hollands Dynasty的宣称↳ 选项A“但愿有个好结果……” · 立即
Hollands Dynasty宣称者↳ 选项A“但愿有个好结果……” · 立即
不确定的继承↳ 选项C“我们不能失去他们任何一人。” · 立即
Holland的新统治者↳ 选项A“让[Hacw Contender 1]去。” · 立即
Holland继承危机↳ 选项A“但愿有个好结果……” · 立即
定义in_game/events/disaster/hook_and_cod_wars.txt:497
498hide_portraits = yes
499type = country_event
500category = disaster_event
501title = hook_and_cod_wars.1000.title Holland的继承人
502desc = hook_and_cod_wars.1000.desc 随着我们上一任统治者Holland Previous Ruler的离世,由于没有明确、没有争议的继承者,Holland的继承悬而未决。按照法律,Hacw Contender 1是第一顺位的合法宣称者,但his/her的宣称受到了Hacw Contender 2的挑战。如果Hollands Dynasty家族的争斗不能尽快解决,Holland将陷入血腥的冲突中……
503outcome = neutral
504image = "gfx/interface/illustrations/disaster/succession_crisis.dds"
505trigger = {
514has_regent = yes
515exists = previous_ruler
516trigger_if = {
517limit = {
517has_heir = yes
}
518previous_ruler ?= {
519has_dynasty = yes
520dynasty ?= {
521any_character_in_dynasty = {
}
}
}
}
529trigger_else = {
530previous_ruler ?= {
531has_dynasty = yes
532dynasty ?= {
533any_character_in_dynasty = {
}
}
}
}
}
543immediate = {
544save_scope_as = holland
545previous_ruler ?= {
546dynasty = {
547save_scope_as = hollands_dynasty
}
}
554else_if = {
555limit = {
558leader_country = {
559NOT = {
559in_union_with = ROOT
}
560any_character = {
561is_alive = yes
562is_adult = yes
564has_dynasty = yes
565dynasty = scope:hollands_dynasty
}
}
}
}
571leader_country = {
572ordered_character = {
573order_by = total_abilities
574limit = {
575is_alive = yes
576is_adult = yes
578has_dynasty = yes
579dynasty = scope:hollands_dynasty
}
581max = 1
}
}
}
}
589else = {
590scope:hollands_dynasty = {
591ordered_character_in_dynasty = {
592order_by = total_abilities
598max = 1
}
}
}
604if = {
605limit = {
609leader_country = {
610NOT = {
610in_union_with = ROOT
}
611any_character = {
612is_alive = yes
613is_adult = yes
615dynasty ?= scope:hollands_dynasty
617owner = {
618NOT = {
618in_union_with = ROOT
}
}
}
}
}
}
625leader_country = {
626ordered_character = {
627order_by = total_abilities
628limit = {
629is_alive = yes
630is_adult = yes
632dynasty = scope:hollands_dynasty
634owner = {
635NOT = {
635in_union_with = ROOT
}
}
}
638max = 1
639save_scope_as = hacw_contender_2
}
}
}
}
644else = {
645scope:hollands_dynasty = {
646ordered_character_in_dynasty = {
647order_by = total_abilities
648limit = {
649is_alive = yes
650is_adult = yes
653owner = {
654NOT = {
654in_union_with = ROOT
}
}
}
657max = 1
658save_scope_as = hacw_contender_2
}
}
}
662if = {
663limit = {
663exists = scope:hacw_contender_1
}
}
667previous_ruler ?= {
668save_scope_as = holland_previous_ruler
}
}