Added Ritual: Ritual of Living Evolution, which is used to set the living armour's max upgrade points to 300.
This commit is contained in:
parent
7610329d0a
commit
db4c68e5f3
8 changed files with 124 additions and 2 deletions
|
@ -187,6 +187,8 @@ public class ItemLivingArmour extends ItemArmor implements ISpecialArmor, IRevea
|
|||
tooltip.add(TextHelper.localize("tooltip.BloodMagic.livingArmour.upgrade.level", TextHelper.localize(upgrade.getUnlocalizedName()), (upgrade.getUpgradeLevel() + 1)));
|
||||
}
|
||||
}
|
||||
|
||||
tooltip.add(TextHelper.localizeEffect("tooltip.BloodMagic.livingArmour.upgrade.points", armour.totalUpgradePoints, armour.maxUpgradePoints));
|
||||
}
|
||||
|
||||
super.addInformation(stack, player, tooltip, advanced);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue