Moubootaur Legends

Xmas Cake - Item DB

Xmas Cake | 572

A sweet Christmas cake.

Heal 100-400 HP. (Triple during Christmas)
ID 572
type IT_HEALING
weight 5
delay 500

Mobs that drop this item:

Monster Drop Chances
Rudolph Slime 2%
Candied Slime 5%
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 572
aegisName XmasCake
Script

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