What does it contain?
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 | 630 |
aegisName ❔ | XmasGift |
Script to execute when the item is used/equipped.
setarray [email protected], SantaGlobe, SnowmanGlobe, UglyChristmasSweater, MercBoxB, IceGladius;
setarray [email protected], SantaGlobe, SnowmanGlobe, UglyChristmasSweater, TneckSweater, MercBoxA, MercBoxA, MercBoxB, ElixirOfLife, NoviceWand, LeadOre, DarkDesertMushroom;
setarray [email protected], BronzeGift, IcedBottle, TneckSweater, MercBoxA, MercBoxA, ClothoLiquor, Dagger, Coal, HastePotion, HerbalTea, StrengthPotion, TrainingWand;
[email protected]=rand(0,100);
if ([email protected] < 1) {
[email protected]=rand(getarraysize([email protected]));
getitem [email protected][[email protected]], 1;
} else if (rand(0,100) < 27) {
[email protected]=rand(getarraysize([email protected]));
getitem [email protected][[email protected]], 1;
} else {
[email protected]=rand(getarraysize([email protected]));
getitem [email protected][[email protected]], 1;
}