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:
Def +2 and Mdef +3 if the shield is upgraded no higher than +5.
Class: Card
Compound on: Shield
Weight: 1
Item Script:
if (getrefine()<6) {
bonus bDef,2;
bonus bMdef,3;
}