Metal Katar [1], катар (Renewal)

Metal Katar [1] (METAL_KATAR) – оружие.

Metal Katar [1], катар (Renewal)

Katar made of metal that has been strengthened by adding Phracon and Emveretarcon to Steel.
Character Bound
ATK + 5
Increases critical attack by 1% per refine rate.
If your base level is 20 or greater, increases ATK by 5 for every 10 base levels past 20 up to base level 120.

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

  • ID: 20757
  • Код: METAL_KATAR
  • Тип: оружие
  • Подтип: катар
  • Уровень оружия: 3
  • Атака: 75
  •  
  • Требуемый уровень: 1
  • Профессии: assassin
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 1

Скрипт

.@r = getrefine();
bonus bBaseAtk,(.@r*5);
bonus bCritAtkRate,.@r;
.@i = min(BaseLevel/10,12);
if (.@i>2)
   bonus bBaseAtk,((.@i-2)*5);