Moubootaur Legends

Lawncandy - Item DB

Lawncandy | 621

A delicious candy. During Autumn, heals 10x more

Heal 33-99 HP
ID 621
type IT_HEALING
weight 2
delay 400

Mobs that drop this item:

Monster Drop Chances
Pumpkandy 8%
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 621
aegisName Lawncandy
Script

Script to execute when the item is used/equipped.

@min = 33;
@max = 99;
if ($@SEASON == AUTUMN) {
	@min = 330;
	@max = 990;
}
@delay = 3;
doevent "legacy_heal::OnUse";