Gold Acidus Card
ID: 4378
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:
MaxHP +4%
MaxSP +4%
When the compounded
shoes's upgrade level
is no greater than 4,
these bonuses are
increased to MaxHP
+8% and MaxSP +8%,
and adds SP and
HP Recovery +5%.
Class: Card
Compound on: Footgear
Weight: 1
Item Script:
if (getrefine()<=4) {
bonus bMaxHPrate,8;
bonus bMaxSPrate,8;
bonus bHPrecovRate,5;
bonus bSPrecovRate,5;
}
else {
bonus bMaxHPrate,4;
bonus bMaxSPrate,4;
}