Modification Orb (Caster), (Renewal)
Modification Orb (Caster) (IMPROVE_ORB_CAST) – карта.

Reduces the variable casting time of skills by 5%.
If upgrade level is +7 or higher, reduces the variable casting time of skills by an additional 3%.
If upgrade level is +9 or higher, reduces the variable casting time of skills by an additional 3%.
Базовые свойства предмета
- ID: 16546
 - Код: IMPROVE_ORB_CAST
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus bVariableCastrate,-5;
if (.@r>=7) {
   bonus bVariableCastrate,-3;
   if (.@r>=9) {
      bonus bVariableCastrate,-3;
   }
}