Alter Statistic
Alter Statistic
Alter Statistic elements modify a battler's statistic value.
Properties
System
| Name |
Explanation |
Type |
| Formula Name |
The formula name of the statistic to compare. |
Statistic |
| Is Random Operation |
Whether the operation is random. |
Toggle |
| Is Scale Operation |
Whether the statistic comparison is based on scale. |
Toggle |
| Is Value Operation |
Whether the statistic comparison is based on value. |
Toggle |
| Operation |
The operation to execute. |
Operator |
| Random End |
The end of the random value to assign to the variable. |
Variable or Value |
| Random Start |
The start of the random value to assign to the variable. |
Variable or Value |
| Value |
The value to compare. |
Variable or Value |
| 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. |