discoverActionPhaseDiscard state
Properties
- id
211
- name
discoverActionPhaseDiscard
- type
activeplayer
- description
clienttranslate('${actplayer} must discard technologies or use tokens from his hand to pay for discovering his technology');
- descriptionmyturn
clienttranslate('${you} must discard technologies or use tokens to discover ${_private.cardName}${_private.resourcesList}');
- action
- transitions
self
- possibleactions
DiscoverActionDiscardCardUseToken
DiscoverActionCancel
- args
- updateGameProgression
false
- initialprivate
not set
Summary
During this state, the active player is able to select cards from their hand and tokens from their reserve to use them to cover the costs of the card they’re trying to discover. They can also cancel the action if they notice they can’t or don’t want to cover the costs anymore.
Detailed description
If the player discard cards and uses tokens that don’t cover entirely the cost of the card being discovered, the title bar will update with the resources not used.
The card’s cost computation algorithm is described here.
Zombie turn
If a player turns into a zombie during this state, the action is cancelled through the zombieCancel transition