Illusion Military Boots

Item ID 470037 Name Illusion Military Boots
None
Weapon Level 0 Identifier Military_Boots_IL_
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 12 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 40 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();
.@lvl = getskilllv("NC_AXEBOOMERANG");
bonus bMdef,10;
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
skill "SM_MAGNUM",3;
bonus2 bSkillAtk,"NC_AXETORNADO",30*.@lvl;
bonus2 bSkillAtk,"NC_AXEBOOMERANG",20*.@lvl;
bonus2 bIgnoreDefRaceRate,RC_All,20*getskilllv("NC_MAGMA_ERUPTION");
if (getskilllv("NC_MAGICDECOY") == 5) {
   bonus bAspdRate,10;
   bonus bMaxHP,150*BaseLevel;
}
if (.@r>=5) {
   bonus bMaxHPrate,7;
   bonus bMaxSPrate,7;
   bonus bBaseAtk,50;
}
if (.@r>=7) {
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   bonus bBaseAtk,50;
}

Set Script
Illusion Military Boots
Illusion War Axe
bonus2 bAddClass,Class_Boss,70;
bonus2 bSubClass,Class_Boss,15;