Patent Scarlet Dragon Leather Bow [2]
The dragon's power was inhabited and began to show its natural abilities.
It resonates with Great Hero's Boots.
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
For each 3 Refine Levels:
Decreases After Skill Delay by 4%.
_______________________
Refine Level +7:
Increases Ranged Physical Damage by 10%
Increases Physical Damage against enemies of all size enemies by 10%.
_______________________
Refine Level +9:
Increases damage of Aimed Bolt by 35%.
_______________________
Refine Level +11:
Decreases Aimed Bolt skill cooldown by 1 second.
Decreases Variable Casting Time by 10%.
_______________________
When equipped with Great Hero's Boots:
DEX +10, ATK +7%
_______________________
Type: Bow
Attack: 200
Weight: 90
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Ranger
Available from boxes
Equipment Reform
Available through the reform system C_Weapon_Reform_1
Available through the reform system C_Weapon_Reform_2
Available through the reform system C_Weapon_Reform_3
Available through the reform system Hero_Weapon_Up_Box_3
Basic Information
Job Requirements
Requirements
Scripts
Script .@r = getrefine(); bonus bBaseAtk,.@r/2*15; bonus bDelayrate,-(.@r/3*4); if (.@r>=7) { bonus bLongAtkRate,10; bonus2 bAddSize,Size_All,10; } if (.@r>=9) { bonus2 bSkillAtk,"RA_AIMEDBOLT",35; } if (.@r>=11) { bonus2 bSkillCooldown,"RA_AIMEDBOLT",-1000; bonus bVariableCastrate,-10; }
.@r = getrefine();
bonus bBaseAtk,.@r/2*15;
bonus bDelayrate,-(.@r/3*4);
if (.@r>=7) {
bonus bLongAtkRate,10;
bonus2 bAddSize,Size_All,10;
}
if (.@r>=9) {
bonus2 bSkillAtk,"RA_AIMEDBOLT",35;
}
if (.@r>=11) {
bonus2 bSkillCooldown,"RA_AIMEDBOLT",-1000;
bonus bVariableCastrate,-10;
}