Patent Narcissus Bow [2]
The aura, which became more intense, began to show its natural ability.
It resonates with Great Hero's Boots.
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
For each 3 Refine Levels:
Increases Ranged Physical Damage by 4%.
_______________________
Refine Level +7:
Decreases Severe Rainstorm skill cooldown by 2 seconds.
_______________________
Refine Level +9:
Increases damage of Severe Rainstorm by 15%.
_______________________
Refine Level +11:
Increases damage of Severe Rainstorm by additional 10%.
Increases Ranged Physical Damage by additional 15%.
_______________________
When equipped with Great Hero's Boots:
DEX +10
Increases Ranged Physical Damage by additional 5%.
_______________________
Type: Bow
Attack: 210
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 150
3rd Archer classes 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_4
Basic Information
Job Requirements
Requirements
Scripts
Script .@r = getrefine(); bonus bBaseAtk,.@r/2*15; bonus bLongAtkRate,.@r/3*4; if (.@r>=7) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; } if (.@r>=9) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; } if (.@r>=11) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; bonus2 bWeaponDamageRate,W_BOW,15; }
.@r = getrefine();
bonus bBaseAtk,.@r/2*15;
bonus bLongAtkRate,.@r/3*4;
if (.@r>=7) {
bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000;
}
if (.@r>=9) {
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15;
}
if (.@r>=11) {
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10;
bonus2 bWeaponDamageRate,W_BOW,15;
}