Skip to content

Result Modifier

Result Modifier

Result Modifier elements alter the numerical outcome of a battle action result using an operation and operand.

Properties

System

Name Explanation Type
Action Result Type The battle action result type to affect. Battle Action Result
Apply to Target Whether the result modifier applies to the target. Toggle
Apply to User Whether the result modifier applies to the user. Toggle
Formula Name The formula name to filter on. Variable or Value
Operation The operation to perform on the result. Operator
Start Time (milliseconds) The time to start the sequence element at in milliseconds. Number
Value The value to apply on the result. Variable or Value
Wait to Complete Whether this element must finish before the next element begins. Toggle

Operation

Name Explanation
= Replaces the current value with the specified value.
+ Adds the specified value to the current value.
- Subtracts the specified value from the current value.
* Multiplies the current value by the specified value.
รท Divides the current value by the specified value.
% Returns the remainder after dividing the current value by the specified value.