Patent Royal Bow [2]
The ancient power awakened and began to exert its natural power.
It resonate with Great Hero's Boots.
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
For each 3 Refine Levels:
Increases damage of Arrow Storm by 12%.
_______________________
Refine Level +7:
Increases Attack Speed (Decreases Delay After Attack by 10%).
Increases Ranged Physical Damage by 15%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by additional 12%.
Increases Critical Damage by 10%.
_______________________
Refine Level +11:
Increases damage of Sharp Shooting by 20%.
Decreases After Skill Delay by 10%.
_______________________
When equipped with Great Hero's Boots:
DEX +10, ATK +7%.
_______________________
Type: Bow
Attack: 205
Weight: 120
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Ranger and Shadow Chaser
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; bonus2 bSkillAtk,"RA_ARROWSTORM",12*(.@r/3); if (.@r>=7) { bonus bAspdRate,10; bonus2 bWeaponDamageRate,W_BOW,15; } if (.@r>=9) { bonus bLongAtkRate,12; bonus bCritAtkRate,10; } if (.@r>=11) { bonus2 bSkillAtk,"SN_SHARPSHOOTING",20; bonus bDelayrate,-10; }
.@r = getrefine();
bonus bBaseAtk,.@r/2*15;
bonus2 bSkillAtk,"RA_ARROWSTORM",12*(.@r/3);
if (.@r>=7) {
bonus bAspdRate,10;
bonus2 bWeaponDamageRate,W_BOW,15;
}
if (.@r>=9) {
bonus bLongAtkRate,12;
bonus bCritAtkRate,10;
}
if (.@r>=11) {
bonus2 bSkillAtk,"SN_SHARPSHOOTING",20;
bonus bDelayrate,-10;
}