Scarlet Dragon Leather Bow [2], лук (Renewal)

Scarlet Dragon Leather Bow [2] (SCALET_DRAGON_L_BOW) – оружие.

Scarlet Dragon Leather Bow [2], лук (Renewal)

A bow made by adding red dragon skin to a bow made of a highly elastic material..
It seems to resonate with Ancient Hero Boots.
Every 2 Refine levels ATK + 10.
Every 3 Refine levels delay after skill decreased by 4%.
When Refine level is 9, damage of Aimed Bolt increased by 35%.
When Refine level is 11, Aimed Bolt skill cooltime decreased by 1s.
When equipped together with Ancient Hero Boots and attacking with physical attacks, with a fixed rate for 7s DEX + 20, bow attack power increased by + 20%.
Weapon Lv: 4
Required Lv: 100
Required

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

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

Скрипт

.@r = getrefine();
bonus bBaseAtk,.@r/2*10;
bonus bDelayrate,-(.@r/3*4);
if (.@r>=9) {
   bonus2 bSkillAtk,"RA_AIMEDBOLT",35;
}
if (.@r>=11) {
   bonus2 bSkillCooldown,"RA_AIMEDBOLT",-1000;
}