Moubootaur Legends

Golden Gift - Item DB

Golden Gift | 591

Wow! A Gift Box! What wonders are inside?

ID 591
type IT_USABLE
weight 65

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 591
aegisName GoldenGift
Script

Script to execute when the item is used/equipped.

setarray .@r, StrangeCoin, StrangeCoin, CasinoCoins, IronIngot, ArcmageBoxset, GoldenApple, GoldenRing, GoldOre, Graphene, PoisonAmmoBox, ThornAmmoBox, MercBoxC, AncientBlueprint, HeadHood, SacredLifePotion, SacredManaPotion;
.@n=rand(getarraysize(.@r));

if (.@n > 2)
	getitem .@r[.@n], 1;
        else if (.@n == 2)
	getitem .@r[.@n], rand(4,7);
else
	getitem .@r[.@n], rand(20,40);