Oni Horns [1], броня (Renewal)

Oni Horns [1] (ONI_HORNS_) – броня.

Oni Horns [1], броня (Renewal)

Twisted horns that were supposedly crafted to look like those of a race of demons that died out long ago. Apparently placing them on your head can grant you a small amount of their power.
Atk + 15
Hit + 15
Adds a 5% chance of restoring 4% of damage as HP when performing a physical attack.
Adds a 100% chance of casting Level 3 Pulse Strike on the user when using Counter Slash.
If upgrade level is +9 or higher,
Increases the damage of Counter Slash by 20% per level of Weapon Blocking known.

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

  • ID: 23216
  • Код: ONI_HORNS_
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 100
  • Профессии: assassin
  • Вес: 2

Скрипт

bonus2 bSkillAtk,"GC_COUNTERSLASH",(10*getskilllv("GC_WEAPONBLOCKING"));
.@r = getrefine();
if (.@r > 6) {
   bonus bBaseAtk,20;
   bonus bHit,5;
}
if (.@r > 9) {
   bonus3 bAutoSpell,"GC_CROSSIMPACT",1,10;
}