Moubootaur Legends

Easter Egg - Item DB

Easter Egg | 519

A chocolate shell covered in a very thin metal layer.

Heal 8%-14% HP, During Easter: 24%-42% + Raise Precision
ID 519
type IT_HEALING
weight 10
delay 500

Mobs that drop this item:

Monster Drop Chances
Tipiu 30%
Tipiou 30%
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 519
aegisName EasterEgg
Script

Script to execute when the item is used/equipped.

@type = 3;
@rarity=2;
if ($EVENT$ == "Easter") {
	@rarity=6;
	callfunc("SC_Bonus", 10, SC_INCHIT, 10);
}
doevent "rand_sc_heal::OnUse";