Cancer Mail

Item ID 15412 Name Cancer Mail
None
Weapon Level 0 Identifier Cancer_Mail_J
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 100 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 100 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 bUnbreakableArmor;
bonus bMdef,5;
bonus bBaseAtk,50;
bonus bFlee,20;
bonus bMaxHP,1000;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Blacksmith) {
   bonus bBaseAtk,80;
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   if (.@r>=8)
      bonus2 bSubSkill,"NPC_CRITICALSLASH",100;
}

Set Script
Cancer Mail
Cancer Manteau
Cancer Shoes
bonus bMaxHP,2000;
bonus bMaxSP,200;
bonus2 bResEff,Eff_Freeze,10000;
Zodiac
Cancer Mail
.@r = getequiprefinerycnt(EQI_ARMOR);
if (eaclass()&EAJL_THIRD && BaseJob == Job_Blacksmith)
   bonus bAtkRate,3*.@r;