Thunder Wand

Item ID 1688 Name Thunder Wand
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
Weapon Level 3 Identifier Staff_of_Trust
Attack 160 Type Weapon - Staff
MATK 145 Equip Locations Main Hand
Defense 0 Equippable Jobs Novice, Super novice, Mage, Acolyte, Priest, Wizard, Monk, Sage, Soul Linker
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper None
Weight 100 Min Equip Level 50
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item 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;
}

Set Script
Thunder Wand
Thunder Ring
bonus2 bAddRace,RC_Fish,20;
bonus2 bAddEle,Ele_Water,20;
bonus2 bMagicAddRace,RC_Fish,20;
bonus2 bMagicAddEle,Ele_Water,20;