Patent Fatalist [2], кинжал (Renewal)

Patent Fatalist [2] (UP_FATALIST) – оружие.

Patent Fatalist [2], кинжал (Renewal)

Sword of old travelers specialized in stabbing, not cutting.
The experiences and knowledge of former travelers have begun to show their original abilities.
It seems to resonate with the boots of the great hero.

ATK + 15 per 2 refine rates.
Reduce delay after attack by 2%.
When refined to +7 or higher, increase damage of Fatal Menace by 25%.
When refined to +9 or higher, reduce SP consumption of Fatal Menace by 15%, reduce global cooltime by 7%.
When refined to +11 or higher, increase melee physical damage by 10%, reduce global cooltime by 7%.
When equipped with Great Hero's Boots, STR + 10, ATK + 7%.

Can upgrade the weapon through [Special Equipment Researcher].

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

  • ID: 31223
  • Код: UP_FATALIST
  • Тип: оружие
  • Подтип: кинжал
  • Уровень оружия: 4
  • Атака: 205
  •  
  • Требуемый уровень: 150
  • Профессии: rogue
  • Вес: 120

Скрипт

.@r = getrefine();
bonus bBaseAtk,.@r/2*15;
bonus bAspdRate,(.@r*2/3);
if (.@r>=7) {
   bonus2 bSkillAtk,"SC_FATALMENACE",25;
}
if (.@r>=9) {
   bonus2 bSkillUseSPrate,"SC_FATALMENACE",15;
   bonus bDelayrate,-7;
}
if (.@r>=11) {
   bonus bShortAtkRate,10;
   bonus bDelayrate,-7;
}