Kathryne Keyron Card
ID: 4366
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:
Reduces cast time by a percentage equal to the compounded helmet's upgrade level.
If the upgrade level is 9 or greater, Increase Matk +2%.
Class: Card
Compound on: Headgear
Weight: 1
Item Script:
bonus bCastrate,getrefine()*-1;
if (getrefine()>=9) {
bonus bMatkRate,2;
}