


π Navigation Menu
Item Information
#12397: Gift Box?
| Item ID | 12397 | Sellable | No |
|---|---|---|---|
| Identifier | Fools_Day_Box2 |
Cash Price | Not for sale |
| Name | Gift Box? | Type | Usable |
| Buy Price | 20 z. | Weight | 1 |
| Sell Price | 10 z. | Weapon Level | 0 |
| Range | 0 tiles | Defense | 0 |
| Slots | 0 | Refineable | No |
| Attack | 0 | Min Level | 0 |
| Equip Loc | None | ||
| Jobs | All Jobs | ||
| Gender | Both | ||
Item Scripts
Usage Script:
1 .@rnd = rand(1,10);
2 if (.@rnd == 1) itemskill "TF_DETOXIFY",1;
3 else if (.@rnd == 2) itemskill "TF_PICKSTONE",1;
4 else if (.@rnd == 3) itemskill "BA_FROSTJOKER",1;
5 else if (.@rnd == 4) itemskill "DC_SCREAM",1;
6 else if (.@rnd == 5) end;
7 else if (.@rnd == 6) getitem 909,1;
8 else if (.@rnd == 7) itemskill "AL_RUWACH",1;
9 else if (.@rnd == 8) specialeffect2 EF_BEGINASURA;
10 else if (.@rnd == 9) specialeffect2 EF_MVP;
11 else specialeffect2 EF_CURSEATTACK;
On Equip:
None
On Unequip:
None