Artwork unavailable
RENEWAL / ITEMS
Military Boots TH [1]
#470193Armor
Military_Boots_TH
TypeArmor
Equipment positionFootgear
GenderBoth
Weight30
Buy price0 z
Sell price0 z
DEF20
Slots1
Required level100
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect 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);