Excelion Leg, броня (Renewal)

Excelion Leg (EXCELION_LEG) – броня.

Excelion Leg, броня (Renewal)

A leg made from lost technology found in the research building ruins.


Required

Max HP + 5%
Max SP + 5%
If the users base level is 130 or higher,
Additional Max HP + 4%
Additional Max HP + 3% per 3 upgrade levels of the item.
Additional Max SP + 4%
Additional Max SP + 3% per 3 upgrade levels of the item.

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

  • ID: 26624
  • Код: EXCELION_LEG
  • Тип: броня
  • Уровень брони: 1
  • Защита: 13
  •  
  • Требуемый уровень: 100
  • Вес: 50

Скрипт

.@r = getrefine();
bonus bMaxHP,5+((BaseLevel > 129) ? 4 : 0)+(.@r/3)*3;
bonus bMaxSP,5+((BaseLevel > 129) ? 4 : 0)+(.@r/3)*3;