Moubootaur Legends

Cactus Cocktail - Item DB

Cactus Cocktail | 609

A typical dessert cocktail. During Summer, heals 3x more

Heal 90-260 HP
ID 609
type IT_HEALING
weight 12
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 609
aegisName CactusCocktail
Script

Script to execute when the item is used/equipped.

@min = 90;
@max = 260;
if ($@SEASON == SUMMER) {
	@min = 270;
	@max = 780;
}
@delay = 3;
doevent "legacy_heal::OnUse";