Arc Angeling Card
ID: 4241
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 +300
When base LUK is 77 or higher: Increases natural HP and SP regeneration by 100%.
Class: Card
Compound on: Headgear
Weight: 1
Item Script:
bonus bMaxHP,300;
if (readparam(bLuk)>=77) {
bonus bHPrecovRate,100;
bonus bSPrecovRate,100;
}