Implement cards: Apes of Rath, Endless Scream, Fool's Tome, and Fylamarid

This commit is contained in:
LoneFox 2015-11-04 09:29:08 +02:00
parent 4fa4b7198b
commit 9e3ef31b4b
6 changed files with 306 additions and 0 deletions

View file

@ -43,4 +43,9 @@ public class HellbentCondition implements Condition {
public boolean apply(Game game, Ability source) {
return game.getPlayer(source.getControllerId()).getHand().size() == 0;
}
@Override
public String toString() {
return "if you have no cards in hand";
}
}

View file

@ -88,6 +88,7 @@ public enum CounterType {
POISON("poison"),
PRESSURE("pressure"),
QUEST("quest"),
SCREAM("scream"),
SHELL("shell"),
SHIELD("shield"),
SHRED("shred"),