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:
[Swordman,Merchant,Thief]
Str +2
MaxHP +5%
_
[Archer,Acolyte,DMage]
Int +2
MaxSP +5%.
_
Class: Card
Compound on: Garment
Weight: 1
Item Script:
if (BaseClass == Job_Swordman || BaseClass == Job_Merchant || BaseClass == Job_Thief) {
bonus bStr,2;
bonus bMaxHPrate,5;
}
if (BaseClass == Job_Mage || BaseClass == Job_Archer || BaseClass == Job_Acolyte) {
bonus bInt,2;
bonus bMaxSPrate,5;
}