이벤트
동맹 지원

우리의 동맹인 Ha CWFaction(이)가 Ha CWEnemy Faction에 맞서 싸우기 위해 추가 자원이 필요한 상황입니다. 다행히도 Ha CWFaction의 편에 선 것은 우리만은 아닙니다. Faction Ally Country에서도 우리의 뜻에 동참하기로 약속한 바 있습니다. 우리의 믿음직한 동맹에 지원을 요청하는 것도 하나의 방법일 것입니다.
이벤트 연쇄
각 이벤트는 바로 위에 있는 이벤트에 의해 발생합니다. 그 아래 줄에는 어떤 선택지가 언제 이 이벤트로 이어지는지 표시됩니다.
동맹 지원
동맹 지원↳ 선택지 A “누구나 자기 몫을 해야 하는 법.” · 즉시
Faction Ally Country의 지원↳ 선택지 A “[Get Ha CWFaction](을)를 지원하라.” · 즉시
Ha CWEnemy Faction Short 지원↳ 선택지 A “[Common String Positive]” · 즉시
Ha CWEnemy Faction Short 지원↳ 선택지 A “절대로 물러설 수 없다!” · 14일 후
Faction Ally Country, 지원 요청 거부↳ 선택지 B “그럴 여유는 없다.” · 즉시
Ha CWEnemy Faction Short 지원 (위 참조)↳ 선택지 B “우리가 직접 지원하면 될 일이다.” · 즉시
정의in_game/events/disaster/hook_and_cod_wars.txt:2220
2221hide_portraits = yes
2222type = country_event
2223category = disaster_event
2224title = hook_and_cod_wars.1400.title 동맹 지원
2225image = "gfx/interface/illustrations/disaster/succession_crisis.dds"
2226desc = hook_and_cod_wars.1400.desc 우리의 동맹인 Ha CWFaction(이)가 Ha CWEnemy Faction에 맞서 싸우기 위해 추가 자원이 필요한 상황입니다. 다행히도 Ha CWFaction의 편에 선 것은 우리만은 아닙니다. Faction Ally Country에서도 우리의 뜻에 동참하기로 약속한 바 있습니다. 우리의 믿음직한 동맹에 지원을 요청하는 것도 하나의 방법일 것입니다.
2227outcome = neutral
2228trigger = {
2229global_variable_list_size = {
2230name = hacw_hook_list
2231value > 1
}
2233global_variable_list_size = {
2234name = hacw_cod_list
2235value > 1
}
}
2238immediate = {
2239save_scope_as = holland
2240random_country = {
2241limit = {
2242NOT = {
2242this = root
}
2243is_target_in_global_variable_list = {
2243name = hacw_hook_list
2243target = this
}
}
2245save_scope_as = random_hook_country
}
2247random_country = {
2248limit = {
2249NOT = {
2249this = root
}
2250is_target_in_global_variable_list = {
2250name = hacw_cod_list
2250target = this
}
}
2252save_scope_as = random_cod_country
}
2254if = {
2256scope:random_hook_country = {
2256save_scope_as = faction_ally_country
}
2257scope:random_cod_country = {
2257save_scope_as = faction_enemy_country
}
}
2259else = {
2260scope:random_cod_country = {
2260save_scope_as = faction_ally_country
}
2261scope:random_hook_country = {
2261save_scope_as = faction_enemy_country
}
}
}