Moubootaur Legends

Apple Cocktail - Item DB

Apple Cocktail | 610

Drink appreciated by vikings. During Summer, heals 3x more

Heal 130-307 HP, 10-25 MP
ID 610
type IT_HEALING
weight 13
delay 500

Mobs that drop this item:

No Monsters drop this item.

ID for use in Discord:
Expert View

You'd like to see behind the curtain? Then you are here at the right place - lots of data only contributors would normally see.

Open raw JSON
ID 610
aegisName AppleCocktail
Script

Script to execute when the item is used/equipped.

@min = 130;
@max = 307;
if ($@SEASON == SUMMER) {
	@min = 390;
	@max = 921;
}
@delay = 3;
doevent "legacy_heal::OnUse";