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

Illusion Armor A-type [1] (ILLUSION_ARMOR_A) – броня.

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

Combat Armor Type A created with Illusion's technology.
Various modules can be used for additional abilities.

Atk +100.
Additional Atk +10 per 2 upgrade levels of the item.
If upgrade level is +7 or higher,
Aspd +10%
If equipped with Illusion Engine Wing Type A,
Atk +50
If equipped with Illusion Engine Wing Type B,
Reduces the global delay of skills by -10%.

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

  • ID: 24036
  • Код: ILLUSION_ARMOR_A
  • Тип: броня
  • Уровень брони: 1
  • Защита: 105
  •  
  • Требуемый уровень: 130
  • Вес: 100

Скрипт

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