Blade Katar [2], катар (Renewal)
Blade Katar [2] (BLADE_KATAR) – оружие.
![Blade Katar [2], катар (Renewal) Blade Katar [2], катар (Renewal)](/images/db/items/picture/610003.png)
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
Скрипт
.@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;
}