Gemini Manteau

Item ID 480026 Name Gemini Manteau
None
Weapon Level 0 Identifier Gemini_Manteau_J
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 25 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 30 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,20;
bonus bMatk,20;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bDelayrate,-5;
bonus2 bSubEle,Ele_Neutral,20;
if ((eaclass()&EAJL_THIRD) && (BaseJob == Job_Bard || BaseJob == Job_Dancer)) {
   bonus bBaseAtk,30;
   bonus bMatk,30;
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   bonus bDelayrate,-5;
   if (.@r>=8)
      bonus bLongAtkRate,20;
}

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 Manteau
.@r = getequiprefinerycnt(EQI_GARMENT);
if ((eaclass()&EAJL_THIRD) && (BaseJob == Job_Bard || BaseJob == Job_Dancer)) {
   bonus bInt,2*.@r;
   bonus bDex,2*.@r;
}