Wolf Orb (Caster) Level 3, (Renewal)

Wolf Orb (Caster) Level 3 (WOLF_ORB_CASTER_3) – карта.

Wolf Orb (Caster) Level 3, (Renewal)

Matk + 30, reduces variable casting time by 8%.
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: 17593
  • Код: WOLF_ORB_CASTER_3
  • Тип: карта
  • Подтип:
  •  
  • Вес: 1

Скрипт

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