Moubootaur Legends

Xmas Candy Cane - Item DB

Xmas Candy Cane | 573

A special Christmas candy cane.

Heal 80-350 HP. (Triple during Christmas)
ID 573
type IT_HEALING
weight 4
delay 500

Mobs that drop this item:

Monster Drop Chances
Candied Slime 7.5%
Santa Slime 6%
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 573
aegisName XmasCandyCane
Script

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";