Owl Viscount Silk Hat

Item ID 5943 Name Owl Viscount Silk Hat
A fashionable silk hat of Owl Viscount.
_______________________
INT +2
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
For each Refine Level:
MATK +7
_______________________
Refine Level +5:
Random chance to Reduces After Attack Delay by 5% for 30 seconds when dealing magical damage.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%) instead.
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 40%) instead.
_______________________
Type: Headgear
Defense: 15
Position: Upper
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Owlviscount_Silk_Hat
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 15 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 50 Min Equip Level 70
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bInt,1;
bonus bAspdRate,10;
.@r = getrefine();
bonus bMatk,7*.@r;
autobonus "{ .@r = getrefine(); bonus bAspdRate,(.@r >= 9 ? 40 : ((.@r >= 7) ? 10 : ((.@r >= 5) ? 5 : 0))); }",20,30000,BF_MAGIC,"{ specialeffect2 EF_SPELLBREAKER; }";