MH-P89-OS [2], лук (Renewal)

MH-P89-OS [2] (MH_P89_OS) – оружие.

MH-P89-OS [2], лук (Renewal)

A crossbow with its prototype serial number, 89, imprinted on it.
It's equipped with a meter to display shooting power as a numerical value.
Atk +3%
If upgrade level is +7 or higher,
Increases long-ranged physical damage on targets by an additional 7%.
If upgrade level is +9 or higher,
Severe Rainstorm cooldown -2 sec.
Reduces the cooldown of Severe Rainstorm by 2 seconds.
If upgrade level is +11 or higher,
Increases the damage of Severe Rainstorm by 15%.

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

  • ID: 24352
  • Код: MH_P89_OS
  • Тип: оружие
  • Подтип: лук
  • Уровень оружия: 4
  • Атака: 170
  •  
  • Требуемый уровень: 130
  • Профессии: bard, dancer
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 120

Скрипт

.@r = getrefine();
bonus bAtkRate,3;
if (.@r >= 7) {
   bonus bLongAtkRate,7;
   if (.@r >= 9) {
      bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000;
      if (.@r >= 11) {
         bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15;
      }
   }
}