Phantom Heels

Item ID 470300 Name Phantom Heels
None
Weapon Level 0 Identifier aegis_470300
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)
   bonus bAspdRate,10;
if (.@r>=10)
   bonus bFixedCast,-500;
if (.@r>=12)
   bonus bLongAtkRate,15;

Set Script
Vicious Mind Aura
Phantom Heels
if (readparam(bDex)>=130) {
   bonus bFixedCast,-500;
   autobonus "{ bonus bDex,70; }",15,5000,BF_WEAPON;
}
Rapid Fire
Phantom Heels
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES);
bonus bUnbreakableWeapon;
bonus2 bAddEle,Ele_All,3*getequiprefinerycnt(EQI_SHOES);
if (.@sum>=18) {
   bonus bPerfectHitAddRate,30;
   if (.@sum>=22) {
       bonus2 bAddClass,Class_Boss,25;
   }
}
Falken Shooter
Phantom Heels
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES);
bonus bUnbreakableWeapon;
bonus2 bAddEle,Ele_All,3*getequiprefinerycnt(EQI_SHOES);
if (.@sum>=18) {
   bonus bPerfectHitAddRate,30;
   if (.@sum>=22) {
       bonus2 bSkillCooldown,"RA_ARROWSTORM",-500;
   }
}
Aiming Bow
Phantom Heels
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES);
bonus bUnbreakableWeapon;
bonus2 bAddEle,Ele_All,3*getequiprefinerycnt(EQI_SHOES);
if (.@sum>=18) {
   bonus bPerfectHitAddRate,30;
   if (.@sum>=22) {
       bonus2 bSPDrainRate,20,5;
   }
}
Sharp Star Bow
Phantom Heels
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES);
bonus bUnbreakableWeapon;
bonus2 bSkillAtk,"SN_SHARPSHOOTING",10*getequiprefinerycnt(EQI_SHOES);
if (.@sum>=18) {
   bonus bCritical,50;
   if (.@sum>=22) {
       bonus bAtkRate,25;
   }
}
Wind Gale
Phantom Heels
.@r = getequiprefinerycnt(EQI_SHOES);
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES);
bonus bUnbreakableWeapon;
bonus2 bSkillAtk,"AC_SHOWER",20*.@r;
bonus2 bSkillAtk,"AC_DOUBLE",20*.@r;
if (.@sum>=18) {
   skill "RA_FEARBREEZE",3;
   if (.@sum>=22) {
       bonus2 bSubClass,Class_Boss,25;
   }
}
Scarlet Ribbon
Phantom Heels
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES);
bonus bUnbreakableWeapon;
bonus2 bSkillAtk,"CG_ARROWVULCAN",20*getequiprefinerycnt(EQI_SHOES);
if (.@sum>=18) {
   bonus2 bSkillCooldown,"CG_ARROWVULCAN",-700;
   if (.@sum>=22) {
       bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-1500;
   }
}
Antique Cello
Phantom Heels
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES);
bonus bUnbreakableWeapon;
bonus2 bSkillAtk,"CG_ARROWVULCAN",20*getequiprefinerycnt(EQI_SHOES);
if (.@sum>=18) {
   bonus2 bSkillCooldown,"CG_ARROWVULCAN",-700;
   if (.@sum>=22) {
       bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-1500;
   }
}