Upg Lance [1], двуручное копьё (Renewal)

Upg Lance [1] (UPG_LANCE) – оружие.

Upg Lance [1], двуручное копьё (Renewal)

A Two-handed Spear that is coated with elunium and gold that are mixed in golden ratio.


Property: Neutral
Required

ATK + 12 per upgrade level of the item.


If the user's base level is 70 or higher,
For every 10 base levels, ATK + 10.

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

  • ID: 20943
  • Код: UPG_LANCE
  • Тип: оружие
  • Подтип: двуручное копьё
  • Уровень оружия: 3
  • Атака: 105
  •  
  • Требуемый уровень: 1
  • Профессии: crusader, knight, swordman
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 150

Скрипт

bonus bBaseAtk,(getrefine()*12);
if (BaseLevel>70)
   bonus bBaseAtk,(((BaseLevel-70)/10)*10);