Splash Cat Hat

Item ID 400077 Name Splash Cat Hat
None
Weapon Level 0 Identifier Cat_Shampoo_Hat
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 18 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 100 Min Equip Level 100
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bUnbreakableHelm;
.@r = getrefine();
bonus bMdef,15;
bonus bMaxHPrate,20;
bonus bMaxSPrate,20;
if (getskilllv("SU_SPIRITOFSEA") >= 1)
   skill "AL_PNEUMA",1;
if (getskilllv("SU_SHRIMPARTY") >= 5) {
   bonus bMaxHPrate,30;
   bonus bMaxSPrate,30;
}
if (getskilllv("SU_GROOMING") >= 5) {
   bonus2 bResEff,Eff_Confusion,10000;
   bonus2 bResEff,Eff_Silence,10000;
}
bonus bHealPower2,20*getskilllv("SU_PURRING");
bonus bDef,50*.@r;
if (.@r >= 7) {
   bonus bDelayrate,-10;
   bonus2 bVariableCastrate,"SU_STOOP",-50;
   bonus2 bVariableCastrate,"SU_LOPE",-50;
   bonus2 bSubClass,Class_Boss,10;
}
if (.@r >= 9) {
   bonus bDelayrate,-10;
   bonus2 bVariableCastrate,"SU_STOOP",-50;
   bonus2 bVariableCastrate,"SU_LOPE",-50;
   bonus2 bSubClass,Class_Boss,10;
}
if (.@r >= 10)
   autobonus3 "{ bonus bFlee2,100; }",1000,3000,"SU_TUNAPARTY";