


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