[Not for Sale] Military Boots TH

Item ID 470194 Name [Not for Sale] Military Boots TH
None
Weapon Level 0 Identifier Comp_Military_Boots_TH
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 20 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 Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
.@r = getrefine();
.@a = getskilllv("NC_AXEBOOMERANG");
.@b = getskilllv("NC_MAGMA_ERUPTION");
.@c = getskilllv("NC_POWERSWING");
bonus bBaseAtk,50;
bonus bAspdRate,10;
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus2 bSkillAtk,"NC_AXETORNADO",7*.@a;
bonus2 bSkillAtk,"NC_POWERSWING",15*.@a;
bonus2 bIgnoreDefRaceRate,RC_All,8*.@b;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-8*.@b;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,-8*.@b;
if (getskilllv("NC_BOOSTKNUCKLE") < 1) {
   bonus bAtkRate,3*.@c;
   bonus2 bSubClass,Class_Boss,.@c;
}
if (.@r>=10) {
   bonus bBaseAtk,50;
   bonus bMaxHPrate,5;
   bonus bMaxSPrate,5;
}
if (.@r>=12)
   bonus bMaxHP,150*(BaseLevel/2);