Firelock Soldier Card
ID: 4160
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:
Str +2
MaxHP and MaxSP +10% if the Footgear is upgraded up to +9 or higher.
Class: Card
Compound on: Footgear
Weight: 1
Item Script:
bonus bStr,2;
if (getrefine()>8) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
}