ID #18133
Weapon
Lightning Bow [2]
Buy Price: N/A
Sell Price: N/A
A bow with the power of lightning.
It is said that the original performance can be exhibited by regaining the power of the wind.
_______________________
Grants arrows the Wind element for 180 minutes.
_______________________
Increases Physical Damage against enemies of Fish race by 15%.
Increases Physical Damage against enemies of Water elemental by 15%.
_______________________
Refine Level +7:
Increases Physical Damage against enemies of Fish race by additional 10%.
Increases Physical Damage against enemies of Water elemental by additional 10%.
_______________________
Refine Level +9:
Increases Physical Damage against enemies of Fish race by additional 15%.
Increases Physical Damage against enemies of Water elemental by additional 15%.
_______________________
When equipped with Thunder Ring:
Increases Damage against monsters of Fish race by additional 20%.
Increases Damage against Water elemental by additional 20%.
_______________________
Type: Bow
Attack: 120
Weight: 150
Element: Wind
Weapon Level: 3
_______________________
Requirement:
Base Level 50
Archer, Thief and Rogue
It is said that the original performance can be exhibited by regaining the power of the wind.
_______________________
Grants arrows the Wind element for 180 minutes.
_______________________
Increases Physical Damage against enemies of Fish race by 15%.
Increases Physical Damage against enemies of Water elemental by 15%.
_______________________
Refine Level +7:
Increases Physical Damage against enemies of Fish race by additional 10%.
Increases Physical Damage against enemies of Water elemental by additional 10%.
_______________________
Refine Level +9:
Increases Physical Damage against enemies of Fish race by additional 15%.
Increases Physical Damage against enemies of Water elemental by additional 15%.
_______________________
When equipped with Thunder Ring:
Increases Damage against monsters of Fish race by additional 20%.
Increases Damage against Water elemental by additional 20%.
_______________________
Type: Bow
Attack: 120
Weight: 150
Element: Wind
Weapon Level: 3
_______________________
Requirement:
Base Level 50
Archer, Thief and Rogue
Basic Information
Type
Weapon
Weight
1500
Range
5
Job Requirements
Archer
Yes
Bard/Dancer
Yes
Hunter
Yes
Rogue
Yes
Thief
Yes
Requirements
Weapon Level
3
Min Level
50
Scripts
Script .@r = getrefine(); bonus bAtkEle,Ele_Wind; if (.@r>=7) { .@val = 10; if (.@r>=9) .@val += 15; bonus2 bAddEle,Ele_Water,.@val; bonus2 bAddRace,RC_Fish,.@val; }
.@r = getrefine();
bonus bAtkEle,Ele_Wind;
if (.@r>=7) {
.@val = 10;
if (.@r>=9)
.@val += 15;
bonus2 bAddEle,Ele_Water,.@val;
bonus2 bAddRace,RC_Fish,.@val;
}