Skip to content

Modify Effects

Xemor edited this page Dec 1, 2022 · 2 revisions

Modify Effects

Modify effects are a family of effects that take in an operation and value parameter and any others defined by the specific effect. This is typically used to modify a value with basic arithmetic or to simply set it.

The possible values of the operation parameter are SET, ADD, SUBTRACT, MULTIPLY, DIVIDE. Value is just a simple decimal number.

modify_effect:
  type: MODIFY_EFFECT_IS_JUST_A_FAMILY_OF_EFFECTS_NOT_A_REAL_EFFECT
  operation: SET/ADD/SUBTRACT/MULTIPLY/DIVIDE
  value: 1.0

Clone this wiki locally