Blue Acidus Card
ID: 4379
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:
MaxSP +40
When the compounded Headgear's upgrade level is not greater than 4, MaxSP +40, and adds SP Recovery +5%.
Class: Card
Compound on: Headgear
Weight: 1
Item Script:
if (getrefine()<=4) {
bonus bSPrecovRate,5;
bonus bMaxSP,80;
}
else {
bonus bMaxSP,40;
}