Sagittarius Diadem

Item ID 5740 Name Sagittarius Diadem
A magnificent diadem created to pay tribute to the 9th sign of the zodiac, Sagittarius the Archer.
Attached to the crown is a Zircon gemstone, the birthstone for those born under this sign.
_______________________
DEX +2
MDEF +3
_______________________
Decreases damage taken from Fire elemental attacks by 7%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by 3%.
_______________________
Refine Level +8:
Random chance to auto-cast Level 1 Sightrasher when dealing magical damage.
_______________________
Refine Level +9:
Decreases Variable Casting Time by 2%.
_______________________
Refine Level +10:
MATK +4%
_______________________
Type: Headgear
Defense: 3
Position: Uppper
Weight: 30
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Sagittarius_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 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 bMdef,3;
bonus2 bSubEle,Ele_Fire,7;
.@r = getrefine();
if (.@r>6) {
   bonus bVariableCastrate,-3;
}
if (.@r>7) {
   bonus5 bAutoSpell,"WZ_SIGHTRASHER",1,5,BF_MAGIC,0;
}
if (.@r>8) {
   bonus bVariableCastrate,-2;
}
if (.@r>9) {
   bonus bMatkRate,4;
}