Excelion Suit, броня (Renewal)

Excelion Suit (EXCELION_SUIT) – броня.

Excelion Suit, броня (Renewal)

A power suit made from lost technology found in the research building ruins.
Property: Neutral
Vit + 6
Additional Vit + 4, if the users base level is 130 or higher.
Max HP + 4% per 3 upgrade levels of the item.
Set Bonus
Excelion Suit
Excelion Wing
Perfect Dodge + 6
Reduces the cast delay of skills by 10%.
Reduces the cast delay of skills by an additional 10%, if the users base level is 130 or higher.
This item is indestructible in battle.

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

  • ID: 23888
  • Код: EXCELION_SUIT
  • Тип: броня
  • Уровень брони: 1
  • Защита: 100
  •  
  • Требуемый уровень: 99
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 100

Скрипт

bonus bVit,6 + (BaseLevel > 129 ? 4 : 0);
bonus bMaxHPrate,(getrefine() / 3) * 4;
bonus bUnbreakableArmor;