ID #700003
Weapon
Scarlet Dragon Leather Bow [2]
Buy Price: N/A
Sell Price: N/A
A bow made of red dragon's leather on a highly elastic material.
It resonates with Ancient Hero's Boots.
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
For each 3 Refine Levels:
Decreases After Skill Delay by 4%.
_______________________
Refine Level +9:
Increases damage of Aimed Bolt by 35%.
_______________________
Refine Level +11:
Decreases Aimed Bolt skill cooldown by 1 second.
_______________________
When equipped with Ancient Hero's Boots:
Random chance to increase DEX by 20 and bow damage by 20% for 7 seconds when dealing physical damage.
_______________________
Type: Bow
Attack: 170
Weight: 80
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Ranger
It resonates with Ancient Hero's Boots.
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
For each 3 Refine Levels:
Decreases After Skill Delay by 4%.
_______________________
Refine Level +9:
Increases damage of Aimed Bolt by 35%.
_______________________
Refine Level +11:
Decreases Aimed Bolt skill cooldown by 1 second.
_______________________
When equipped with Ancient Hero's Boots:
Random chance to increase DEX by 20 and bow damage by 20% for 7 seconds when dealing physical damage.
_______________________
Type: Bow
Attack: 170
Weight: 80
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Ranger
Available from boxes
Equipment Reform
Available through the reform system Hero_Equipment_Cube
Available through the reform system Hero_Up_Cube_11
Basic Information
Type
Weapon
Weight
800
Range
5
Acquisition method
Equipment reform
Job Requirements
Hunter
Yes
Requirements
Weapon Level
4
Min Level
100
Scripts
Script .@r = getrefine(); bonus bBaseAtk,.@r/2*10; bonus bDelayrate,-(.@r/3*4); if (.@r>=9) { bonus2 bSkillAtk,"RA_AIMEDBOLT",35; } if (.@r>=11) { bonus2 bSkillCooldown,"RA_AIMEDBOLT",-1000; }
.@r = getrefine();
bonus bBaseAtk,.@r/2*10;
bonus bDelayrate,-(.@r/3*4);
if (.@r>=9) {
bonus2 bSkillAtk,"RA_AIMEDBOLT",35;
}
if (.@r>=11) {
bonus2 bSkillCooldown,"RA_AIMEDBOLT",-1000;
}