Illusion Hunter Bow [2], лук (Renewal)

Illusion Hunter Bow [2] (HUNTER_BOW_IL) – оружие.

Illusion Hunter Bow [2], лук (Renewal)

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: 24348
  • Код: HUNTER_BOW_IL
  • Тип: оружие
  • Подтип: лук
  • Уровень оружия: 4
  • Атака: 165
  •  
  • Требуемый уровень: 120
  • Профессии: hunter
  • Вес: 150

Скрипт

.@r = getrefine();
bonus bCritical,.@r;
if (.@r >= 7) {
   bonus bAspdRate,10;
   if (.@r >= 9) {
      bonus bCritAtkRate,15;
      if (.@r >= 11) {
         bonus2 bAddRace,RC_Insect,30;
         bonus2 bAddRace,RC_Brute,30;
      }
   }
}