Asteria's Boots-LT

Item ID 470205 Name Asteria's Boots-LT
None
Weapon Level 0 Identifier Astraea_Shoes_LT
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 25 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 25 Min Equip Level 190
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
.@g = getenchantgrade();
bonus bAllStats,3;
bonus bMdef,10;
if (.@r>=10) {
   if (readparam(bStr)>=100) {
       bonus bMaxHPrate,10;
       bonus bMaxSPrate,10;
       if (readparam(bAgi)>=100) {
           bonus bAspdRate,15;
           if (readparam(bVit)>=100) {
               bonus2 bSubSize,Size_Medium,15;
               if (readparam(bInt)>=100) {
                   bonus bFixedCast,-500;
                   if (readparam(bDex)>=100) {
                       bonus bDelayrate,-7;
                       if (readparam(bLuk)>=100) {
                           bonus bCritical,10;
                           bonus bFlee2,5;
                       }
                   }
               }
           }
       }
   }
}
if (.@r>=13) {
   if (readparam(bPow)>=60) {
       bonus bShortAtkRate,15;
       if (readparam(bSta)>=60) {
           bonus bDelayrate,-8;
           bonus bRes,30;
           if (readparam(bWis)>=60) {
               bonus bDelayrate,-8;
               bonus bMRes,30;
               if (readparam(bSpl)>=60) {
                   bonus2 bMagicAtkEle,Ele_All,15;
                   if (readparam(bCon)>=60) {
                       bonus bLongAtkRate,15;
                       if (readparam(bCrt)>=60) {
                           bonus bHPlus,10;
                           bonus bCRate,10;
                       }
                   }
               }
           }
       }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bRes,30;
   bonus bMRes,30;
}
if (.@g>=ENCHANTGRADE_C) {
   bonus bPAtk,5;
   bonus bSMatk,5;
}
if (.@g>=ENCHANTGRADE_B) {
   bonus2 bAddSize,Size_All,15;
   bonus2 bMagicAddSize,Size_All,15;
}
if (.@g>=ENCHANTGRADE_A) {
   if (.@r>=13) {
       bonus bFixedCast,-500;
   }
}

Set Script
Asteria's Boots-LT
Asteria's Cloak-LT
bonus2 bSubRace,RC_All,10;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
Asteria's Helm-LT
Asteria's Boots-LT
bonus bMaxHP,7000;
bonus bFixedCast,-500;
bonus bFlee2,12;
Asteria's Boots-LT
Asteria's Ring-LT
bonus bShortAtkRate,10;
bonus bLongAtkRate,10;
bonus2 bMagicAtkEle,Ele_All,10;
bonus bDelayrate,-8;
bonus bMaxHPrate,8;
bonus bMaxSPrate,8;
if (getequiprefinerycnt(EQI_SHOES)>=13) {
   bonus2 bSubSize,Size_All,5;
   bonus2 bMagicSubSize,Size_All,5;
   bonus2 bSubRace,RC_DemiHuman,3;
   bonus2 bSubRace,RC_Player_Doram,3;
   bonus2 bSubRace,RC_Player_Human,3;
}
Asteria's Armor-LT
Asteria's Boots-LT
Asteria's Cloak-LT
bonus bAllStats,3;
bonus bMaxHPrate,15;
bonus2 bSubSize,Size_All,10;
if (getenchantgrade(EQI_GARMENT)>=ENCHANTGRADE_A && getenchantgrade(EQI_SHOES)>=ENCHANTGRADE_A) {
   bonus2 bResEff,Eff_Freeze,10000;
   bonus2 bResEff,Eff_Stone,10000;
   bonus2 bResEff,Eff_Stun,10000;
   bonus2 bResEff,Eff_Sleep,10000;
   bonus2 bResEff,Eff_Curse,10000;
}