Crimson Magic Boots-LT

Item ID 470199 Name Crimson Magic Boots-LT
None
Weapon Level 0 Identifier Wine_Shoes_LT
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 10 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 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 bMdef,15;
bonus bAtkRate,5+(.@r/2);
bonus bMatkRate,5+(.@r/2);
bonus bPAtk,.@r/3;
bonus bSMatk,.@r/3;
bonus bLongAtkDef,5;
bonus2 bSubEle,Ele_Neutral,5;
if (.@r>=11) {
   bonus2 bSubEle,Ele_All,10;
   bonus2 bSubEle,Ele_Neutral,-10;
   if (.@r>=13) {
       bonus bDelayrate,-6;
       bonus bFixedCast,-600;
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bRes,30;
   bonus bMRes,30;
   if (.@g >= ENCHANTGRADE_C) {
       bonus bLongAtkDef,5;
       bonus2 bSubEle,Ele_Neutral,5;
       if (.@g >= ENCHANTGRADE_B) {
           bonus bDelayrate,-4;
           bonus bFixedCast,-200;
           if (.@g >= ENCHANTGRADE_A) {
               bonus2 bSubEle,Ele_All,5;
               if (.@r>=13)
                   bonus bFixedCast,-200;
           }
       }
   }
}

Set Script
Crimson Magic Boots-LT
Garnet Crystal Pendant
Garnet Brooch
.@r = getequiprefinerycnt(EQI_SHOES);
bonus2 bSubEle,Ele_Neutral,3*(.@r/3);
bonus2 bSubEle,Ele_Earth,3*(.@r/4);
bonus2 bSubEle,Ele_Fire,3*(.@r/4);
bonus2 bSubEle,Ele_Water,3*(.@r/4);
bonus2 bSubEle,Ele_Wind,3*(.@r/4);