Autumn Headband [1], броня (Renewal)

Autumn Headband [1] (AUTUMN_HEADBAND) – броня.

Autumn Headband [1], броня (Renewal)

A hairband with an array of autumn leaves attached to it. It displays the beauty of an autumn forest for all to see.
Atk + 2 for every 5 base Dex.
Reduces the variable casting time of Arrow Storm by 100%.
Adds a 4% chance of restoring 1% of damage as SP when performing a physical attack.
If upgrade level is +9 or higher,
Increases the damage of Arrow Storm by 1% for every 5 base levels.

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

  • ID: 23208
  • Код: AUTUMN_HEADBAND
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 100
  • Профессии: hunter
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 20

Скрипт

bonus bBaseAtk,2*(readparam(bDex)/5);
bonus2 bVariableCastrate,"RA_ARROWSTORM",-100;
bonus2 bSPDrainRate,40,1;
if (getrefine()>=9)
   bonus2 bSkillAtk,"RA_ARROWSTORM",BaseLevel/5;