12 Anniversary Crown of Saint

Item ID 19038 Name 12 Anniversary Crown of Saint
A crown to celebrate 12 anniversary, it has a sacred aura.
_______________________
All Basic Stats +2
MDEF +12
_______________________
When equipped with 12th Anniversary Fairy Ears:
Refine Level of 12th Anniversary Crown is +7 or higher:
HIT +12
Critical +12
_______________________
Refine Level of 12th Anniversary Crown is +9 or higher:
MaxHP +1200
MaxSP +120
_______________________
Type: Headgear
Defense: 12
Position: Upper
Weight: 12
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier 12th_Crown
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 12 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 12 Min Equip Level None
NPC Buy 10 Max Equip Level None
NPC Sell 5 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bAllStats,2;
bonus bMdef,12;

Set Script
12 Anniversary Crown of Saint
12 Anniversary Elf Ears
.@r = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_HEAD_MID);
if ((.@r == 7) || (.@r == 8)) {
   bonus bCritical,12;
   bonus bHit,12;
}
if (.@r >= 9) {
   bonus bMaxHP,1200;
   bonus bMaxSP,120;
}