- Added a potion effect called "(-) Immunity", which allows the training of Living Armour Downgrades. This potion is crafted using a Draft of Angelus with a potion flask. Check the uses of the flask!
- Added some more framework for the Living Armour Downgrades. - Modified the Grim Reaper's Sprint so it is better at later levels.
This commit is contained in:
parent
e5276fba6f
commit
6ea17510b7
12 changed files with 348 additions and 11 deletions
|
@ -73,4 +73,9 @@ public abstract class StatTracker
|
|||
public abstract boolean providesUpgrade(String key);
|
||||
|
||||
public abstract void onArmourUpgradeAdded(LivingArmourUpgrade upgrade);
|
||||
|
||||
public boolean isTrackerDowngrade()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue