Blessed Knife [2], кинжал (Renewal)

Blessed Knife [2] (BLESSED_KNIFE) – оружие.

Blessed Knife [2], кинжал (Renewal)

A knife used by Bravery heroes in the past.
It is said that only angels who are blessed and protected by angels can use it.
It resonates with the Ancient Hero's Boots.
ATK + 10 per 2 refine rates.
Increase damage of Back Stab by 20% per 3 refine rates.
When refined to +9 or higher, reduce delay after attack by 10%.
When refined to +11 or higher, can use Fatal Menace slv7.
When equipped with Ancient Hero's Boots, adds a chance to STR + 20, ATK + 15% when physical attack for 7 sec.

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

  • ID: 31261
  • Код: BLESSED_KNIFE
  • Тип: оружие
  • Подтип: кинжал
  • Уровень оружия: 4
  • Атака: 200
  •  
  • Требуемый уровень: 100
  • Профессии: novice, super_novice
  • Вес: 120

Скрипт

.@r = getrefine();
bonus bBaseAtk,10*(.@r/2);
bonus2 bSkillAtk,"RG_BACKSTAP",20*(.@r/3);
if (.@r>=9) {
   bonus bAspdRate,10;
   if (.@r>=11) {
      skill "SC_FATALMENACE",7;
   }
}