Boosting Boots Type C

Item ID 470252 Name Boosting Boots Type C
None
Weapon Level 0 Identifier Z_Boost_Set3_Boots_01
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 23 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bSPrecovRate,25;
if (.@r>=7) {
   bonus bAtkRate,1;
   bonus bMatkRate,1;
   if (.@r>=9) {
       bonus2 bAddSize,Size_All,3;
       bonus2 bMagicAddSize,Size_All,3;
   }
}

Set Script
Boosting Mail Type C
Boosting Boots Type C
Boosting Cloak Type C
if ((getequiprefinerycnt(EQI_ARMOR) + getequiprefinerycnt(EQI_GARMENT) + getequiprefinerycnt(EQI_SHOES)) >= 27) {
   bonus bBaseAtk,30;
   bonus bMatk,30;
   bonus bAtkRate,5;
   bonus bMatkRate,5;
   bonus bVariableCastrate,-10;
   bonus bFixedCastrate,-20;
}