Siegfried's Helmet [1], броня (Renewal)

Siegfried's Helmet [1] (HELMET_OF_SIEGFRIED_J) – броня.

Siegfried's Helmet [1], броня (Renewal)

A helm worn by some unknown hero. This unknown hero had a body which could not be penetrated by any weapons.
Required Reduces damage taken from boss monsters by 5%.
This item is indestructible in battle.
If upgrade level is +6 or higher,
Perfect Dodge + 5
Reduces damage taken from boss monsters by an additional 5%.
If upgrade level is +8 or higher,
Additional Perfect Dodge + 5
Reduces damage taken from boss monsters by an additional 10%.
Prevents the user from being knocked back.

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

  • ID: 25012
  • Код: HELMET_OF_SIEGFRIED_J
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 100
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 50

Скрипт

.@r = getrefine();
bonus2 bSubClass,Class_Boss,5;
bonus bUnbreakableHelm;
if (.@r>=6) {
   bonus bFlee2,5;
   bonus2 bSubClass,Class_Boss,5;
}
if (.@r>=8) {
   bonus bFlee2,5;
   bonus2 bSubClass,Class_Boss,10;
   bonus bNoKnockback;
}