mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
refactored instances of various types of counters
This commit is contained in:
parent
44d0022d14
commit
9a66f1713b
12 changed files with 69 additions and 53 deletions
|
|
@ -39,6 +39,7 @@ public enum CounterType {
|
|||
ARROWHEAD("arrowhead"),
|
||||
AWAKENING("awakening"),
|
||||
BLAZE("blaze"),
|
||||
BLOOD("blood"),
|
||||
BOUNTY("bounty"),
|
||||
BRIBERY("bribery"),
|
||||
BRICK("brick"),
|
||||
|
|
@ -67,10 +68,12 @@ public enum CounterType {
|
|||
FADE("fade"),
|
||||
FATE("fate"),
|
||||
FEATHER("feather"),
|
||||
FILIBUSTER("filibuster"),
|
||||
FLOOD("flood"),
|
||||
FURY("fury"),
|
||||
FUNGUS("fungus"),
|
||||
FUSE("fuse"),
|
||||
GEM("gem"),
|
||||
GLOBE("globe"),
|
||||
GOLD("gold"),
|
||||
GROWTH("growth"),
|
||||
|
|
@ -83,6 +86,7 @@ public enum CounterType {
|
|||
ICE("ice"),
|
||||
INFECTION("infection"),
|
||||
INTERVENTION("intervention"),
|
||||
ISOLATION("isolation"),
|
||||
JAVELIN("javelin"),
|
||||
KI("ki"),
|
||||
LANDMARK("landmark"),
|
||||
|
|
@ -90,6 +94,7 @@ public enum CounterType {
|
|||
LORE("lore"),
|
||||
LUCK("luck"),
|
||||
LOYALTY("loyalty"),
|
||||
MANIFESTATION("manifestation"),
|
||||
MANNEQUIN("mannequin"),
|
||||
M1M1(new BoostCounter(-1, -1).name),
|
||||
M2M1(new BoostCounter(-2, -1).name),
|
||||
|
|
@ -99,6 +104,7 @@ public enum CounterType {
|
|||
MIRE("mire"),
|
||||
MUSTER("muster"),
|
||||
NET("net"),
|
||||
OMEN("omen"),
|
||||
P0P1(new BoostCounter(0, 1).name),
|
||||
P1P0(new BoostCounter(1, 0).name),
|
||||
P1P1(new BoostCounter(1, 1).name),
|
||||
|
|
@ -108,6 +114,7 @@ public enum CounterType {
|
|||
PAIN("pain"),
|
||||
PETAL("petal"),
|
||||
PETRIFICATION("petrification"),
|
||||
PHYLACTERY("phylactery"),
|
||||
PLAGUE("plague"),
|
||||
PLOT("plot"),
|
||||
POLYP("polyp"),
|
||||
|
|
@ -123,6 +130,7 @@ public enum CounterType {
|
|||
SHIELD("shield"),
|
||||
SHRED("shred"),
|
||||
SLIME("slime"),
|
||||
SOOT("soot"),
|
||||
SPITE("spite"),
|
||||
SPORE("spore"),
|
||||
STORAGE("storage"),
|
||||
|
|
@ -132,6 +140,7 @@ public enum CounterType {
|
|||
TIDE("tide"),
|
||||
TIME("time"),
|
||||
TOWER("tower"),
|
||||
TRAINING("training"),
|
||||
TRAP("trap"),
|
||||
TREASURE("treasure"),
|
||||
UNITY("unity"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue