Mystery Witch Hat

Item ID 18883 Name Mystery Witch Hat
Wearing this hat, it seems to control myself by Black Witch's magic.
_______________________
All Basic Stats +3
_______________________
Increases recovery amount gained from Mastela Fruit by 30%.
_______________________
Refine Level +10:
FLEE +2
ASPD +1
_______________________
Refine Level +14:
FLEE +2
ASPD +1
_______________________
Type: Headgear
Defense: 7
Position: Upper
Weight: 40
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Black_Witch_Hat
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 7 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 40 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bAllStats,3;
bonus2 bAddItemHealRate,522,30;
if (.@r>=10) {
   bonus bFlee,2;
   bonus bAspd,1;
}
if (.@r>=14) {
   bonus bFlee,2;
   bonus bAspd,1;
}