ID #18183
Weapon
Sealed Narcissus Bow [2]
Buy Price: N/A
Sell Price: N/A
A bow that contains the history of ancient war hero.
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
For each 3 Refine Levels:
Increases Ranged Physical Damage by 4%.
_______________________
Refine Level +7:
Increases damage of Severe Rainstorm by 10%.
_______________________
Refine Level +9:
Decreases Severe Rainstorm skill cooldown by 2 seconds.
_______________________
Type: Bow
Attack: 180
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 99
3rd Archer classes and Shadow Chaser
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
For each 3 Refine Levels:
Increases Ranged Physical Damage by 4%.
_______________________
Refine Level +7:
Increases damage of Severe Rainstorm by 10%.
_______________________
Refine Level +9:
Decreases Severe Rainstorm skill cooldown by 2 seconds.
_______________________
Type: Bow
Attack: 180
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 99
3rd Archer classes and Shadow Chaser
Basic Information
Type
Weapon
Range
5
Job Requirements
Archer
Yes
Bard/Dancer
Yes
Hunter
Yes
Rogue
Yes
Requirements
Weapon Level
4
Min Level
99
Scripts
Script .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus bLongAtkRate,4*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; } if (.@r>=9) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; }
.@r = getrefine();
bonus bBaseAtk,10*(.@r/2);
bonus bLongAtkRate,4*(.@r/3);
if (.@r>=7) {
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10;
}
if (.@r>=9) {
bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000;
}