Added the Sigil of Elasticity, the Sigil of the Claw, and the Sigil of Winter's Breath.
This commit is contained in:
parent
0a1d66a1d9
commit
ea43fbce7d
22 changed files with 186 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue