The Meow Family's Paycheck

Item ID 400086 Name The Meow Family's Paycheck
None
Weapon Level 0 Identifier 2020maypay_04
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 20 Equippable Jobs Summoner
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 20 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bBaseAtk,7*.@r;
bonus bMatk,7*.@r;
bonus bLongAtkRate,3*(.@r/3);
bonus bMatkRate,3*(.@r/3);
if (.@r>=7) {
   bonus2 bAddRace,RC_All,7;
   bonus2 bMagicAddRace,RC_All,7;
}
if (.@r>=9) {
   bonus2 bSkillCooldown,"SU_LUNATICCARROTBEAT",-500;
   bonus2 bSkillCooldown,"SU_NYANGGRASS",-30000;
   if (getskilllv("SU_SPIRITOFSEA") == 1) {
       bonus5 bAutoSpell,"SU_LUNATICCARROTBEAT",5,10,BF_SHORT|BF_LONG,1;
       bonus5 bAutoSpell,"SU_CN_METEOR",5,10,BF_SHORT|BF_LONG,1;
   }
}
if (.@r>=11)
   bonus bDelayrate,-10;
if (.@r>=12) {
   if (getskilllv("SU_SPIRITOFSEA") == 1)
       skill "CR_REFLECTSHIELD",5;
}