Battle Action Results
Battle Action Results¶
Battle Action Results represent the data outcome of a battle action, such as a statistic change, a status effect application, or a message. They are the counterpart to the visual Action Sequence Result, which controls how results are displayed on screen.
Battle Action Results¶
Battle Counter Result¶
A battle action result that modifies the battle counter value on the target, used in counter-based battle systems.
Properties¶
System¶
| Name | Explanation | Type |
|---|---|---|
| Value | The value to apply to the battle counter. | Number |
Message Result¶
A battle action result that displays a message without affecting any statistics or states.
State Result¶
A battle action result that applies or removes a status effect on the target.
Properties¶
System¶
| Name | Explanation | Type |
|---|---|---|
| Is Add | Whether the status effect is being added or removed. | Toggle |
| Statistics | The statistics associated with the status effect. | Statistic |
| Status Effect | The status effect to apply or remove. | Status Effect |
| Success Formula | The formula that determines whether the status effect is successfully applied or removed. | Formula |
Statistics Result¶
A battle action result that modifies a statistic on the target, such as dealing damage to HP or restoring MP.
Properties¶
System¶
| Name | Explanation | Type |
|---|---|---|
| Formula Name | The formula name of the statistic to modify. | Statistic |
| Value | The value to apply to the statistic. | Number |