Upg Two Handed Axe [1], двуручный топор (Renewal)

Upg Two Handed Axe [1] (UPG_TWO_HANDED_AXE) – оружие.

Upg Two Handed Axe [1], двуручный топор (Renewal)

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


Property: Neutral
Required

ATK + 14 per upgrade level of the item.
This item is indestructible in battle.


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

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

  • ID: 20846
  • Код: UPG_TWO_HANDED_AXE
  • Тип: оружие
  • Подтип: двуручный топор
  • Уровень оружия: 3
  • Атака: 110
  •  
  • Требуемый уровень: 1
  • Профессии: alchemist, blacksmith, crusader, knight, merchant, swordman
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 200

Скрипт

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