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

Upg Katar [1] (UPG_KATAR) – оружие.

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

A katar that is coated with elunium and gold that are mixed in golden ratio.
Every refine level will increase ATK +10 / Critical Attack +2%.
When character base level is 70 or higher: Every 10 base level increment will get extra 10 ATK.

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

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

Скрипт

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