Geskripteter Effekt
limit_variable_to_max
Do not use it with timed variables though
Definitionin_game/common/scripted_effects/global_effects.txt:89
90if = {
91limit = {
91var:$name$ > $value$
}
92set_variable = {
92name = $name$
92value = $value$
}
}