Patent Avenger [2], двуручный топор (Renewal)

Patent Avenger [2] (UP_AVENGER) – оружие.

Patent Avenger [2], двуручный топор (Renewal)

A double-handed ax is said to have been replaced by a blacksmith for his revenge.
He regained his past glory and began to show his natural ability.
It seems to resonate with the boots of the great hero.

Cannot be destroyed.
ATK + 15 per 2 refine rates.
Increase damage of Axe Tornado by 10% per 3 refine rates.
When refined to +7 or higher, increase damage of Axe Boomerang by 40%, reduce cooltime of Axe Tornado by 1 sec.
When refined to +9 or higher, increase physical damage to all size monsters by 15%.
When refined to +11 or higher, reduce incoming physical/magic damage by all property enemies by 20%.
When equipped with Great Hero's Boots, STR + 10, ATK + 7% Áõ°¡.

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

  • ID: 31767
  • Код: UP_AVENGER
  • Тип: оружие
  • Подтип: двуручный топор
  • Уровень оружия: 4
  • Атака: 290
  •  
  • Требуемый уровень: 150
  • Профессии: blacksmith
  • Вес: 700

Скрипт

.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bBaseAtk,.@r/2*15;
bonus2 bSkillAtk,"NC_AXETORNADO",10*(.@r/3);
if (.@r>=7) {
   bonus2 bSkillAtk,"NC_AXEBOOMERANG",40;
   bonus2 bSkillCooldown,"NC_AXETORNADO",-1000;
}
if (.@r>=9) {
   bonus2 bAddSize,Size_All,15;
}
if (.@r>=11) {
   bonus2 bSubEle,Ele_All,20;
}