


π Navigation Menu
Item Information
#48002: Power Booster Level 2
| Item ID | 48002 | Sellable | No |
|---|---|---|---|
| Identifier | Power_Booster_lv2 |
Cash Price | Not for sale |
| Name | Power Booster Level 2 | 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,2;
2 bonus bAddMaxWeight,7500;
3 bonus bSpeedRate,7;
4 EquipScript: |
5 sc_start(SC_REBIRTH2, -1, 1);
6 UnEquipScript: |
7 sc_end(SC_REBIRTH2);
On Equip:
1 sc_start(SC_REBIRTH2, -1, 1);
2 UnEquipScript: |
3 sc_end(SC_REBIRTH2);
On Unequip:
1 sc_end(SC_REBIRTH2);