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

Patent Royal Bow [2] (UP_ROYAL_BOW_K) – оружие.

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

An ancient hero's bow from the forgotten royal family.
The ancient power woke up and started to show its original power.
It seems to resonate with the boots of the great hero.

ATK+ 15 per 2 refine rates.
Increase damage of Arrow Storm by 12% per 3 refine rates.
When refined to +7 or higher, reduce delay after attack by 10%, increase bow attack by 15%.
When refined to +9 or higher, increase ranged physical damage 12%, critical damage by 10%.
When refined to +11 or higher, increase damage of Sharp Shooting by 20%, reduce global cooltime by 10%.
When equipped with Great Hero's Boots, DEX + 10, ATK + 7% Áõ°¡.

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

  • ID: 31901
  • Код: UP_ROYAL_BOW_K
  • Тип: оружие
  • Подтип: лук
  • Уровень оружия: 4
  • Атака: 205
  •  
  • Требуемый уровень: 150
  • Профессии: hunter, rogue
  • Вес: 120

Скрипт

.@r = getrefine();
bonus bBaseAtk,.@r/2*15;
bonus2 bSkillAtk,"RA_ARROWSTORM",12*(.@r/3);
if (.@r>=7) {
   bonus bAspdRate,10;
   bonus2 bWeaponDamageRate,W_BOW,15;
}
if (.@r>=9) {
   bonus bLongAtkRate,12;
   bonus bCritAtkRate,10;
}
if (.@r>=11) {
   bonus2 bSkillAtk,"SN_SHARPSHOOTING",20;
   bonus bDelayrate,-10;
}