A sweet Christmas cake.
Monster | Drop Chances |
---|---|
Rudolph Slime | 2% |
Candied Slime | 5% |
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 | 572 |
aegisName ❔ | XmasCake |
Script to execute when the item is used/equipped.
@min = 100;
@max = 400;
if ($EVENT$ == "Christmas") {
@min=300;
@max=1200;
}
@delay = 3;
doevent "legacy_heal::OnUse";