Drink appreciated by vikings. During Summer, heals 3x more
No Monsters drop this item.
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 JSONID | 610 |
aegisName ❔ | AppleCocktail |
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";