AC-B44-OS [2], лук (Renewal)

AC-B44-OS [2] (AC_B44_OS) – оружие.

AC-B44-OS [2], лук (Renewal)

An ultra-strong bow created through the carbon fusion process.
Matk +135
Bow Atk +5%
If upgrade level is +7 or higher,
Aspd +7%
If upgrade level is +9 or higher,
Increases the damage of Triangle Shot by 15%.
If upgrade level is +11 or higher,
Bow Atk +10%

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

  • ID: 24353
  • Код: AC_B44_OS
  • Тип: оружие
  • Подтип: лук
  • Уровень оружия: 4
  • Атака: 190
  • Магическая атака: 135
  •  
  • Требуемый уровень: 130
  • Профессии: rogue
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 60

Скрипт

.@r = getrefine();
.@dmg = 5;
if (.@r >= 7) {
   bonus bAspdRate,7;
   if (.@r >= 9) {
      bonus2 bSkillAtk,"SC_TRIANGLESHOT",15;
      if (.@r >= 11) {
         .@dmg += 10;
      }
   }
}
bonus2 bWeaponDamageRate,W_BOW,.@dmg;