Flower Hat

Item ID 18993 Name Flower Hat
A pink flower hat enchanted with magical powers so cute it weakens other humans' attacks.
_______________________
FLEE +2
MATK +5%
_______________________
Decreases damage taken from Demi-Human race by 5%.
_______________________
For each Refine Level above +12:
MATK +10
MaxSP +10
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 30
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Flower_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 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bDex,3;
bonus bInt,2;
bonus bFlee,-2;
bonus bFixedCastrate,-5;
if (.@r>=12) {
   .@b += (.@r-12)*10;
}
bonus bMatk,.@b;
bonus bMaxSP,.@b;