Patent Barbed Wire Whip [2], кнут (Renewal)

Patent Barbed Wire Whip [2] (UP_BARB_WIRE_K) – оружие.

Patent Barbed Wire Whip [2], кнут (Renewal)

A whip made of wire.
Became more flexible and began to show off his natural abilities.
It seems to resonate with the boots of the great hero.

MATK + 230.
MATK + 15 per 2 refine rates.
Increase all property magic damage by 4% per 3 refine rates.
When refined to +7 or higher, increase damage of Reverberation, Metalic Sound by 10%.
When refined to +9 or higher, reduce fixed casting of Reverberation by 0.5 sec.
When refined to +11 or higher, MATK + 7%, increase damage of Reverberation, Metalic Sound by 15%.
When equipped with Great Hero's Boots, INT + 10, MATK + 7%.

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

  • ID: 31611
  • Код: UP_BARB_WIRE_K
  • Тип: оружие
  • Подтип: кнут
  • Уровень оружия: 4
  • Атака: 160
  • Магическая атака: 230
  •  
  • Требуемый уровень: 150
  • Профессии: bard, dancer
  • Вес: 100

Скрипт

.@r = getrefine();
bonus bMatk,.@r/2*15;
bonus2 bMagicAtkEle,Ele_All,.@r/3*4;
if (.@r>=7) {
   bonus2 bSkillAtk,"WM_REVERBERATION",10;
   bonus2 bSkillAtk,"WM_METALICSOUND",10;
}
if (.@r>=9) {
   bonus2 bSkillFixedCast,WM_REVERBERATION,-500;
}
if (.@r>=11) {
   bonus bMatkRate,7;
   bonus2 bSkillAtk,"WM_REVERBERATION",15;
   bonus2 bSkillAtk,"WM_METALICSOUND",15;
}