Wolf Orb (Caster) Level 1, (Renewal)

Wolf Orb (Caster) Level 1 (WOLF_ORB_CASTER_1) – карта.

Wolf Orb (Caster) Level 1, (Renewal)

Reduces variable casting time by 6%.
If refine rate is 7 or higher, reduces variable casting time by 8%.
If refine rate is 9 or higher, reduces variable casting time by additional 8%.
If refine rate is 11 or higher, reduces variable casting time by additional 8%.

Базовые свойства предмета

  • ID: 17585
  • Код: WOLF_ORB_CASTER_1
  • Тип: карта
  • Подтип:
  •  
  • Вес: 1

Скрипт

.@r = getrefine();
bonus bVariableCastrate,-6;
if (.@r>=7) {
   bonus bVariableCastrate,-8;
   if (.@r>=9) {
      bonus bVariableCastrate,-8;
      if (.@r>=11) {
         bonus bVariableCastrate,-8;
      }
   }
}