Upg Two-Handed Sword [1], двуручный меч (Renewal)

Upg Two-Handed Sword [1] (UPG_TWOHAND_SWORD) – оружие.

Upg Two-Handed Sword [1], двуручный меч (Renewal)

A Two-handed Sword that is coated with elunium and gold that are mixed in golden ratio.
Every refine level will increase ATK +12 / MATK +5.
When character base level is 70 or higher: Every 10 base level increment will get extra 10 ATK.

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

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

Скрипт

.@r = getrefine();
bonus bBaseAtk,(.@r*12);
bonus bMatk,(.@r*5);
if (BaseLevel>70)
   bonus bBaseAtk,(((BaseLevel-70)/10)*10);