Sealed Shadow Staff

Item ID 26156 Name Sealed Shadow Staff
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
Weapon Level 4 Identifier Evt_Shadow_Staff_K
Attack 40 Type Weapon - Staff
MATK 155 Equip Locations Main Hand
Defense 0 Equippable Jobs Sage
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper Third, Third Upper, Third Baby
Weight 0 Min Equip Level 99
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item 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;
}