Action Result (Data Type)
A String used to indicate the result of a certain action.
A String used to indicate the result of a certain action.
Values
| Value | Description |
|---|---|
consume_partial | Indicates that the action is performed but the actor’s hand is not swung and no statistic is incremented. |
consume | Indicates that the action is performed but the actor’s hand is not swung. |
fail | Indicates that the action is not performed and prevents other actions from performing. |
pass | Indicates that the action is not performed but allows other actions to perform. |
success | Indicates that the action is performed and the actor’s hand is swung. |