Special Int, (Renewal)
Special Int (S_INT) – карта.

Int + 1
If upgrade level is +8 or higher, additional Int + 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: 13172
 - Код: S_INT
 - Тип: карта
 - Подтип:
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 1
 
Скрипт
.@r = getrefine();
bonus bInt,1;
if (.@r>=8) {
   bonus bInt,3;
   if (.@r>=9) {
      bonus bMatkRate,1;
      if (.@r>=12) {
         bonus bFixedCastrate,-7;
         bonus bAspd,1;
      }
   }
}