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:
ATK, CRI, HIT is increased depending on the wearer's job level.
Has a low chance of autocast Earthquake when receives a physical attack.
Class: Card
Compound on: Accessory
Weight: 1
Item Script:
bonus bBaseAtk,(JobLevel/10);
bonus bCritical,(JobLevel/10);
bonus bHit,(JobLevel/10);
bonus3 bAutoSpellWhenHit,'NPC_EARTHQUAKE',2,10;