Wolf Orb (Delay After Skill), (Renewal)

Wolf Orb (Delay After Skill) (WOLF_ORB_S_DELAY) – карта.

Wolf Orb (Delay After Skill), (Renewal)

Reduces global cooldown by 4%.
If refine rate is 7 or higher, reduces global cooldown by additional 4%.
If refine rate is 9 or higher, reduces global cooldown by additional 4%.
If refine rate is 11 or higher, reduces global cooldown by additional 4%.

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

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

Скрипт

.@r = getrefine();
bonus bDelayrate,-4;
if (.@r>=7) {
   bonus bDelayrate,-4;
   if (.@r>=9) {
      bonus bDelayrate,-4;
      if (.@r>=11) {
         bonus bDelayrate,-4;
      }
   }
}