


π Navigation Menu
Item Information
#15392: Green Dragon Plate
| Item ID | 15392 | Sellable | No |
|---|---|---|---|
| Identifier | DragonA_Green |
Cash Price | Not for sale |
| Name | Green Dragon Plate | Type | Weapon |
| Buy Price | 0 z. | Weight | 80 |
| Sell Price | 0 z. | Weapon Level | 0 |
| Range | 0 tiles | Defense | 7 |
| Slots | 1 | Refineable | Yes |
| Attack | 0 | Min Level | 90 |
| Equip Loc | Armor | ||
| Jobs | All Jobs | ||
| Gender | Both | ||
Item Scripts
Usage Script:
1 .@r = getrefine();
2 bonus bMaxHPrate,5;
3 bonus bMaxSPrate,5;
4 bonus bAgi,5;
5 bonus bLongAtkRate,.@r/2;
6 bonus2 bAddRace,RC_Dragon,2*(.@r/3);
7 if (.@r>=10) {
8 bonus bLongAtkRate,3;
9 bonus2 bAddRace,RC_Dragon,4;
10 }
On Equip:
None
On Unequip:
None