Tweaked Sentient Sword will drop rate

This commit is contained in:
WayofTime 2016-01-10 08:37:26 -05:00
parent 1857f8785b
commit ebdc069563
3 changed files with 50 additions and 4 deletions

View file

@ -79,6 +79,8 @@ public class Constants
public static final String SOULS = "souls";
public static final String SOUL_SWORD_DAMAGE = "soulSwordDamage";
public static final String SOUL_SWORD_ACTIVE_DRAIN = "soulSwordActiveDrain";
public static final String SOUL_SWORD_DROP = "soulSwordDrop";
public static final String SOUL_SWORD_STATIC_DROP = "soulSwordStaticDrop";
public static final String SOUL_FORGE_BURN = "burnTime";
public static final String SOUL_FORGE_CONSUMED = "consumedSouls";