ID #26156
Weapon
Sealed Shadow Staff [2]
Buy Price: N/A
Sell Price: N/A
An old cane used by ancient heroes.
_______________________
MATK +155
_______________________
Indestructible in battle
_______________________
For each 2 Refine Levels:
MATK +10
_______________________
For each 3 Refine Levels:
Increases damage of Earth Grave by 12%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Decreases Psychic Wave skill cooldown by 1 second.
_______________________
Type: One-Handed Staff
Attack: 40
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 99
Sorcerer
_______________________
MATK +155
_______________________
Indestructible in battle
_______________________
For each 2 Refine Levels:
MATK +10
_______________________
For each 3 Refine Levels:
Increases damage of Earth Grave by 12%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Decreases Psychic Wave skill cooldown by 1 second.
_______________________
Type: One-Handed Staff
Attack: 40
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 99
Sorcerer
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Range
1
Job Requirements
Sage
Yes
Requirements
Weapon Level
4
Min Level
99
Scripts
Script .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatk,10*(.@r/2); bonus2 bSkillAtk,"SO_EARTHGRAVE",12*(.@r/3); if (.@r>=7) { bonus bVariableCastrate,-10; } if (.@r>=9) { bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1000; }
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatk,10*(.@r/2);
bonus2 bSkillAtk,"SO_EARTHGRAVE",12*(.@r/3);
if (.@r>=7) {
bonus bVariableCastrate,-10;
}
if (.@r>=9) {
bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1000;
}