A chocolate shell covered in a very thin metal layer.
Monster | Drop Chances |
---|---|
Tipiu | 30% |
Tipiou | 30% |
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 | 519 |
aegisName ❔ | EasterEgg |
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";