forked from External/mage
[LTC] Implementations part 2/4 (#11470)
* Aragorn, Hornburg Hero * Minas Morgul, Dark Fortress * Rohirrim Chargers
This commit is contained in:
parent
5adc350eed
commit
2abe61643c
7 changed files with 326 additions and 1 deletions
|
|
@ -177,6 +177,7 @@ public enum CounterType {
|
|||
QUEST("quest"),
|
||||
SILVER("silver"),
|
||||
SCREAM("scream"),
|
||||
SHADOW("shadow"),
|
||||
SHELL("shell"),
|
||||
SHIELD("shield"),
|
||||
SHRED("shred"),
|
||||
|
|
@ -312,6 +313,8 @@ public enum CounterType {
|
|||
return new AbilityCounter(new MenaceAbility(), amount);
|
||||
case REACH:
|
||||
return new AbilityCounter(ReachAbility.getInstance(), amount);
|
||||
case SHADOW:
|
||||
return new AbilityCounter(ShadowAbility.getInstance(), amount);
|
||||
case TRAMPLE:
|
||||
return new AbilityCounter(TrampleAbility.getInstance(), amount);
|
||||
case VIGILANCE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue