ID #5660
Armor
Gryphon Hat [1]
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
400
Defense
1
Requirements
Armor Level
1
Min Level
1
Scripts
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;
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;