Added the unlocalized name to upgrades, and changed it so the armour lists the upgrades.

This commit is contained in:
WayofTime 2016-01-05 11:12:56 -05:00
parent f4abee84ef
commit dceec15750
6 changed files with 72 additions and 1 deletions

View file

@ -12,6 +12,7 @@ import com.google.common.collect.Multimap;
public abstract class LivingArmourUpgrade
{
public static String chatBase = "chat.BloodMagic.livingArmour.upgrade.";
public static String tooltipBase = "tooltip.BloodMagic.livingArmour.upgrade.";
/**
* Upgrade level 0 is the first upgrade. Upgrade goes from 0 to getMaxTier()
@ -39,6 +40,8 @@ public abstract class LivingArmourUpgrade
public abstract String getUniqueIdentifier();
public abstract String getUnlocalizedName();
/**
* @return
*/