Scorpio Shoes

Item ID 22233 Name Scorpio Shoes
None
Weapon Level 0 Identifier Scorpio_Shoes_J
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 25 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 40 Min Equip Level None
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r  = getrefine();
bonus bMdef,5;
bonus bBaseAtk,50;
bonus bAspdRate,10;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin) {
   bonus bBaseAtk,80;
   bonus bFlee,50;
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   bonus2 bSkillAtk,"GC_ROLLINGCUTTER",500;
   if (.@r>=8)
      bonus2 bSkillCooldown,"GC_DARKILLUSION",-1500;
}

Set Script
Scorpio Mail
Scorpio Manteau
Scorpio Shoes
bonus bMaxHP,2000;
bonus bMaxSP,200;
bonus2 bSubEle,Ele_Fire,50;
bonus2 bSubEle,Ele_Water,50;
bonus2 bSubEle,Ele_Wind,50;
bonus2 bSubEle,Ele_Earth,50;
bonus2 bResEff,Eff_Freeze,10000;
Zodiac
Scorpio Shoes
.@r = getequiprefinerycnt(EQI_SHOES);
if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin)
   bonus2 bSkillCooldown,"GC_DARKILLUSION",-500*(.@r/2);