Special Dex, (Renewal)
Special Dex (S_DEX) – карта.

Dex + 1
If upgrade level is +8 or higher, additional Dex + 3.
If upgrade level is +9 or higher, Matk + 1%.
If upgrade level is +12 or higher, Aspd + 1, reduces the fixed casting time of skills by 7%.
Базовые свойства предмета
- ID: 13173
 - Код: S_DEX
 - Тип: карта
 - Подтип:
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 1
 
Скрипт
.@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;
      }
   }
}