Added poison upgrade. Tweaked digging upgrade so it actually worked.

This commit is contained in:
WayofTime 2016-01-05 10:29:50 -05:00
parent 04f5b7a584
commit fbaf5de9ab
9 changed files with 169 additions and 13 deletions

View file

@ -72,6 +72,8 @@ public class Constants
public static final String CHARGE_TIME = "chargeTime";
public static final String HELD_DOWN = "heldDown";
public static final String UPGRADE_POISON_TIMER = "poisonTimer";
}
public static class Mod

View file

@ -11,6 +11,8 @@ import com.google.common.collect.Multimap;
public abstract class LivingArmourUpgrade
{
public static String chatBase = "chat.BloodMagic.livingArmour.upgrade.";
/**
* Upgrade level 0 is the first upgrade. Upgrade goes from 0 to getMaxTier()
* - 1.