ID #700056
Weapon
AC-B44-OSAD [2]
Buy Price: N/A
Sell Price: N/A
An upgraded high strength bow made of fused carbon.
_______________________
MATK +135.
_______________________
Increases Ranged Physical Damage by 7%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
Increases damage of Triangle Shot by 25%.
_______________________
Refine Level +11:
Increases damage of Triangle Shot by additional 20%.
_______________________
Type: Bow
Attack: 190
Weight: 60
Weapon Level: 5
_______________________
Requirement:
Base Level 170
Shadow Chaser
_______________________
MATK +135.
_______________________
Increases Ranged Physical Damage by 7%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
Increases damage of Triangle Shot by 25%.
_______________________
Refine Level +11:
Increases damage of Triangle Shot by additional 20%.
_______________________
Type: Bow
Attack: 190
Weight: 60
Weapon Level: 5
_______________________
Requirement:
Base Level 170
Shadow Chaser
Equipment Reform
Available through the reform system Plus7_Refine_NPC
Basic Information
Type
Weapon
Weight
600
Range
5
Acquisition method
Equipment reform
Job Requirements
Rogue
Yes
Requirements
Weapon Level
5
Min Level
170
Scripts
Script .@r = getrefine(); bonus bMatk,135; bonus bLongAtkRate,7; if (.@r>=7) { bonus bAspdRate,10; if (.@r>=9) { bonus2 bSkillAtk,"SC_TRIANGLESHOT",25; if (.@r>=11) { bonus2 bSkillAtk,"SC_TRIANGLESHOT",20; } } }
.@r = getrefine();
bonus bMatk,135;
bonus bLongAtkRate,7;
if (.@r>=7) {
bonus bAspdRate,10;
if (.@r>=9) {
bonus2 bSkillAtk,"SC_TRIANGLESHOT",25;
if (.@r>=11) {
bonus2 bSkillAtk,"SC_TRIANGLESHOT",20;
}
}
}