Royal Knight Archer Bow [2], лук (Renewal)

Royal Knight Archer Bow [2] (G_KNIGHT_ARCHER_BOW) – оружие.

Royal Knight Archer Bow [2], лук (Renewal)

Elegant bow used by the soldiers of Glastheim.
It's an ordinary bow with no special features, but it's influenced by Himelmez and has magical energy.
------------------------
Increases long ranged physical damage by 15%.
Atk + 4 per refine rate.
------------------------
If refine rate is 9 or higher, increases Aimed Bolt damage by 25%, reduces global cooldown by 12%.
------------------------
If refine rate is 11 or higher, reduces skill cooldown of Aimed Bolt by 1 second, increases physical damage against undead and angel race monsters by 20%.
------------------------
Set Bonus
Guardian Knight Archer Bow
King Schmidt's Suit
King Schmidt's Manteau

Atk + 30,
Has a chance to gain bonus long ranged physical damage by 10% for 10 seconds when dealing physical damage.

If the sum of refine rate of set is 30 or higher, Increases physical damage against holy and undead property enemies by 20%.
------------------------
Weapon Lv : 4

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

  • ID: 24368
  • Код: G_KNIGHT_ARCHER_BOW
  • Тип: оружие
  • Подтип: лук
  • Уровень оружия: 4
  • Атака: 190
  •  
  • Требуемый уровень: 170
  • Профессии: hunter
  • Вес: 170

Скрипт

.@r = getrefine();
bonus bLongAtkRate,15;
bonus bBaseAtk,4*.@r;
if (.@r>=9) {
   bonus bDelayrate,-12;
   bonus2 bSkillAtk,"RA_AIMEDBOLT",25;
}
if (.@r>=11) {
   bonus2 bAddRace,RC_Undead,20;
   bonus2 bAddRace,RC_Angel,20;
   bonus2 bSkillCooldown,"RA_AIMEDBOLT",-1000;
}