Galaxy Circlet

Item ID 18551 Name Galaxy Circlet
A circlet which has the austere and beauty of the stars.
_______________________
MDEF +5
_______________________
For each Refine Level:
MaxHP +10
MaxSP +10
_______________________
For each 2 Refine Levels:
Decreases damage taken from Earth, Fire and Water elemental attacks by 1%.
_______________________
Type: Headgear
Defense: 3
Position: Upper
Weight: 100
Armor Level: 1
_______________________
Requirement:
Base Level 50
Weapon Level 0 Identifier Galaxy_Circlet
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 5 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 100 Min Equip Level 50
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
.@a = .@r*10;
.@b = .@r/2;
bonus bMdef,5;
bonus bMaxHP,.@a;
bonus bMaxSP,.@a;
bonus2 bSubEle,Ele_Earth,.@b;
bonus2 bSubEle,Ele_Fire,.@b;
bonus2 bSubEle,Ele_Water,.@b;