Elephant Model Hat

Item ID 18929 Name Elephant Model Hat
A hat that is shaped like the biggest land mammal.
_______________________
DEX +2
_______________________
Random chance to auto-cast Level 5 Storm Gust when receiving physical damage.
_______________________
Refine Level +8:
DEX +1
_______________________
For each 2 Refine Level above +8:
DEX +1
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 30
Armor Level: 1
_______________________
Requirement:
Base Level 30
Weapon Level 0 Identifier Elephant_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 bDex,2+((.@r >= 2 && .@r <= 8) ? 1 : ((.@r > 8) ? (.@r/8): 0));
bonus3 bAutoSpellWhenHit,"WZ_STORMGUST",5,5;