Skip to content

DISCARDCARD

stanislawbartkowski edited this page May 3, 2019 · 2 revisions

Action

Discard one culture card because the hand is at capacity

Format

executeCommand(token,"DISCARDCARD",-1,-1,<name of the card>)

Usage example

executeCommand(token,"DISCARDCARD",-1,-1,"Defection")

Parameters:

  • name of the card: the card to be discarded

Itemize

Return list of cards available.

Example

[ "DutyandHonor", "BarbarianEncampment", "Defection" ]

The hand size is 2 and one of the three cards presented should be dropped.