


π Navigation Menu
Item Information
#48004: Power Booster Level 4
| Item ID | 48004 | Sellable | No |
|---|---|---|---|
| Identifier | Power_Booster_lv4 |
Cash Price | Not for sale |
| Name | Power Booster Level 4 | Type | Etc |
| Buy Price | 0 z. | Weight | 0.1 |
| Sell Price | 0 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 bonus bAllStats,4;
2 bonus bAddMaxWeight,12500;
3 bonus bSpeedRate,9;
4 EquipScript: |
5 sc_start(SC_REBIRTH4, -1, 1);
6 UnEquipScript: |
7 sc_end(SC_REBIRTH4);
On Equip:
1 sc_start(SC_REBIRTH4, -1, 1);
2 UnEquipScript: |
3 sc_end(SC_REBIRTH4);
On Unequip:
1 sc_end(SC_REBIRTH4);