Added a few of the necessary items to start the soul system.
This commit is contained in:
parent
f379351e88
commit
45870812d4
15 changed files with 408 additions and 2 deletions
|
@ -74,6 +74,10 @@ public class Constants
|
|||
public static final String HELD_DOWN = "heldDown";
|
||||
|
||||
public static final String UPGRADE_POISON_TIMER = "poisonTimer";
|
||||
|
||||
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 class Mod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue