Ghost Galoshes

Item ID 470317 Name Ghost Galoshes
None
Weapon Level 0 Identifier aegis_470317
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 bMatkRate,5;
bonus bMaxHPrate,7;
bonus bMaxSPrate,7;
if (.@r>=8) {
   bonus2 bMagicAddRace,RC_All,15;
   if (.@r>=10) {
       bonus bFixedCast,-500;
       if (.@r>=12) {
            bonus bInt,10;
            bonus bDex,10;
            bonus2 bMagicAddEle,Ele_All,15;
       }
   }
}

Set Script
Vicious Mind Aura
Ghost Galoshes
if (readparam(bInt)>=130) {
   bonus bFixedCast,-500;
   autobonus "{ bonus bInt,70; }",15,5000,BF_MAGIC;
}
Farthezan
Ghost Galoshes
.@eq = getequiprefinerycnt(EQI_SHOES);
.@weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bUnbreakableWeapon;
bonus2 bMagicAddRace,RC_All,2*.@eq;
if ((.@eq + .@weapon) >= 18) {
   bonus4 bAutoSpellOnSkill,"LG_RAYOFGENESIS","AB_ORATIO",10,80;
   if ((.@eq + .@weapon) >= 22) {
       bonus2 bSkillCooldown,"LG_RAYOFGENESIS",-1500;
   }
}
Staff of Miracle
Ghost Galoshes
.@eq = getequiprefinerycnt(EQI_SHOES);
.@weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bMagicAddClass,Class_Boss,10;
bonus2 bMagicAddRace,RC_All,2*.@eq;
if ((.@eq + .@weapon) >= 18) {
   bonus bDelayrate,-15;
   if ((.@eq + .@weapon) >= 22) {
       bonus2 bSkillCooldown,"WL_TELEKINESIS_INTENSE",-30000;
   }
}
Adorare Staff
Ghost Galoshes
.@eq = getequiprefinerycnt(EQI_SHOES);
.@weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bMagicAddClass,Class_Boss,20;
bonus2 bMagicAddRace,RC_All,2*.@eq;
if ((.@eq + .@weapon) >= 18) {
   bonus2 bSkillCooldown,"AB_ADORAMUS",-300;
   if ((.@eq + .@weapon) >= 22) {
       bonus bNoGemStone;
   }
}
Penitentia
Ghost Galoshes
.@eq = getequiprefinerycnt(EQI_SHOES);
.@weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bAspdRate,10;
bonus2 bMagicAddRace,RC_All,2*.@eq;
if ((.@eq + .@weapon) >= 18) {
   bonus2 bSkillCooldown,"PR_MAGNUS",-4000;
   if ((.@eq + .@weapon) >= 22) {
       bonus4 bAutoSpellOnSkill,"AB_JUDEX","AB_VITUPERATUM",4,80;
   }
}