MH-P89-OS [2], лук (Renewal)
MH-P89-OS [2] (MH_P89_OS) – оружие.
![MH-P89-OS [2], лук (Renewal) MH-P89-OS [2], лук (Renewal)](/images/db/items/picture/18179.png)
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%.
Скрипт
.@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; } } }