Lesser Guild Member's Hunter Bow, лук (Renewal)

Lesser Guild Member's Hunter Bow (WOE_BOW1_Z) – оружие.

 

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: 24349
  • Код: WOE_BOW1_Z
  • Тип: оружие
  • Подтип: лук
  • Уровень оружия: 3
  • Атака: 90
  •  
  • Требуемый уровень: 70
  • Профессии: archer, bard, dancer, hunter, rogue, thief
  • Вес: 50

Скрипт

.@r = getrefine();
bonus2 bAddRace,RC_Player_Human,20+.@r;
bonus2 bAddRace,RC_Player_Doram,20+.@r;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,10;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,10;
if (.@r>=7) {
   bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
   bonus2 bIgnoreDefRaceRate,RC_Player_Doram,5;
}
if (.@r>=9) {
   bonus2 bAddRace,RC_Player_Human,15;
   bonus2 bAddRace,RC_Player_Doram,15;
}
if (.@r>=10) {
   bonus bHit,20+(.@r-10);
   autobonus3 "{ .@r = getrefine(); bonus2 bSkillAtk,\"AC_DOUBLE\",20+(.@r-10); }",1000,10000,"AC_CONCENTRATION";
}