


π Navigation Menu
Item Information
#16010: Red Ether Bag
| Item ID | 16010 | Sellable | No |
|---|---|---|---|
| Identifier | Red_Ether_Bag |
Cash Price | Not for sale |
| Name | Red Ether Bag | Type | Armor |
| Buy Price | 20 z. | Weight | 100 |
| Sell Price | 10 z. | Weapon Level | 3 |
| Range | 1 tiles | Defense | 0 |
| Slots | 1 | Refineable | Yes |
| Attack | 95 | Min Level | 75 |
| Equip Loc | Main Hand | ||
| Jobs | Alchemist | ||
| Gender | Both | ||
Item Scripts
Usage Script:
1 bonus bInt,2;
2 bonus bDex,2;
3 bonus bMaxSP,150;
4 bonus bSPrecovRate,5;
5 bonus2 bSkillAtk,"AM_ACIDTERROR",20;
6 bonus2 bSkillAtk,"AM_DEMONSTRATION",10;
7 if (getrefine() >= 7) {
8 bonus2 bSkillAtk,"AM_ACIDTERROR",10;
9 bonus bAddItemHealRate,10;
10 }
11 if (getrefine() >= 10) {
12 bonus bMatk,20;
13 }
On Equip:
None
On Unequip:
None