Added the Draft of Angelus, which increases the max number of upgrade points for Living Armour.

This commit is contained in:
WayofTime 2016-06-12 15:20:48 -04:00
parent e509b4fe69
commit f8859dbf56
12 changed files with 218 additions and 1 deletions

View file

@ -48,6 +48,8 @@ public class ItemComponent extends Item implements IVariantProvider
public static final String PLANT_OIL = "plantOil";
public static final String SULFUR = "sulfur";
public static final String SALTPETER = "saltpeter";
public static final String NEURO_TOXIN = "neurotoxin";
public static final String ANTISEPTIC = "antiseptic";
public ItemComponent()
{
@ -87,6 +89,8 @@ public class ItemComponent extends Item implements IVariantProvider
names.add(22, PLANT_OIL);
names.add(23, SULFUR);
names.add(24, SALTPETER);
names.add(25, NEURO_TOXIN);
names.add(26, ANTISEPTIC);
}
@Override