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

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

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

Katar with sharp blades.
It seems to resonate with Ancient Hero Boots.
Every 2 Refine levels ATK + 10.
Every 3 Refine levels attack speed increased (delay after skill decreased by 2%).
When Refine level is 9, damage of Rolling Cutter skill increased by 20% .
When Refine level is 11, delay after skils decreased by 7%.
When equipped together with Ancient Hero Boots and attacking with physical attacks, with a fixed rate for 7 STR + 20, ATK + 15%.
Weapon Lv: 4
Required Lv: 100
Required

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

  • ID: 31725
  • Код: BLADE_KATAR
  • Тип: оружие
  • Подтип: катар
  • Уровень оружия: 4
  • Атака: 185
  •  
  • Требуемый уровень: 100
  • Профессии: assassin
  • Вес: 100

Скрипт

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