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

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

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

Combat Engine Type B 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,
Reduces the variable casting time of skills by -5%
If equipped with Illusion Leg Type A,
Increases long-ranged physical damage on targets by an additional 5%.
If equipped with Illusion Leg Type B,
All elemental Magic damage +10%
Increases all Elemental Magic damage on targets by 10%.

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

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

Скрипт

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