事件
外国干涉

随着鱼钩派与鳕鱼派战争的继续,其他邻国也对我国的内政表现出了兴趣。尤其是Neighbor Country的间谍已经观察到了冲突,但仍然保持中立。然而,很明显,他们加入任何一方都只是时间问题……
事件链
每个事件由其上一层的事件触发;下方一行说明由哪个选项、在何时触发。
外国干涉
Holland的鱼钩派与鳕鱼派战争↳ 选项A“收买他们加入[Get Ha CWFaction]。” · 立即
Neighbor Country加入 Ha CWFaction↳ 选项B“我们支持[Hacw Contender 1]和[Get Ha CWFaction]。” · 立即
Neighbor Country加入 Ha CWEnemy Faction↳ 选项A“我们支持[Hacw Contender 2]和[Get Ha CWEnemy Faction]。” · 立即
Neighbor Country保持中立↳ 选项C“这不关我们的事。” · 立即
定义in_game/events/disaster/hook_and_cod_wars.txt:2044
2045hide_portraits = yes
2046type = country_event
2047category = disaster_event
2048title = hook_and_cod_wars.1300.title 外国干涉
2049image = "gfx/interface/illustrations/disaster/succession_crisis.dds"
2050desc = hook_and_cod_wars.1300.desc 随着鱼钩派与鳕鱼派战争的继续,其他邻国也对我国的内政表现出了兴趣。尤其是Neighbor Country的间谍已经观察到了冲突,但仍然保持中立。然而,很明显,他们加入任何一方都只是时间问题……
2051outcome = neutral
2052trigger = {
2053any_neighbor_country = {
2054NOT = {
2054is_target_in_global_variable_list = {
2054name = hacw_hook_list
2054target = this
}
}
2055NOT = {
2055is_target_in_global_variable_list = {
2055name = hacw_cod_list
2055target = this
}
}
2056is_rebel_country = no
}
}
2059immediate = {
2060save_scope_as = holland
2061random_neighbor_country = {
2062limit = {
2063NOT = {
2063is_target_in_global_variable_list = {
2063name = hacw_hook_list
2063target = this
}
}
2064NOT = {
2064is_target_in_global_variable_list = {
2064name = hacw_cod_list
2064target = this
}
}
2065is_rebel_country = no
}
2067save_scope_as = neighbor_country
}
}