Flip Hat

Item ID 18705 Name Flip Hat
A hat that looks like an ordinary flower petal, modeled after flip.
_______________________
LUK +2
Perfect Dodge +5
_______________________
Random chance to increase HIT by 30 for 6 seconds when dealing physical damage.
For each Refine Level:
increases the chance.
_______________________
Random chance to auto-cast Level 10 Sonic Blow on the target when dealing physical damage.
For each Refine Level:
increases the chance.
_______________________
Random chance to decreases Variable Casting Time by 30% for 6 seconds when dealing magical damage.
For each Refine Level:
increases the chance.
_______________________
Type: Headgear
Defense: 5
Position: Upper
Weight: 30
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier FlipHat
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 5 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level None
NPC Buy 50,000 Max Equip Level None
NPC Sell 25,000 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bFlee2,5;
bonus bLuk,2;
autobonus "{ bonus bHit,30; }",1+.@r,6000,BF_WEAPON;
autobonus "{ bonus bVariableCastrate,-30; }",1+.@r,6000,BF_MAGIC;
bonus3 bAutoSpell,"AS_SONICBLOW",10,1;