ID #1444
Weapon
Thunder Spear [3]
Buy Price: N/A
Sell Price: N/A
A spear imbued with the power of lightning.
_______________________
Refine Level +7:
Increases Physical Damage against enemies of Fish and Water elemental by 10%
_______________________
Refine Level +9:
Increases Physical Damage against enemies of Fish and Water elemental by 15%.
_______________________
Type: One-Handed Spear
Attack: 140
Weight: 200
Element: Wind
Weapon Level: 3
_______________________
Requirement:
Base Level 50
Swordman classes
_______________________
Refine Level +7:
Increases Physical Damage against enemies of Fish and Water elemental by 10%
_______________________
Refine Level +9:
Increases Physical Damage against enemies of Fish and Water elemental by 15%.
_______________________
Type: One-Handed Spear
Attack: 140
Weight: 200
Element: Wind
Weapon Level: 3
_______________________
Requirement:
Base Level 50
Swordman classes
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
2000
Range
3
Job Requirements
Crusader
Yes
Knight
Yes
Swordsman
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;
}