ID #26159
Weapon
Psychic Spear Rod [2]
Buy Price: N/A
Sell Price: N/A
Wand that allows you to handle the supernatural magical powers more proficiently.
_______________________
MATK +180
_______________________
Indestructible in battle
_______________________
Increases Magical Damage with Neutral and Wind element by 5%.
_______________________
For each Refine Level:
MATK +4
_______________________
Refine Level +9:
Increases damage of Psychic Wave by 30%.
_______________________
Refine Level +11:
Decreases Varetyr Spear skill cooldown by 2 seconds.
_______________________
Type: One-Handed Staff
Attack: 120
Weight: 80
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Sorcerer
_______________________
MATK +180
_______________________
Indestructible in battle
_______________________
Increases Magical Damage with Neutral and Wind element by 5%.
_______________________
For each Refine Level:
MATK +4
_______________________
Refine Level +9:
Increases damage of Psychic Wave by 30%.
_______________________
Refine Level +11:
Decreases Varetyr Spear skill cooldown by 2 seconds.
_______________________
Type: One-Handed Staff
Attack: 120
Weight: 80
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Sorcerer
Available from boxes
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
800
Range
1
Job Requirements
Sage
Yes
Requirements
Weapon Level
4
Min Level
170
Scripts
Script .@r = getrefine(); bonus bMatk,4*.@r; bonus bUnbreakableWeapon; bonus2 bMagicAtkEle,Ele_Wind,5; bonus2 bMagicAtkEle,Ele_Neutral,5; if (.@r >= 9) { bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",30; } if (.@r >= 11) { bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-2000; }
.@r = getrefine();
bonus bMatk,4*.@r;
bonus bUnbreakableWeapon;
bonus2 bMagicAtkEle,Ele_Wind,5;
bonus2 bMagicAtkEle,Ele_Neutral,5;
if (.@r >= 9) {
bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",30;
}
if (.@r >= 11) {
bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-2000;
}