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

Illusion Engine wing A-type [1] (ILLUSION_ENGINE_A) – броня.

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

Combat Engine Type A created with Illusion's technology.
Various modules can be used for additional abilities.
Max HP +1000
Max HP +100 per 2 upgrade levels of the item.
If upgrade level is +7 or higher,
Aspd +5%
If equipped with Illusion Leg Type A,
Critical Damage +10%
Increases critical damage on targets by 10%.
If equipped with Illusion Leg Type B,
Reduces the variable casting time of skills by -10%.

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

  • ID: 26432
  • Код: ILLUSION_ENGINE_A
  • Тип: броня
  • Уровень брони: 1
  • Защита: 50
  •  
  • Требуемый уровень: 130
  • Вес: 90

Скрипт

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