ID #1688
Weapon
Thunder Wand [2]
Buy Price: N/A
Sell Price: N/A
A staff with the power of lightning.
It is said that the original performance can be exhibited by regaining the power of the wind.
_______________________
MATK +145
_______________________
Refine Level +7:
Increases Magical Damage against monsters of Fish race by 10%.
Increases Magical Damage against Water elemental by 10%.
_______________________
Refine Level +9:
Increases Magical Damage against monsters of Fish race by additional 15%.
Increases Magical Damage against Water elemental by additional 15%.
_______________________
When equipped with Thunder Ring:
Increases Magical Damage against monsters of Fish race by additional 20%.
Increases Magical Damage against Water elemental by additional 20%.
_______________________
Type: One-Handed Staff
Attack: 160
Weight: 100
Element: Wind
Weapon Level: 3
_______________________
Requirement:
Base Level 50
Novice, Acolyte, Magician and Soul Linker
It is said that the original performance can be exhibited by regaining the power of the wind.
_______________________
MATK +145
_______________________
Refine Level +7:
Increases Magical Damage against monsters of Fish race by 10%.
Increases Magical Damage against Water elemental by 10%.
_______________________
Refine Level +9:
Increases Magical Damage against monsters of Fish race by additional 15%.
Increases Magical Damage against Water elemental by additional 15%.
_______________________
When equipped with Thunder Ring:
Increases Magical Damage against monsters of Fish race by additional 20%.
Increases Magical Damage against Water elemental by additional 20%.
_______________________
Type: One-Handed Staff
Attack: 160
Weight: 100
Element: Wind
Weapon Level: 3
_______________________
Requirement:
Base Level 50
Novice, Acolyte, Magician and Soul Linker
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
1000
Range
1
Job Requirements
Acolyte
Yes
Mage
Yes
Monk
Yes
Novice
Yes
Priest
Yes
Sage
Yes
Soul Linker
Yes
Super Novice
Yes
Wizard
Yes
Requirements
Weapon Level
3
Min Level
50
Scripts
Script .@r = getrefine(); bonus bAtkEle,Ele_Wind; bonus bUnbreakableWeapon; if (.@r>=7) { .@val = 10; if (.@r>=9) .@val += 15; bonus2 bMagicAddEle,Ele_Water,.@val; bonus2 bMagicAddRace,RC_Fish,.@val; }
.@r = getrefine();
bonus bAtkEle,Ele_Wind;
bonus bUnbreakableWeapon;
if (.@r>=7) {
.@val = 10;
if (.@r>=9)
.@val += 15;
bonus2 bMagicAddEle,Ele_Water,.@val;
bonus2 bMagicAddRace,RC_Fish,.@val;
}