Abyss Wing [1], лук (Renewal)

Abyss Wing [1] (VARIANT_WING) – оружие.

 

When equipped with Hunting Arrow, increase long ranged physical damage by 50%.
------------------------
For every refine level, CRI + 1.
------------------------
When refined to +7 or higher, ASPD + 10%.
------------------------
When refined to +9 or higher, increase critical damage by 15%.
------------------------
When refined to +11 or higher, increase physical damage against Insect and Brute race monsters by 30%.
------------------------
Set Bonus:
Illusion Hunter Bow [2]
Illusion Boots [1]

ATK + 10%.
------------------------
When each piece of equipment in the set is refined to +7 or higher, ASPD + 2.
------------------------
When the total sum of refine is 18 or higher, increase critical damage by 10%.
------------------------
When the total sum of refine is 22 or higher, when dealing normal long ranged physical damage, there's a chance to activate Hunter's Sight for 10 seconds.
------------------------
[Hunter's Sight]
ATK + 100.
Increase critical damage by 15%.
Increase physical damage against Insect and Brute race monsters by 50%.
------------------------

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

  • ID: 24350
  • Код: VARIANT_WING
  • Тип: оружие
  • Подтип: лук
  • Уровень оружия: 4
  • Атака: 160
  • Магическая атака: 170
  •  
  • Требуемый уровень: 165
  • Профессии: bard, dancer, hunter, rogue
  • Вес: 90

Скрипт

.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bSubRace,RC_Player_Human,30;
if (.@r>=7) {
   bonus2 bAddRace,RC_All,5;
   bonus2 bSubRace,RC_Player_Human,5;
}
if (.@r>=9) {
   bonus2 bAddRace,RC_All,5;
   bonus2 bSubRace,RC_Player_Human,5;
}