Added the Sigil of Elasticity, the Sigil of the Claw, and the Sigil of Winter's Breath.

This commit is contained in:
WayofTime 2016-10-14 20:51:21 -04:00
parent 0a1d66a1d9
commit ea43fbce7d
22 changed files with 186 additions and 8 deletions

View file

@ -246,7 +246,10 @@ public class Constants
SIGIL_HOLDING("ItemSigilHolding"),
ARMOUR_POINTS_UPGRADE("ItemLivingArmourPointsUpgrade"),
DEMON_WILL_GAUGE("ItemDemonWillGauge"),
POTION_FLASK("ItemPotionFlask"), ;
POTION_FLASK("ItemPotionFlask"),
SIGIL_CLAW("ItemSigilClaw"),
SIGIL_BOUNCE("ItemSigilBounce"),
SIGIL_FROST("ItemSigilFrost");
@Getter
private final String regName;