Illusion Pole Axe [2], одноручное копьё (Renewal)

Illusion Pole Axe [2] (POLE_AXE_IL) – оружие.

Illusion Pole Axe [2], одноручное копьё (Renewal)

Large one-handed Spear.
A spear with a long body and a weapon like a sickle,
so that it can have various attack patterns.
STR +3, INT+ 2, DEX +2.
If refine rate is 9 or higher, reduces the cooldown of Hundred Spear by 1 second.
If refine rate is 13 or higher, further reduces the cooldown of Hundred Spear by 1 second.


If equipped with Illusion Shoes,
ATK + 40.
If refine rate of both is 7 or higher, increases the damage of Hundred Spear by 20%.
If the sum of their refine rates is 18 or higher, ATK + 10%.
If the sum of their refine rates is 22 or higher, further increases the damage of 2004.png Hundred Spear by 20%.

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

  • ID: 29058
  • Код: POLE_AXE_IL
  • Тип: оружие
  • Подтип: одноручное копьё
  • Уровень оружия: 4
  • Атака: 190
  •  
  • Требуемый уровень: 120
  • Профессии: crusader, knight, swordman
  • Вес: 150

Скрипт

.@r = getrefine();
bonus bStr,3;
bonus bInt,2;
bonus bDex,2;
if (.@r >= 13) {
   .@val = -2000;
} else if (.@r >= 9) {
   .@val = -1000;
}
bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",.@val;