Gryphon Hat

Item ID 5660 Name Gryphon Hat
A hat that resemble monster Gryphon.
_______________________
AGI +2
_______________________
Refine Level +7:
AGI +2
Refine Level +9:
Increases Physical Damage against enemies of Demon and Undead race by 10%.
_______________________
Type: Headgear
Defense: 1
Position: Upper
Weight: 40
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Gryphon_Hat
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 1 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 40 Min Equip Level 1
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction Can't be dropped
Item Script
if (getrefine()>8) {
   bonus2 bAddRace,RC_Demon,10;
   bonus2 bMagicAddRace,RC_Demon,10;
   bonus2 bAddRace,RC_Undead,10;
   bonus2 bMagicAddRace,RC_Undead,10;
   bonus bAgi,2;
}
else if (getrefine()>6) {
   bonus bAgi,2;
}
bonus bAgi,2;