Add food hover overlay for Thin and Fat Snail meat (#6362)
- Add range of 5-7 hp for Thin Snail Meat. - Add range of 7-9 hp for Fat Snail Meat. Closes #6332
This commit is contained in:
committed by
Tomas Slusny
parent
02d814f6a6
commit
05f79d01c2
@@ -90,6 +90,8 @@ public class ItemStatChanges
|
||||
add(food(perc(.1, 1)), COOKED_SWEETCORN, SWEETCORN_7088 /* Bowl of cooked sweetcorn */);
|
||||
add(combo(food(1), boost(DEFENCE, perc(.02, 1))), CABBAGE_1967 /* Draynor Manor */);
|
||||
add(combo(2, food(4), heal(RUN_ENERGY, 5)), PAPAYA_FRUIT);
|
||||
add(range(food(5), food(7)), THIN_SNAIL_MEAT);
|
||||
add(range(food(7), food(9)), FAT_SNAIL_MEAT);
|
||||
|
||||
// Dorgeshuun Cuisine
|
||||
add(food(2), BAT_SHISH, COATED_FROGS_LEGS, FILLETS, FINGERS, FROGBURGER, FROGSPAWN_GUMBO, GREEN_GLOOP_SOUP,
|
||||
|
||||
Reference in New Issue
Block a user