イベント
外国の干渉

フック・アンド・コッド戦争が続くなか、近隣諸国がわが国の内政に関心を示している。特に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
}
}