A special Christmas candy cane.
Monster | Drop Chances |
---|---|
Candied Slime | 7.5% |
Santa Slime | 6% |
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 | 573 |
aegisName ❔ | XmasCandyCane |
Script to execute when the item is used/equipped.
@min = 80;
@max = 350;
if ($EVENT$ == "Christmas") {
@min=240;
@max=1050;
}
@delay = 4;
@type = 1;
doevent "legacy_heal::OnUse";