-
Notifications
You must be signed in to change notification settings - Fork 42
Actions
Alchyr edited this page Jul 8, 2022
·
6 revisions
Class Name | Description |
---|---|
StunMonsterAction | Stuns a monster so it can't act for a turn. |
FetchAction | Move card(s) from some pile to the hand. |
MoveCardsAction | Move card(s) from some pile to another pile. |
AddTemporaryHPAction | Add Temporary HP to the player or a monster. |
RemoveAllTemporaryHPAction | Removes all Temporary HP from the player or a monster. |
EvokeSpecificOrbAction | Evokes a given orb. |
TriggerPassiveAction | Triggers the passive ability of a given orb. |
SelectCardsAction | Select cards in a grid to do what you want. |
SelectCardsInHandAction | Select cards in hand. Visually same as Armaments, True Grit etc. |
MultiGroupSelectAction | Select cards from multiple groups (hand, draw, discard). Opens a modified grid select that shows what groups cards are in. |
MultiGroupMoveAction | Select cards from multiple groups (hand, draw, discard) to move to another group. |
DamageCallbackAction | Allows to easily make effects that deal with "unblocked damage dealt", eg. Wallop. |