mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Added missing Legends counters
This commit is contained in:
parent
ee95b39960
commit
bec74bbd4a
1 changed files with 5 additions and 0 deletions
|
@ -52,6 +52,7 @@ public enum CounterType {
|
|||
FUSE("fuse"),
|
||||
GEM("gem"),
|
||||
GLOBE("globe"),
|
||||
GLYPH("glyph"),
|
||||
GOLD("gold"),
|
||||
GROWTH("growth"),
|
||||
HATCHLING("hatchling"),
|
||||
|
@ -74,6 +75,7 @@ public enum CounterType {
|
|||
LOYALTY("loyalty"),
|
||||
MANIFESTATION("manifestation"),
|
||||
MANNEQUIN("mannequin"),
|
||||
MATRIX("matrix"),
|
||||
M1M1(new BoostCounter(-1, -1).name),
|
||||
M2M1(new BoostCounter(-2, -1).name),
|
||||
M2M2(new BoostCounter(-2, -2).name),
|
||||
|
@ -96,12 +98,14 @@ public enum CounterType {
|
|||
PETAL("petal"),
|
||||
PETRIFICATION("petrification"),
|
||||
PHYLACTERY("phylactery"),
|
||||
PIN("pin"),
|
||||
PLAGUE("plague"),
|
||||
PLOT("plot"),
|
||||
POLYP("polyp"),
|
||||
POISON("poison"),
|
||||
PRESSURE("pressure"),
|
||||
PREY("prey"),
|
||||
PUPA("pupa"),
|
||||
REPAIR("repair"),
|
||||
RUST("rust"),
|
||||
QUEST("quest"),
|
||||
|
@ -110,6 +114,7 @@ public enum CounterType {
|
|||
SHELL("shell"),
|
||||
SHIELD("shield"),
|
||||
SHRED("shred"),
|
||||
SLEEP("sleep"),
|
||||
SLIME("slime"),
|
||||
SLUMBER("slumber"),
|
||||
SOOT("soot"),
|
||||
|
|
Loading…
Reference in a new issue