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:
Adds 30% resistance to the Stun and Silence if base AGI is 90 or higher.
adds 50% resistance to the Stone Curse and Sleep if base VIT is 80 or higher.
Class: Card
Compound on: Headgear
Weight: 1
Item Script:
if (readparam(bAgi)>=90) {
bonus2 bResEff,Eff_Silence,3000;
bonus2 bResEff,Eff_Stun,3000;
}
if (readparam(bVit)>=80) {
bonus2 bResEff,Eff_Stone,5000;
bonus2 bResEff,Eff_Sleep,5000;
}