Feather Shield

Item ID 460003 Name Feather Shield
A shield as light as a feather.
It'll even make you feel lighter.
_______________________
Increases Attack Speed (decreases After Attack Delay by 4%).
Decreases After Skill Delay by 4%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by additional 4%).
Decreases After Skill Delay by additional 4%.
_______________________
Refine Level +8:
ATK +50, MATK +50.
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by additional 4%).
Decreases After Skill Delay by additional 4%.
_______________________
Type: Shield
Defense: 150
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 90
Weapon Level 0 Identifier Feather_Shield
Attack 0 Type Armor
MATK 0 Equip Locations Off Hand
Defense 150 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 40 Min Equip Level 90
NPC Buy 200,000 Max Equip Level None
NPC Sell 100,000 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bAspdRate,(.@r>=9?12:(.@r>=7?8:4));
bonus bDelayrate,-(.@r>=9?12:(.@r>=7?8:4));
if (.@r>=8) {
   bonus bBaseAtk,50;
   bonus bMatk,50;
}