Phantom Boots

Item ID 470294 Name Phantom Boots
None
Weapon Level 0 Identifier aegis_470294
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 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)
   bonus2 bAddSize,Size_All,10;
if (.@r>=10)
   bonus bFixedCast,-500;
if (.@r>=12)
   bonus bShortAtkRate,15;

Set Script
Vicious Mind Aura
Phantom Boots
if (readparam(bStr)>=130) {
   bonus bFixedCast,-500;
   autobonus "{ bonus bStr,70; }",15,5000,BF_WEAPON;
}
Volar
Phantom Boots
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES);
bonus2 bAddRace,RC_All,15;
bonus bCritAtkRate,3*getequiprefinerycnt(EQI_SHOES);
if (.@sum>=18) {
   bonus2 bVariableCastrate,"RK_IGNITIONBREAK",-100;
   if (.@sum>=22) {
       bonus2 bHPDrainRate,1000,1;
   }
}
Harve
Phantom Boots
.@r = getequiprefinerycnt(EQI_SHOES);
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES);
bonus2 bAddRace,RC_All,15;
bonus2 bSkillAtk,"LG_EARTHDRIVE",3*.@r;
bonus2 bSkillAtk,"LG_SHIELDPRESS",3*.@r;
if (.@sum>=18) {
   bonus2 bVariableCastrate,"LG_EARTHDRIVE",-100;
   if (.@sum>=22) {
       bonus2 bSkillCooldown,"LG_EARTHDRIVE",-2000;
   }
}
Gene Rod
Phantom Boots
.@r = getequiprefinerycnt(EQI_SHOES);
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES);
bonus2 bAddRace,RC_All,15;
bonus2 bSkillAtk,"GN_HELLS_PLANT",3*.@r;
bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",3*.@r;
if (.@sum>=18) {
   bonus2 bVariableCastrate,"GN_CRAZYWEED",-100;
   if (.@sum>=22) {
       bonus2 bSkillCooldown,"GN_CRAZYWEED",-1000;
   }
}