Class ReservoirCondition

java.lang.Object
net.demilich.metastone.game.spells.desc.condition.Condition
net.demilich.metastone.game.spells.desc.condition.ReservoirCondition
All Implemented Interfaces:
Serializable, HasDesc<ConditionDesc>

public class ReservoirCondition extends Condition
true when the number of cards in the player's deck is greater or equal to the ConditionArg.VALUE.

If two values are specified, evalutes to true if the number of cards in the player's deck is equal to or between the two values.

See Also: