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

change_settling_character_loyalty

change_settling_character_loyaltyin_game/events/colonization/settle_the_frontier.txt:35
Требуетsettler_character_truthfulnessПеременнаяif

Определениеin_game/events/colonization/settle_the_frontier.txt:35

36if = {
37limit = {
37has_variable = settler_character_truthfulness Верность поселенцев
}
38custom_description = {
39text = change_settling_character_loyalty Увеличивает Select CString параметр «Верность поселенцев» на VALUE ед. (сейчас: Settler Character Truthfulness ед.)
40value = $value$
41change_variable = {
42name = settler_character_truthfulness Верность поселенцев
43add = $value$
}
}
}
47else = {
48set_variable = {
49name = settler_character_truthfulness Верность поселенцев
50value = $value$
}
}