A chocolate shell covered in a very thin metal layer.
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;
sc_start SC_INCHIT,10000,10;
}
doevent "rand_sc_heal::OnUse";