shuffleDrawActionPhase state
Properties
- id
 250
- name
 shuffleDrawActionPhase
- type
 activeplayer
- description
 clienttranslate('${actplayer} must select a deck or a discard pile to shuffle and then draw a card (${number} cards left to draw)');
- descriptionmyturn
 clienttranslate('${you} must select a deck or a discard pile to shuffle and then draw a card (${number} cards left to draw)');
- action
 not set
- transitions
 self
- possibleactions
 ShuffleDrawActionCancel
ShuffleDrawActionDraw
- args
 - updateGameProgression
 false- initialprivate
 not set
Summary
This state allow player to shuffle decks and discards and to draw cards from freshly shuffled decks. The action is cancellable unless the player has already drawn a card
Zombie turn
If a player turns into a zombie during this state, thay stop drawing cards an proceed to the actionPhase state.