ID #18180
Weapon
AC-B44-OS [2]
Buy Price: N/A
Sell Price: N/A
High strength bow made of fused carbon.
_______________________
MATK +135.
_______________________
Increases bow weapon damage by 5%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 7%).
_______________________
Refine Level +9:
Increases damage of Triangle Shot by 15%.
_______________________
Refine Level +11:
Increases bow weapon damage by additional 10%.
_______________________
Type: Bow
Attack: 190
Weight: 60
Weapon Level: 4
_______________________
Requirement:
Base Level 130
Shadow Chaser
_______________________
MATK +135.
_______________________
Increases bow weapon damage by 5%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 7%).
_______________________
Refine Level +9:
Increases damage of Triangle Shot by 15%.
_______________________
Refine Level +11:
Increases bow weapon damage by additional 10%.
_______________________
Type: Bow
Attack: 190
Weight: 60
Weapon Level: 4
_______________________
Requirement:
Base Level 130
Shadow Chaser
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
600
Range
5
Acquisition method
Equipment reform
Job Requirements
Rogue
Yes
Requirements
Weapon Level
4
Min Level
130
Scripts
Script .@r = getrefine(); bonus bMatk,135; .@dmg = 5; if (.@r >= 7) { bonus bAspdRate,7; if (.@r >= 9) { bonus2 bSkillAtk,"SC_TRIANGLESHOT",15; if (.@r >= 11) { .@dmg += 10; } } } bonus2 bWeaponDamageRate,W_BOW,.@dmg;
.@r = getrefine();
bonus bMatk,135;
.@dmg = 5;
if (.@r >= 7) {
bonus bAspdRate,7;
if (.@r >= 9) {
bonus2 bSkillAtk,"SC_TRIANGLESHOT",15;
if (.@r >= 11) {
.@dmg += 10;
}
}
}
bonus2 bWeaponDamageRate,W_BOW,.@dmg;