


π Navigation Menu
Item Information
#15395: Blue Dragon Plate
| Item ID | 15395 | Sellable | No |
|---|---|---|---|
| Identifier | DragonA_Blue |
Cash Price | Not for sale |
| Name | Blue Dragon Plate | Type | Weapon |
| Buy Price | 0 z. | Weight | 75 |
| 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,10;
4 bonus bInt,5;
5 bonus bMatkRate,.@r/2;
6 bonus bHealPower,.@r/2;
7 bonus2 bMagicAddRace,RC_Dragon,2*(.@r/3);
8 if (.@r>=10) {
9 bonus bMaxSPrate,5;
10 bonus2 bMagicAddRace,RC_Dragon,4;
11 }
On Equip:
None
On Unequip:
None