Gemini Diadem

Item ID 5569 Name Gemini Diadem
A magnificent Diadem created to pay tribute to the 3rd sign of the zodiac, Gemini the Twins.
Attached to the crown is an Alexandrite gemstone, the birthstone for those born under this sign.
_______________________
DEX +2
_______________________
Decreases After Skill Delay by 2%.
_______________________
Decreases damage taken from Wind elemental attacks by 5%.
_______________________
Refine Level +7:
DEX +1
MATK +30
_______________________
Type: Headgear
Defense: 3
Position: Upper
Weight: 30
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Gemini_Diadem
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 3 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level None
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction Can't be dropped
Item Script
bonus2 bSubEle,Ele_Wind,5;
bonus bDelayrate,-2;
if (getrefine()>6) {
   bonus bDex,1;
   bonus bMatk,30;
}
bonus bDex,2;

Set Script
Zodiac
Gemini Diadem
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if ((eaclass()&EAJL_THIRD) && (BaseJob == Job_Bard || BaseJob == Job_Dancer))
   bonus bPerfectHitAddRate,2*.@r;