Add support for charge-up modifiers
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user