itemstats: Add jangerberries prayer point restore (#14101)
This commit is contained in:
@@ -209,7 +209,7 @@ public class ItemStatChanges
|
|||||||
add(combo(range(food(1), food(3)), heal(RUN_ENERGY, 10)), PURPLE_SWEETS_10476);
|
add(combo(range(food(1), food(3)), heal(RUN_ENERGY, 10)), PURPLE_SWEETS_10476);
|
||||||
add(new SpicyStew(), SPICY_STEW);
|
add(new SpicyStew(), SPICY_STEW);
|
||||||
add(boost(MAGIC, perc(.10, 1)), IMBUED_HEART);
|
add(boost(MAGIC, perc(.10, 1)), IMBUED_HEART);
|
||||||
add(combo(boost(ATTACK, 2), boost(STRENGTH, 1), heal(DEFENCE, -1)), JANGERBERRIES);
|
add(combo(boost(ATTACK, 2), boost(STRENGTH, 1), heal(PRAYER, 1), heal(DEFENCE, -1)), JANGERBERRIES);
|
||||||
|
|
||||||
// Gauntlet items
|
// Gauntlet items
|
||||||
add(heal(HITPOINTS, 16), CRYSTAL_PADDLEFISH, CORRUPTED_PADDLEFISH);
|
add(heal(HITPOINTS, 16), CRYSTAL_PADDLEFISH, CORRUPTED_PADDLEFISH);
|
||||||
|
|||||||
Reference in New Issue
Block a user