Giant Whisper Card
ID: 4303
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:
Flee +10
Atk +20 if the user has 80 or more STR points.
MaxHP +3% if the user has 80 or more VIT points.
Critical +3 if the user has 80 or more LUK points.
Class: Card
Compound on: Garment
Weight: 1
Item Script:
bonus bFlee,10;
if (readparam(bStr)>=80) bonus bBaseAtk,20;
if (readparam(bVit)>=80) bonus bMaxHPrate,3;
if (readparam(bLuk)>=80) bonus bCritical,3;