ID #700054
Weapon
Virtual Bow-OSAD [2]
Buy Price: N/A
Sell Price: N/A
An upgraded bow without a string.
Trying to pull it will draw a glow of string.
_______________________
ATK +5%
_______________________
Refine Level +7:
Critical +8
Increases Ranged Physical Damage by 7%.
_______________________
Refine Level +9:
Increases damage of Arrow Storm by 40%.
Increases damage of Sharp Shooting by 20%.
_______________________
Refine Level +11:
Critical +7
Increases damage of Arrow Storm by additional 30%.
_______________________
Type: Bow
Attack: 200
Weight: 120
Weapon Level: 5
_______________________
Requirement:
Base Level 170
Ranger
Trying to pull it will draw a glow of string.
_______________________
ATK +5%
_______________________
Refine Level +7:
Critical +8
Increases Ranged Physical Damage by 7%.
_______________________
Refine Level +9:
Increases damage of Arrow Storm by 40%.
Increases damage of Sharp Shooting by 20%.
_______________________
Refine Level +11:
Critical +7
Increases damage of Arrow Storm by additional 30%.
_______________________
Type: Bow
Attack: 200
Weight: 120
Weapon Level: 5
_______________________
Requirement:
Base Level 170
Ranger
Equipment Reform
Available through the reform system Plus7_Refine_NPC
Basic Information
Type
Weapon
Weight
1200
Range
5
Acquisition method
Equipment reform
Job Requirements
Hunter
Yes
Requirements
Weapon Level
5
Min Level
170
Scripts
Script .@r = getrefine(); bonus bAtkRate,5; if (.@r>=7) { bonus bLongAtkRate,7; bonus bCritical,8; if (.@r>=9) { bonus2 bSkillAtk,"SN_SHARPSHOOTING",20; bonus2 bSkillAtk,"RA_ARROWSTORM",40; if (.@r>=11) { bonus bCritical,7; bonus2 bSkillAtk,"RA_ARROWSTORM",30; } } }
.@r = getrefine();
bonus bAtkRate,5;
if (.@r>=7) {
bonus bLongAtkRate,7;
bonus bCritical,8;
if (.@r>=9) {
bonus2 bSkillAtk,"SN_SHARPSHOOTING",20;
bonus2 bSkillAtk,"RA_ARROWSTORM",40;
if (.@r>=11) {
bonus bCritical,7;
bonus2 bSkillAtk,"RA_ARROWSTORM",30;
}
}
}