New Wave Sunglasses

Item ID 18813 Name New Wave Sunglasses
A sunglasses that give futuristic feeling.
_______________________
Decreases After Skill Delay by 10%.
_______________________
Type: Headgear
Defense: 0
Position: Middle
Weight: 10
Armor Level: 1
Refineable: No
_______________________
Requirement:
Base Level 30
Weapon Level 0 Identifier New_Wave_Sunglasses
Attack 0 Type Armor
MATK 0 Equip Locations Middle Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 10 Min Equip Level 30
NPC Buy 10 Max Equip Level None
NPC Sell 5 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bDelayrate,-10;

Set Script
New Wave Sunglasses
Phantom Fireball
.@a = (readparam(bPow)/18);
.@b = (readparam(bSta)/18);
.@c = (readparam(bWis)/18);
.@d = (readparam(bSpl)/18);
.@e = (readparam(bCon)/18);
.@f = (readparam(bCrt)/18);
bonus2 bAddRace,RC_All,7*.@a;
bonus2 bMagicAddRace,RC_All,7*.@d;
bonus bBaseAtk,60*.@b;
bonus bMatk,60*.@c;
bonus bAtkRate,4*.@e;
bonus bMatkRate,4*.@e;
bonus bCritAtkRate,7*.@f;
bonus bFixedCast,-50*.@f;