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

change_union_integration_level

change_union_integration_levelin_game/common/scripted_effects/international_organization_effects.txt:659
Требуетintegrated_in_unionПеременнаяhidden effect

Определениеin_game/common/scripted_effects/international_organization_effects.txt:659

660hidden_effect = {
661custom_description = {
662text = change_union_integration_level_text
663value = $value$
664every_international_organization_member = {
665if = {
666limit = {
666NOT = {
666has_variable = integrated_in_union
}
}
667set_variable = {
667value = $value$
}
}
669else = {
670change_variable = {
670add = $value$
}
}
675if = {
676limit = {
}
680set_variable = {
680value = 0
}
}
}
}
}