Patent Blade Katar [2], катар (Renewal)

Patent Blade Katar [2] (UP_BLADE_KATAR) – оружие.

Patent Blade Katar [2], катар (Renewal)

Qatar with sharp blades.
He regained his past glory and began to show his natural ability.
It seems to resonate with the boots of the great hero.

ATK + 15 per 2 refine rates.
Reduce delay after attack by 2% per 3 refine rates
When refined to +7 or higher, increase damage of Rolling Cutter, Cross Reaper Slasher by 25%.
When refined to +9 or higher, reduce global cooltime by 12%.
When refined to +11 or higher, increase melee and ranged physical damage by 10%.
When equipped with Great Hero's Boots, STR + 10, ATK + 7%.

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

  • ID: 31729
  • Код: UP_BLADE_KATAR
  • Тип: оружие
  • Подтип: катар
  • Уровень оружия: 4
  • Атака: 275
  •  
  • Требуемый уровень: 150
  • Профессии: assassin
  • Вес: 140

Скрипт

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