12 Anniversary Elf Ears

Item ID 19039 Name 12 Anniversary Elf Ears
A fairy ears to celebrate 12 anniversary with sacred aura all over it.
_______________________
Decreases damage taken from all monsters, except player, by 4%.
_______________________
When equipped with 12th Anniversary Crown:
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: 0
Position: Middle
Weight: 12
Armor Level: 1
Refineable: No
_______________________
Requirement: None
Weapon Level 0 Identifier 12th_ElvenEars
Attack 0 Type Armor
MATK 0 Equip Locations Middle Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 12 Min Equip Level None
NPC Buy 10 Max Equip Level None
NPC Sell 5 Refineable No
Credit Price None Trade restriction None
Item Script
bonus2 bSubRace,RC_All,4;
bonus2 bSubRace,RC_Player_Human,-4;
bonus2 bSubRace,RC_Player_Doram,-4;

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;
}