Type |
Card |
Subtype |
None |
Attack |
0 |
Defense |
0 |
Weight |
1.0 |
Weapon Level |
0 |
Buy |
20z |
Sell |
10z |
Required Level |
0 |
Slots |
0 |
Applicable Jobs:
All
Description:
Add DEF +2 and Mdef +5 if the armor is upgraded no higher than +5.
Class: Card
Compound on: Armor
Weight: 1
Item Script:
if (getrefine()<6) {
bonus bDef,2;
bonus bMdef,5;
}