-
Notifications
You must be signed in to change notification settings - Fork 1
[Version 4.0] Difficulty Modifier
Insane96 edited this page Jan 24, 2023
·
2 revisions
The Difficulty Modifier object is used in Range and Modifiable Value, and lets you change the value of those two objects based off the world difficulty.
-
difficulty_modifier
: (Object) the object that contains the modifier's parameters.-
operation
: A string value (allowed values: "add", "multiply") representing if the modifiers should affect the value additively or multiplicatively -
easy
: the modifier if the difficulty is easy -
normal
: the modifier if the difficulty is normal -
hard
: the modifier if the difficulty is hard -
affects_max_only
: currently used in the Range Object, a true or false value which makes the modifier affect only the max value. Defaults to false if omitted
-
Check properties pages for examples.