Add support for charge-up modifiers

This commit is contained in:
Electroblob77
2020-06-11 22:49:08 +01:00
parent fb56190f6f
commit 737f896070
3 changed files with 19 additions and 6 deletions
@@ -41,6 +41,8 @@ public final class SpellModifiers {
public static final String POTENCY = "potency";
/** Constant string identifier for the mana cost modifier. */
public static final String COST = "cost";
/** Constant string identifier for the wand charge-up modifier. */
public static final String CHARGEUP = "chargeup";
/** Constant string identifier for the wand progression modifier. */
public static final String PROGRESSION = "progression";