Efekt skryptowy
harmony_mild_towards_equilibrium
Definicjain_game/common/scripted_effects/religious_effects.txt:126
127custom_tooltip = {
128text = harmony_mild_towards_equilibrium_tt Przesuń równowagę o 10 pkt. w stronę Concept
129if = {
130limit = {
130harmony < 0
}
131add_harmony = {
132value = root.harmony
133max = 10
134multiply = -1
}
}
137if = {
138limit = {
138harmony > 0
}
139add_harmony = {
140value = root.harmony
141max = 10
142multiply = -1
}
}
}