Moubootaur Legends

Prism Gift - Item DB

Prism Gift | 592

Wow! A Gift Box! What wonders are inside?

ID 592
type IT_USABLE
weight 85

Mobs that drop this item:

No Monsters drop this item.

This Item has Trade restrictions

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 592
aegisName PrismGift
Script

Script to execute when the item is used/equipped.

setarray .@r, StrangeCoin, StrangeCoin, CopperIngot, TinIngot, SilverIngot, GoldIngot, PlatinumOre, IridiumOre, FourLeafClover, BoneAmmoBox, PolishedDiamond, PolishedRuby, PolishedEmerald, PolishedSapphire, PolishedAmethyst, PolishedTopaz, SacredLifePotion, SacredManaPotion, SacredImmortalityPotion, AncientBlueprint, MercBoxD, MercBoxE;
.@n=rand(getarraysize(.@r));

if (.@n > 1)
	getitem .@r[.@n], 1;
else
	getitem .@r[.@n], rand(40,60);