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

Opened Illusion Pole Axe [1] (AEGIS_530049) – оружие.

 

Atk + 5%, POW + 2.
Increases Overslash damage by 5%.
If refine rate is 5 or higher, increases Overslash damage by 10%.
If refine rate is 7 or higher, increases melee physical damage by 5%.
If refine rate is 9 or higher, increases Overslash damage by additional 10%.
If refine rate is 10 or higher, increases attack speed (reduces delay after attack by 10%).
If refine rate is 11 or higher, increases Overslash damage by additional 5%, increases melee physical damage by 15%.

[Bonus by grade]
[Grade D] Increases melee physical damage by 10%.
[Grade C] Increases physical damage against all size enemies by 10%.
[Grade B] Increases physical damage against all race enemies by 10%.
[Grade A] Increases physical damage against all property enemies by 10%.

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

  • ID: 31344
  • Код: AEGIS_530049
  • Тип: оружие
  • Подтип: одноручное копьё
  • Уровень оружия: 4
  • Атака: 255
  • Магическая атака: 240
  •  
  • Требуемый уровень: 150
  • Профессии: crusader
  • Вес: 110

Скрипт

.@r = getrefine();
bonus bHit,3*.@r;
bonus bVariableCastrate,-3*(.@r/2);
if (BaseLevel>=150) {
   bonus bBaseAtk,(min(BaseLevel,170)*3);
   bonus bMatk,(min(BaseLevel,170)*3);
}
if (.@r>=7) {
   bonus bVariableCastrate,-5;
   bonus bAspdRate,5;
}
if (.@r>=9) {
   bonus bAtkRate,5;
   bonus bMatkRate,5;
}