Event
Support for the Alliance

Our allies of the Ha CWFaction is in need of further resources against the Ha CWEnemy Faction. Fortunately for us, we are not the only ones who side with the Ha CWFaction. Faction Ally Country has promised their support for our cause. It might be worth asking our trusted ally to support our cause.
Event chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
Support for the Alliance
Support for the Alliance↳ Option A “Everyone needs to carry their weight.” · right away
Support from Faction Ally Country↳ Option A “Support the [Get Ha CWFaction].” · right away
The Ha CWEnemy Faction Shorts Support↳ Option A “[Common String Positive]” · right away
Ha CWEnemy Faction Shorts Support↳ Option A “We cannot allow to fall back!” · 14 days later
Faction Ally Country Let Us Down↳ Option B “We cannot afford that.” · right away
The Ha CWEnemy Faction Shorts Support (see above)↳ Option B “We can pay for it ourselves.” · right away
Definitionin_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 Support for the Alliance
2225image = "gfx/interface/illustrations/disaster/succession_crisis.dds"
2226desc = hook_and_cod_wars.1400.desc Our allies of the Ha CWFaction is in need of further resources against the Ha CWEnemy Faction. Fortunately for us, we are not the only ones who side with the Ha CWFaction. Faction Ally Country has promised their support for our cause. It might be worth asking our trusted ally to support our cause.
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
}
}
}