Vanargandr Helm [1], броня (Renewal)

Vanargandr Helm [1] (VANARGAND_HELM) – броня.

Vanargandr Helm [1], броня (Renewal)

Vanargand is a another name of Fenrir: the God Biter, which inspired the design of this helmet.
If upgrade level is +4 or less, adds a chance of restoring 1% of damage as HP/SP when performing a physical attack.
If upgrade level is +5 or higher, adds a chance of restoring additional 2% of damage as HP when performing a physical attack.
If upgrade level is +7 or higher, adds an additional chance of restoring additional 2% of damage as HP and additional 1% of damage as SP when performing a physical attack.
If upgrade level is +8 or higher, adds an additional chance of restoring additional X% of damage as HP and X% of damage as SP when performing a physical attack.
If upgrade level is +9 or higher, adds an additional chance of restoring additional 3% of damage as HP and additional 2% of damage as SP when performing a physical attack.

Set Malus
Evil Dragon Armor [1]
Vanargand Helm [1]
Disables the following effect of Vanargand Helm [1],
Restoring damage as HP/SP when performing a physical attack.

Set Bonus
Fenrir Chain [1]
Vanargand Helm [1]
If Vanargand Helm [1] upgrade level is +6 or higher,
Atk + 5%
Aspd + 5%
Reduces the global delay of skills by 5%.
Bypass 25% of hard defense of all race targets when performing a physical attack.
If Vanargand Helm [1] upgrade level is +8 or higher,
Additional Atk + 5%.
Additional Aspd + 10%.
Reduces the global delay of skills by an additional 10%.
Bypass an additional 25% of hard defense of all race targets when performing a physical attack.

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

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

Скрипт

.@r = getrefine();
if (.@r >= 9 ) {
   bonus2 bHPDrainRate,60,8;
   bonus2 bSPDrainRate,20,4;
} else if (.@r >= 8 ) {
   bonus2 bHPDrainRate,50,5;
   bonus2 bSPDrainRate,10,2;
} else if (.@r >= 7 ) {
   bonus2 bHPDrainRate,30,5;
   bonus2 bSPDrainRate,10,2;
} else if (.@r >= 5 ) {
   bonus2 bHPDrainRate,10,3;
   bonus2 bSPDrainRate,10,1;
}
else {
   bonus2 bHPDrainRate,10,1;
   bonus2 bSPDrainRate,10,1;
}