A delicious candy. During Autumn, heals 10x more
Monster | Drop Chances |
---|---|
Pumpkandy | 8% |
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 | 621 |
aegisName ❔ | Lawncandy |
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";