Phantom Combat Boots

Item ID 470295 Name Phantom Combat Boots
None
Weapon Level 0 Identifier Lethargy_Shoes_BR
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 20 Min Equip Level 170
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bAtkRate,5;
bonus bMaxHPrate,7;
bonus bMaxSPrate,7;
if (.@r>=8)
   bonus bLongAtkRate,10;
if (.@r>=10)
   bonus bFixedCast,-500;
if (.@r>=12)
   bonus bShortAtkRate,15;

Set Script
Vicious Mind Aura
Phantom Combat Boots
if (readparam(bStr)>=130) {
   bonus bFixedCast,-500;
   autobonus "{ bonus bStr,70; }",15,5000,BF_WEAPON;
}
Dedicated Bandage
Phantom Combat Boots
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES);
bonus bUseSPrate,-10;
bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",5*getequiprefinerycnt(EQI_SHOES);
if (.@sum>=18) {
   bonus2 bSPDrainRate,20,3;
   if (.@sum>=22) {
       bonus2 bSkillCooldown,"SR_EARTHSHAKER",-1000;
       bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-1000;
   }
}
Raging Dragon Fist
Phantom Combat Boots
.@r = getequiprefinerycnt(EQI_SHOES);
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES);
bonus bPerfectHitAddRate,30;
bonus2 bSkillAtk,"SR_DRAGONCOMBO",5*.@r;
bonus2 bSkillAtk,"SR_FALLENEMPIRE",5*.@r;
bonus2 bSkillAtk,"SR_TIGERCANNON",5*.@r;
if (.@sum>=18) {
   bonus bMaxHP,5000;
   if (.@sum>=22) {
       bonus2 bSkillCooldown,"SR_TIGERCANNON",-1000;
       bonus2 bSkillCooldown,"SR_FLASHCOMBO",-1000;
   }
}
Bright Pendulum
Phantom Combat Boots
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES);
bonus bNoCastCancel;
bonus2 bSkillAtk,"MO_EXTREMITYFIST",10*getequiprefinerycnt(EQI_SHOES);
if (.@sum>=18) {
   bonus bMaxSP,2500;
   if (.@sum>=22) {
       bonus2 bAddClass,Class_Boss,30;
   }
}