add several counter types including: arrow, blood, delay, devotion, energy, fuse, intervention, luck, omen, page, polyp, wish and more.

This commit is contained in:
jendave
2011-08-06 14:18:13 +00:00
parent 4a1fd81469
commit a15f74c7c0

View File

@@ -15,29 +15,41 @@ package forge;
*/
public enum Counters {
AGE(),
ARROW(),
BLAZE(),
BLOOD(),
BRIBERY(),
CHARGE(),
CORPSE(),
DELAY(),
DEPLETION(),
DEVOTION(),
DIVINITY(),
DOOM(),
ENERGY(),
EON(),
FADE(),
FUSE(),
HOOFPRINT(),
ICE(),
INFECTION(),
INTERVENTION(),
JAVELIN(),
KI(),
LEVEL(),
LOYALTY(),
LUCK(),
M0M1("-0/-1"),
M1M1("-1/-1"),
M2M1("-2/-1"),
MANA(),
MINING(),
OMEN(),
PAGE(),
PRESSURE(),
PHYLACTERY,
POLYP(),
PUPA(),
P0M1("+0/-1"),
P0M2("+0/-2"),
P0P1("+0/+1"),
@@ -47,6 +59,7 @@ public enum Counters {
P2P2("+2/+2"),
QUEST(),
SCREAM(),
SLEIGHT(),
SPORE(),
STORAGE(),
TIDE(),
@@ -54,7 +67,8 @@ public enum Counters {
TOWER("tower"),
TREASURE(),
VERSE(),
WIND();
WIND(),
WISH();
private String name;