Illusion War Axe [2], одноручный топор (Renewal)

Illusion War Axe [2] (WAR_AXE_IL) – оружие.

Illusion War Axe [2], одноручный топор (Renewal)

a hideous axe that is said to be haunted by the fear of death when the day faces the enemy, with a life-threatening axe that has become frighteningly cruel because it is swung from the battlefield and filled with blood.
Unbreakable.
STR + 2, DEX + 2, LUK + 2.
Increases the damage of Axe Tornado and Axe Boomerang by 100%.
Increases the damage of Cart Tornado by 75%.
If refine rate is 7 or higher, further increases the damage of Axe Tornado, Axe Boomerang and Cart Tornado by 20%.
If refine rate is 9 or higher, further increases the damage of Axe Tornado, Axe Boomerang and Cart Tornado by another 20%.


If equipped with Illusion Shoes, ATK + 40.
If refine rate of both is 7 or higher, increases the damage of Axe Boomerang by 15%.
If the sum of their refine rates is 18 or higher, ATK + 10%.
If the sum of their refine rates is 22 or higher, increases long ranged physical damage by 10%.

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

  • ID: 20787
  • Код: WAR_AXE_IL
  • Тип: оружие
  • Подтип: одноручный топор
  • Уровень оружия: 4
  • Атака: 180
  •  
  • Требуемый уровень: 120
  • Профессии: alchemist, blacksmith, merchant
  • Вес: 420

Скрипт

bonus bStr,2;
bonus bDex,2;
bonus bLuk,2;
.@r = getrefine();
if (.@r >= 9) {
   .@val = 40;
} else if (.@r >= 7) {
   .@val = 20;
}
bonus2 bSkillAtk,"NC_AXETORNADO",(100+.@val);
bonus2 bSkillAtk,"NC_AXEBOOMERANG",(100+.@val);
bonus2 bSkillAtk,"GN_CART_TORNADO",(75+.@val);