Upg Mace [1], булава (Renewal)

Upg Mace [1] (UPG_MACE) – оружие.

Upg Mace [1], булава (Renewal)

A mace that is coated with elunium and gold that are mixed in golden ratio.
Every refine level will increase ATK +10 / Heal recovery +1%.
When character base level is 70 or higher: Every 10 base level increment will get extra 5 ATK.

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

  • ID: 24238
  • Код: UPG_MACE
  • Тип: оружие
  • Подтип: булава
  • Уровень оружия: 3
  • Атака: 80
  •  
  • Требуемый уровень: 1
  • Профессии: acolyte, alchemist, blacksmith, crusader, knight, merchant, monk, novice, priest, super_novice, swordman
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 80

Скрипт

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