Virgo Crown

Item ID 5598 Name Virgo Crown
A magnificent crown created to pay tribute to the 6th sign of the zodiac, Virgo the Virgin. Attached to the crown is a Sapphire gemstone, the birthstone for those born under this sign.
_______________________
DEX +2
Increases Attack Speed (decreases After Attack Delay by 1%).
_______________________
Refine Level +7:
Decreases damage taken from Earth elemental attacks by 5%.
Random chance to increase DEX by 20 for 6 seconds when dealing physical damage.
_______________________
Type: Headgear
Defense: 3
Position: Upper
Weight: 30
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Virgo_Crown
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 3 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 30 Min Equip Level 1
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bDex,2;
bonus bAspdRate,1;
if (getrefine()>6) {
   bonus2 bSubEle,Ele_Earth,5;
   autobonus "{ bonus bDex,20; }",30,6000,BF_MAGIC,"{ specialeffect2 EF_WIND; }";
   autobonus "{ bonus bDex,20; }",30,6000,BF_NORMAL,"{ specialeffect2 EF_WIND; }";
}