Guardian Mail [1], броня (Renewal)

Guardian Mail [1] (GUARDIAN_MAIL) – броня.

 

A strong armor that can be used for a long time from the beginning of the adventure.

MHP + 100.
If refined to +5, reduces damage receive by 2% from Fire, Water, Wind, and Earth elements.

Equip with Guardian Manteau, Guardian Greave and Guardian Ring,
Each 10 Base Levels, MHP +1%. Reduces damage receive from normal monster by 1%.
(Maximum Level 100)

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

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

Скрипт

.@r = getrefine();
bonus bMaxHP,100;
if (.@r>=5) {
   bonus2 bSubEle,Ele_Earth,2;
   bonus2 bSubEle,Ele_Fire,2;
   bonus2 bSubEle,Ele_Water,2;
   bonus2 bSubEle,Ele_Wind,2;
}