drawActionPhase state

Properties

id

220

name

drawActionPhase

type

activeplayer

description
clienttranslate('${actplayer} must draw a card from a deck or a discard pile (${number} cards left to draw)');
descriptionmyturn
clienttranslate('${you} must draw a card from a deck or a discard pile (${number} cards left to draw)');
action

not set

transitions
possibleactions
  • DrawActionCancel

  • DrawActionDraw

args

argDrawActionPhase

updateGameProgression

false

initialprivate

not set

Summary

The state allows a player to draw cards from decks or discards. This action ends the player’s turn, so it automatically The player can cancel the action if no card has already been drawn.

Zombie turn

Should a player become a zombie during this phase, they will automatically progress to the upkeepPhase state.