Added the unlocalized name to upgrades, and changed it so the armour lists the upgrades.
This commit is contained in:
parent
f4abee84ef
commit
dceec15750
6 changed files with 72 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue