Pink Shampoo Hat

Item ID 400679 Name Pink Shampoo Hat
None
Weapon Level 0 Identifier aegis_400679
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 18 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 100 Min Equip Level 90
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMdef,15;
bonus bDef,50*.@r;
skill "AL_PNEUMA",1;
if (.@r>=5) {
   bonus bDelayrate,-10;
   bonus bMaxHPrate,20;
   bonus bMaxSPrate,20;
   bonus2 bSubRace,RC_All,10;
   if (.@r>=9) {
       bonus bDelayrate,-10;
       bonus2 bVariableCastrate,"SL_KAIZEL",-50;
       bonus2 bVariableCastrate,"SL_KAUPE",-50;
       bonus2 bSubRace,RC_All,10;
       if (.@r>=11) {
            bonus bDelayrate,-10;
            bonus2 bVariableCastrate,"SL_KAIZEL",-50;
            bonus2 bVariableCastrate,"SL_KAUPE",-50;
       }
   }
}