


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