Thunder Sword

Item ID 28708 Name Thunder Sword
A dagger with the power of lightning.
It is said that the original performance can be exhibited by regaining the power of the gale.
_______________________
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: Dagger
Attack: 150
Weight: 100
Element: Wind
Weapon Level: 3
_______________________
Requirement:
Base Level 50
Novice, Swordsman, Magician, Archer, Merchant, Thief, Soul Linker and Ninja
Weapon Level 3 Identifier Dagger_of_Trust
Attack 150 Type Weapon - Dagger
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Novice, Super novice, Swordman, Mage, Archer, Merchant, Thief, Knight, Wizard, Blacksmith, Hunter, Assassin, Crusader, Sage, Rogue, Alchemist, Bard / Dancer, Soul Linker, Ninja, Kagerou / Oboro
Range 1 Equip Gender Both (Male and Female)
Slots 3 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;
if (.@r>=7) {
   .@val = 10;
   if (.@r>=9)
      .@val += 15;
   bonus2 bAddEle,Ele_Water,.@val;
   bonus2 bAddRace,RC_Fish,.@val;
}

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