Professor's Mini Glasses

Item ID 410066 Name Professor's Mini Glasses
A mini glass modeled after a girl who earned her doctorate at yuno Academy.
_______________________
Increases Magical damage against monsters of Small, Medium and Large size by 10%.
Decreases damage taken from Players by 5%.
Prevents Sleep status.
_______________________
When Level 5 Psychic Wave is learned:
Decreases Fixed Casting Time of Psychic Wave by 100%.
Decreases skill cooldown of Earth Grave and Diamond Dust by 4 seconds.
_______________________
When Level 5 Extreme Vacuum is learned:
Decreases After Skill Delay by 15%.
_______________________
Type: Headgear
Defense: 2
Position: Middle
Weight: 10
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Professor_MiniGlass
Attack 0 Type Armor
MATK 0 Equip Locations Middle Headgear
Defense 2 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 10 Min Equip Level 100
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable No
Credit Price None Trade restriction None
Item Script
bonus2 bMagicAddSize,Size_All,10;
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bSubRace,RC_Player_Doram,5;
bonus2 bResEff,Eff_Sleep,10000;
if (getskilllv("SO_PSYCHIC_WAVE") == 5) {
   bonus2 bFixedCastrate,"SO_PSYCHIC_WAVE",-100;
   bonus2 bSkillCooldown,"SO_EARTHGRAVE",-4000;
   bonus2 bSkillCooldown,"SO_DIAMONDDUST",-4000;
}
if (getskilllv("SO_VACUUM_EXTREME") == 5)
   bonus bDelayrate,-15;