Modification Orb (Fixed Casting), (Renewal)
Modification Orb (Fixed Casting) (IMPROVE_ORB_FIX) – карта.

Reduces the fixed casting time of skills by 0.3 seconds.
If upgrade level is +7 or higher, reduces the fixed casting time of skills by an additional 0.2 seconds.
If upgrade level is +9 or higher, reduces the fixed casting time of skills by an additional 0.2 seconds.
Базовые свойства предмета
- ID: 16549
 - Код: IMPROVE_ORB_FIX
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus bFixedCast,-300;
if (.@r>=7) {
   bonus bFixedCast,-200;
   if (.@r>=9) {
      bonus bFixedCast,-200;
   }
}