[Not For Sale] Enforcer Shoes

Item ID 470281 Name [Not For Sale] Enforcer Shoes
None
Weapon Level 0 Identifier aegis_470281
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 12 Equippable Jobs Assassin
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper Upper, Third, Third Upper, Third Baby
Weight 40 Min Equip Level 90
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
.@r = getrefine();
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus bMdef,10;
skill "BS_MAXIMIZE",1;
bonus2 bSkillUseSP,"ASC_METEORASSAULT",8;
if (.@r>=5) {
   bonus bMaxHPrate,7;
   bonus bMaxSPrate,7;
   bonus2 bSkillAtk,"ASC_METEORASSAULT",BaseLevel;
   if (.@r>=7) {
       bonus bMaxHPrate,10;
       bonus bMaxSPrate,10;
       if (.@r>=9) {
            bonus bAtkRate,4*getskilllv("TF_POISON");
            bonus2 bVariableCastrate,"ASC_METEORASSAULT",-5*getskilllv("AS_CLOAKING");
            if (.@r>=12) {
                bonus2 bSkillAtk,"ASC_METEORASSAULT",30*getskilllv("AS_POISONREACT");
                bonus2 bIgnoreDefRaceRate,RC_All,5*getskilllv("ASC_EDP");
            }
       }
   }
}