quickDrawActionPhaseDraw state
Properties
- id
240
- name
quickDrawActionPhaseDraw
- type
activeplayer
- description
clienttranslate('${actplayer} must draw a card from a deck or a discard pile (${drawNumber} card(s) left to draw)');
or
clienttranslate('${actplayer} must draw a card from a deck or a discard pile (${drawNumber} card(s) left to draw and then discard ${discardNumber} card(s))');
- descriptionmyturn
clienttranslate('${you} must draw a card from a deck or a discard pile (${drawNumber} card(s) left to draw)');
or
clienttranslate('${you} must draw a card from a deck or a discard pile (${drawNumber} card(s) left to draw and then discard ${discardNumber} card(s))');
- action
not set
- transitions
- possibleactions
QuickDrawActionCancel
QuickDrawActionDraw
- args
- updateGameProgression
false
- initialprivate
not set
Summary
Allows the player to draw cards as part of the quick draw action. The action is cancellable as long as the player hasn’t drawn any card. If the player doesn’t need to discard a card, the game will transition to the appropriate state automatically (actionPhase or upkeepPhase if the player doesn’t have any action left). Otherwise the game will proceed to the next step of the action.
Zombie turn
If a player is turned into a zombie during this state, then the action is cancelled.