Wow! A Gift Box! What wonders are inside?
No Monsters drop this item.
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 | 593 |
aegisName ❔ | SupremeGift |
Script to execute when the item is used/equipped.
setarray .@r, StrangeCoin, StrangeCoin, StrangeCoin, Googles, BlueManaPearl, BlackPearl, Bloodstone, LavaManaPearl, SaviorBlueprint, DivineApple, BowlerHat, Butterfly, CrystallizedMaggot, MylarinDust, MercBoxDD, MercBoxEE, MercBoxE, MysteriousFruit;
.@n=rand(getarraysize(.@r));
if (.@n > 2)
getitem .@r[.@n], 1;
else
getitem .@r[.@n], rand(67,88);