MH-P89-OS
| Item ID | 18179 | Name | MH-P89-OS |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | MH_P89_OS | ||
| Attack | 170 | Type | Weapon - Bow | ||
| MATK | 0 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Bard / Dancer | ||
| Range | 5 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 120 | Min Equip Level | 130 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; bonus bLongAtkRate,3*(.@r_weapon/2); |
||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; bonus bLongAtkRate,3*(.@r_weapon/2); |
||||
|
bonus bBaseAtk,200; bonus bMatk,200; |
||||
|
bonus bBaseAtk,200; bonus bMatk,200; |