ID #18179
Weapon
MH-P89-OS [2]
Buy Price: N/A
Sell Price: N/A
Crossbow with prototype number 89 stamped on its body.
You can tell the power by the number on the dashboard after you shoot the bow.
_______________________
ATK +3%
_______________________
Refine Level +7:
Increases Ranged Physical Damage by 7%.
_______________________
Refine Level +9:
Decreases Severe Rainstorm skill cooldown by 2 seconds.
_______________________
Refine Level +11:
Increases damage of Severe Rainstorm by 15%.
_______________________
Type: Bow
Attack: 170
Weight: 120
Weapon Level: 4
_______________________
Requirement:
Base Level 130
Minstrel and Wanderer
You can tell the power by the number on the dashboard after you shoot the bow.
_______________________
ATK +3%
_______________________
Refine Level +7:
Increases Ranged Physical Damage by 7%.
_______________________
Refine Level +9:
Decreases Severe Rainstorm skill cooldown by 2 seconds.
_______________________
Refine Level +11:
Increases damage of Severe Rainstorm by 15%.
_______________________
Type: Bow
Attack: 170
Weight: 120
Weapon Level: 4
_______________________
Requirement:
Base Level 130
Minstrel and Wanderer
Available from boxes
Equipment Reform
Available through the reform system OS_Weapon_Reform
- Weapon Upgrade Stone(Lower) × 70
- Mysterious Component × 200
- Cor Core × 40
Available through the reform system R_Ep17_Box
- Imperfect Rune × 10
Basic Information
Type
Weapon
Weight
1200
Range
5
Acquisition method
Equipment reform
Job Requirements
Bard/Dancer
Yes
Requirements
Weapon Level
4
Min Level
130
Scripts
Script .@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; } } }
.@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;
}
}
}