Скриптовый эффект

hacw_change_enemy_faction_score

hacw_change_enemy_faction_scorein_game/events/disaster/hook_and_cod_wars.txt:34
Требуетhacw_preferred_faction_codПеременнаяelse ifhacw_preferred_faction_hookПеременнаяifhacw_sided_with_codПеременнаяelse ifhacw_sided_with_hookПеременнаяif

Определениеin_game/events/disaster/hook_and_cod_wars.txt:34

35if = {
36limit = {
36$source_country$ = {
36OR = {
36has_variable = hacw_sided_with_hook
}
}
}
37$target_country$ = {
37is_good = bad
37math = $math$
37value = $value$
37faction = cod
}
}
}
39else_if = {
40limit = {
40$source_country$ = {
40OR = {
40has_variable = hacw_sided_with_cod
}
}
}
41$target_country$ = {
41is_good = bad
41math = $math$
41value = $value$
41faction = hook
}
}
}