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

SwHawk\ProgressEvolutionOfTechnologySWH\Modules\Traits\States\Actions\PETDiscoverActionPhaseFunctionsTrait::stDiscoverActionPhaseDiscard

transitions
possibleactions
  • DiscoverActionDiscardCardUseToken

  • DiscoverActionCancel

args

SwHawk\ProgressEvolutionOfTechnologySWH\Modules\Traits\States\Arguments\PETDiscoverActionPhaseArgumentFunctionsTraits::argDiscoverActionDiscard

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