Scripted Effect
harmony_weak_towards_equilibrium
Definitionin_game/common/scripted_effects/religious_effects.txt:148
149custom_tooltip = {
150text = harmony_weak_towards_equilibrium_tt Move 5 towards Harmony equilibrium
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
}
}
}