Magma Manteau

Item ID 480077 Name Magma Manteau
None
Weapon Level 0 Identifier Magma_Manteau
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 25 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMdef,5;
bonus bMaxHPrate,2;
bonus bMaxSPrate,2;
bonus2 bAddSize,Size_All,5;
bonus2 bSubClass,Class_Boss,5;
bonus2 bSkillAtk,"NC_AXETORNADO",20*getskilllv("NC_AXEBOOMERANG");
bonus2 bSkillAtk,"NC_POWERSWING",20*getskilllv("NC_AXEBOOMERANG");
if (getskilllv("NC_MAGICDECOY") == 5)
   bonus bPerfectHitAddRate,50;
if (getskilllv("NC_MAGMA_ERUPTION") == 5) {
   bonus2 bSubEle,Ele_Fire,50;
   bonus2 bSubEle,Ele_Earth,50;
}
if (.@r>=5) {
   bonus bMaxHPrate,3;
   bonus bMaxSPrate,3;
   bonus bAspdRate,5;
}
if (.@r>=7) {
   bonus bMaxHPrate,5;
   bonus bMaxSPrate,5;
   bonus bAspdRate,5;
}