


π Navigation Menu
Item Information
#22208: Dragon Scale Boots
| Item ID | 22208 | Sellable | No |
|---|---|---|---|
| Identifier | Dragon_Boots |
Cash Price | Not for sale |
| Name | Dragon Scale Boots | Type | Weapon |
| Buy Price | 0 z. | Weight | 60 |
| Sell Price | 0 z. | Weapon Level | 0 |
| Range | 0 tiles | Defense | 6 |
| Slots | 1 | Refineable | Yes |
| Attack | 0 | Min Level | 90 |
| Equip Loc | None | ||
| Jobs | All Jobs | ||
| Gender | Both | ||
Item Scripts
Usage Script:
1 .@r = getrefine();
2 bonus bMaxSP,150;
3 bonus bAspdRate,2;
4 bonus bVariableCastrate,-2;
5 if (.@r>=7) {
6 bonus2 bSubRace,RC_Dragon,3;
7 }
8 if (.@r>=9) {
9 bonus bMaxSPrate,4;
10 }
11 if (.@r>=10) {
12 bonus bAspdRate,2;
13 bonus2 bSubRace,RC_Dragon,4;
14 }
On Equip:
None
On Unequip:
None