Add bonus special upgrade slots to non-elemental wands

This commit is contained in:
Electroblob77
2020-07-03 12:30:40 +01:00
parent 399c3017ad
commit 3f19e89b91
2 changed files with 6 additions and 1 deletions
@@ -14,6 +14,8 @@ public final class Constants {
public static final int GRAND_CRYSTAL_MANA = 400;
/** The maximum number of one type of wand upgrade which can be applied to a wand. */
public static final int UPGRADE_STACK_LIMIT = 3;
/** The bonus amount of wand upgrades that can be applied to a non-elemental wand. */
public static final int NON_ELEMENTAL_UPGRADE_BONUS = 3;
/** The fraction by which cooldowns are reduced for each level of cooldown upgrade. */
public static final float COOLDOWN_REDUCTION_PER_LEVEL = 0.15f;
/** The fraction by which maximum charge is increased for each level of storage upgrade. */