Gemini Mail

Item ID 450130 Name Gemini Mail
None
Weapon Level 0 Identifier Gemini_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 bMatk,50;
bonus bMaxHP,1000;
bonus bDelayrate,-10;
if ((eaclass()&EAJL_THIRD) && (BaseJob == Job_Bard || BaseJob == Job_Dancer)) {
   bonus bBaseAtk,80;
   bonus bMatk,80;
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   if (.@r>=8) {
      bonus bAtkRate,30;
      bonus bMatkRate,30;
   }
}

Set Script
Gemini Mail
Gemini Manteau
Gemini Shoes
bonus bMaxHP,2000;
bonus bMaxSP,200;
bonus2 bSkillAtk,"CG_ARROWVULCAN",200;
bonus2 bSubEle,Ele_Fire,50;
bonus2 bSubEle,Ele_Water,50;
bonus2 bSubEle,Ele_Wind,50;
bonus2 bSubEle,Ele_Earth,50;
Zodiac
Gemini Mail
.@r = getequiprefinerycnt(EQI_ARMOR);
if ((eaclass()&EAJL_THIRD) && (BaseJob == Job_Bard || BaseJob == Job_Dancer)) {
   bonus bAtkRate,3*.@r;
   bonus bMatkRate,3*.@r;
}