Meow Meow Meatball Potential Hat

Item ID 400758 Name Meow Meow Meatball Potential Hat
None
Weapon Level 0 Identifier Cat_FF_Hat
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 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 bBaseAtk,15*(.@r/2);
bonus2 bExpAddRace,RC_All,3*(.@r/3);
if (.@r>=7) {
   bonus bCritical,10;
   bonus bPerfectHitAddRate,10;
   if (.@r>=9) {
       bonus bShortAtkRate,15;
       bonus bLongAtkRate,15;
       if (.@r>=11) {
            bonus2 bAddSize,Size_All,20;
            if (.@r>=13) {
                bonus bFixedCast,-300;
            }
       }
   }
}