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

Metal Mace [1] (METAL_MACE) – оружие.

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

Increases ATK + 5 per refine level.
ATK + 5 for evey 10 Base Levels Beyond Level 20 up to level 120
Required

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

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

Скрипт

bonus bUnbreakableWeapon;
bonus bBaseAtk,(getrefine()*5);
.@i = min(BaseLevel/10,12);
if (.@i>2)
   bonus bBaseAtk,((.@i-2)*5);