Patent Narcissus Bow [2], лук (Renewal)

Patent Narcissus Bow [2] (UP_NARCIS_BOW) – оружие.

Patent Narcissus Bow [2], лук (Renewal)

A bow that contains the battle of heroes
[=[Started to show off his natural abilities with a stronger aura.
It seems to resonate with the boots of the great hero.

ATK + 15 per 2 refine rates.
Increase ranged physical damage by 4% per 3 refine rates.
When refined to +7 or higher, reduce cooltime of Severe Rainstorm by 2 sec.
When refined to +9 or higher, increase damage of Severe Rainstorm by 15%.
When refined to +11 or higher, increase damage of Severe Rainstorm by 10%, increase bow attack by 15%.
When equipped with Great Hero's Boots, DEX +10, increase ranged physical damage by 5%.

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

  • ID: 31896
  • Код: UP_NARCIS_BOW
  • Тип: оружие
  • Подтип: лук
  • Уровень оружия: 4
  • Атака: 210
  •  
  • Требуемый уровень: 150
  • Профессии: bard, dancer, hunter, rogue
  • Вес: 100

Скрипт

.@r = getrefine();
bonus bBaseAtk,.@r/2*15;
bonus bLongAtkRate,.@r/3*4;
if (.@r>=7) {
   bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15;
}
if (.@r>=11) {
   bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10;
   bonus2 bWeaponDamageRate,W_BOW,15;
}