Asteria's Boots

Item ID 22167 Name Asteria's Boots
None
Weapon Level 0 Identifier Astraea_Shoes
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 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@str = readparam(bStr);
.@agi = readparam(bAgi);
.@vit = readparam(bVit);
.@int = readparam(bInt);
.@dex = readparam(bDex);
.@luk = readparam(bLuk);
bonus bAllStats,1;
if(getrefine()>=10) {
   if (.@str>=100) {
      if (.@str>=120) {
         bonus bMaxHPrate,7;
         bonus bMaxSPrate,7;
      }
      else {
         bonus bMaxHPrate,5;
         bonus bMaxSPrate,5;
      }
   }
   if (.@agi>=100) {
      if (.@agi>=120)
         bonus bAspd,1;
      else
         bonus bAspdRate,8;
   }
   if (.@vit>=100) {
      if (.@vit>=120)
         bonus2 bAddSize,Size_Medium,15;
      else
         bonus2 bAddSize,Size_Medium,10;
   }
   if (.@int>=100) {
      if (.@int>=120)
         bonus bFixedCast,-500;
      else
         bonus bFixedCastrate,-30;
   }
   if (.@dex>=100) {
      if (.@dex>=120)
         bonus bDelayrate,-5;
      else
         bonus bDelayrate,-3;
   }
   if (.@luk>=100) {
      if (.@luk>=120) {
         bonus bCritical,7;
         bonus bFlee2,1;
      }
      else
         bonus bCritical,5;
   }
}

Set Script
Asteria's Armor
Asteria's Cloak
Asteria's Boots
.@r = getequiprefinerycnt(EQI_ARMOR) + getequiprefinerycnt(EQI_GARMENT) + getequiprefinerycnt(EQI_SHOES);
bonus bAllStats,3;
bonus bMaxHPrate,15;
bonus2 bSubSize,Size_Medium,5;
if (.@r >= 45) {
   bonus2 bResEff,Eff_Freeze,10000;
}
Asteria's Armor
Asteria's Cloak
Asteria's Boots
Asteria's Ring
Asteria's Helm
.@r = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_ARMOR) + getequiprefinerycnt(EQI_GARMENT) + getequiprefinerycnt(EQI_SHOES);
if (BaseClass == Job_Arch_Bishop && .@r >= 48) {
   skill "MG_ENERGYCOAT",1;
}
Asteria's Cloak
Asteria's Boots
bonus bAllStats,1;
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus2 bSubRace,RC_All,10;
Asteria's Boots
Asteria's Ring
bonus bMaxHPrate,8;
bonus bMaxSPrate,8;
bonus bDelayrate,-5;
Asteria's Boots
Asteria's Helm
bonus bFlee2,10;
bonus bFixedCast,-500;