Lion Model Hat

Item ID 18931 Name Lion Model Hat
A hat shaped like the predatory feline mammal that is popularly known as the king of the beasts.
_______________________
INT +2
_______________________
Random chance to auto-cast Level 5 Meteor Storm when receiving physical damage.
_______________________
Refine Level +8:
INT +1
_______________________
For each 2 Refine Level above +8:
INT +1
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 30
Armor Level: 1
_______________________
Requirement:
Base Level 30
Weapon Level 0 Identifier Lion_Model_Hat
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 10 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level 30
NPC Buy 10 Max Equip Level None
NPC Sell 5 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bInt,2+((.@r >= 2 && .@r <= 8) ? 1 : ((.@r > 8) ? (.@r/8): 0));
bonus3 bAutoSpellWhenHit,"WZ_METEOR",5,5;