Musketeer Hat

Item ID 5469 Name Musketeer Hat
"One for all and all for one" is inscribed on the inside of this extravagant hat.
_______________________
DEX +3
FLEE +3
_______________________
Refine Level +7:
FLEE +3
Increases Ranged Physical Damage by 3%.
_______________________
Refine Level +9:
FLEE +4
Increases Ranged Physical Damage by 5%.
_______________________
Type: Headgear
Defense: 4
Position: Upper
Weight: 30
Armor Level: 1
_______________________
Requirement:
Base Level 60
Weapon Level 0 Identifier Noble_Hat
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 4 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level 60
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction Can't be dropped
Item Script
bonus bDex,3;
bonus bFlee,3;
.@r = getrefine();
if (.@r>=7) {
   bonus bFlee,3;
   bonus bLongAtkRate,3;
}
if (.@r>=9) {
   bonus bFlee,4;
   bonus bLongAtkRate,2;
}