Special Dex

Item ID 4857 Name Special Dex
DEX +1
_______________________
Refine Level +8:
DEX +3
_______________________
Refine Level +9:
MATK +1%
_______________________
Refine Level +12:
Increases Attack Speed (decreases After Attack Delay by 1%).
Decreases Fixed Casting Time by 7%.
Weapon Level 0 Identifier S_Dex
Attack 0 Type Card - Enchant
MATK 0 Equip Locations None
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level None
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable No
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bDex,1;
if (.@r>=8) {
   bonus bDex,3;
   if (.@r>=9) {
      bonus bMatkRate,1;
      if (.@r>=12) {
         bonus bFixedCastrate,-7;
         bonus bAspd,1;
      }
   }
}

Set Script
Ameretat
Special Dex
bonus bPerfectHitAddRate,25;
Haurvatat
Special Dex
bonus bLongAtkRate,15;