Gray Wolf Manteau [1], броня (Renewal)

Gray Wolf Manteau [1] (GRAY_W_MANTEAU) – броня.

Gray Wolf Manteau [1], броня (Renewal)

MaxHP + 2500.
MaxHP + 150 per 2 refine rate.
If refine rate is 7 or higher, increases attack speed (reduces delay after attack by 7%).
When equipped with Gray Wolf Boots, increases critical damage by 15%.
When equipped with Gray Wolf Shoes, reduces variable casting time by 15%.

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

  • ID: 30617
  • Код: GRAY_W_MANTEAU
  • Тип: броня
  • Уровень брони: 1
  • Защита: 70
  •  
  • Требуемый уровень: 190
  • Вес: 90

Скрипт

.@r = getrefine();
bonus bMaxHP,2500+150*(.@r/2);
if (.@r>=7) {
   bonus bAspdRate,7;
}