Gift Box?
ID: 12396 · Fools_Day_Box
NPC Sell:
10z
· 12z with Barter 10
NPC Buy:
20z
Item Info
| Type | Usable |
| Weight | 1 |
| Slots | 0 |
| Equip | None |
| NPC Buy | 20z |
| NPC Sell | 10z |
Description
A very suspicious box. You don't know what will happen when you open it.
Weight: 1
Script
On Equip:
.@temp = rand(1,10);
if (.@temp == 1) itemskill AL_TELEPORT,1;
else if (.@temp == 2) itemskill AL_TELEPORT,3;
else if (.@temp == 3) percentheal 50,0;
else if (.@temp == 4) percentheal 0,50;
else if (.@temp == 5) percentheal 50,50;
else if (.@temp == 6) getitem Apple,1;
else if (.@temp == 7) itemskill ALL_REVERSEORCISH,1;
else if (.@temp == 8) specialeffect(EF_MAPPILLAR2, AREA, playerattached());
else if (.@temp == 9) specialeffect(EF_ANGEL2, AREA, playerattached());
else specialeffect(EF_COIN, AREA, playerattached());
No known monster drops for this item.
safe to sell
No recipe or quest asks for this.
An NPC pays 10z,
or 12z
with Barter 10 (+24%).
No record of one being vended, so that is what an NPC offers rather
than what it is worth.