Mercury Riser

Item ID 18597 Name Mercury Riser
Created for military purpose, this hat boosts your fighting abilities.
_______________________
Critical +3
_______________________
Increases Attack Speed (decreases After Attack Delay by 3%).
_______________________
Refine Level +7:
Critical +2
Increases Attack Speed (decreases After Attack Delay by 2%).
_______________________
Refine Level +9:
Critical +2
Increases Attack Speed (decreases After Attack Delay by 2%).
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 70
Weapon Level 0 Identifier Mercury_Helm
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 10 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 40 Min Equip Level 70
NPC Buy 40 Max Equip Level None
NPC Sell 20 Refineable Yes
Credit Price None Trade restriction Can't be dropped
Item Script
bonus bAspdRate,3;
bonus bCritical,3;
.@r = getrefine();
if (.@r >= 7) {
   bonus bAspdRate,2;
   bonus bCritical,2;
}
if (.@r >= 9) {
   bonus bAspdRate,2;
   bonus bCritical,2;
}