Moubootaur Legends

Cherry Cocktail - Item DB

Cherry Cocktail | 611

Let's cool yourself. During Summer, heals 3x more.

Heal 165-395 HP
ID 611
type IT_HEALING
weight 14
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 611
aegisName CherryCocktail
Script

Script to execute when the item is used/equipped.

@min = 165;
@max = 395;
if ($@SEASON == SUMMER) {
	@min = 495;
	@max = 1185;
}
@delay = 3;
doevent "legacy_heal::OnUse";