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

harmony_weak_towards_equilibrium

harmony_weak_towards_equilibriumin_game/common/scripted_effects/religious_effects.txt:148

Определениеin_game/common/scripted_effects/religious_effects.txt:148

149custom_tooltip = {
150text = harmony_weak_towards_equilibrium_tt Смещается на 5 ед. к равновесной Concept
151if = {
152limit = {
152harmony < 0
}
153add_harmony = {
154value = root.harmony
155max = 5
156multiply = -1
}
}
159if = {
160limit = {
160harmony > 0
}
161add_harmony = {
162value = root.harmony
163max = 5
164multiply = -1
}
}
}