Immune Shield [1], броня (Renewal)

Immune Shield [1] (IMMUNED_SHIELD) – броня.

Immune Shield [1], броня (Renewal)

Very unique, square formed shield with a special jewel on it which protects from physical power.
Reduces damage taken from Neutral property attacks by 1% per upgrade level of the item past the upgrade level of 4 to a maximum upgrade level of 12.

If upgrade level is +7 or higher,
Reduces damage taken from Neutral property attacks by an additional 5%.

If upgrade level is +9 or higher,
Reduces damage taken from Water, Earth, Fire and Wind property attacks by 5%.

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

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

Скрипт

.@r = getrefine();
if (.@r>=5)
   bonus2 bSubEle,Ele_Neutral,min(.@r,12)-4;
if (.@r>6)
   bonus2 bSubEle,Ele_Neutral,5;
if (.@r>8) {
   bonus2 bSubEle,Ele_Fire,5;
   bonus2 bSubEle,Ele_Water,5;
   bonus2 bSubEle,Ele_Wind,5;
   bonus2 bSubEle,Ele_Earth,5;
}