Automatic Engine wing A-type (Bound) [1], броня (Renewal)

Automatic Engine wing A-type (Bound) [1] (E_AUTO_ENGINE_A) – броня.

Automatic Engine wing A-type (Bound) [1], броня (Renewal)

Can't be refined by normal means.
MaxHP + 1500.
MaxHP + 100 per 2 refine rate.
If refine rate is 7 or higher, increases attack speed (reduces delay after attack by 7%).
When equipped with Automatic Leg A-type, increases critical damage by 15%.
When equipped with Automatic Leg B-type, reduces variable casting time by 15%.

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

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

Скрипт

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