Artwork unavailable
RENEWAL / ITEMS
[Not for Sale] Military Boots TH [1]
#470194Armor
Comp_Military_Boots_TH
Item stats
- DEF
- 20
- Slots
- 1
- Weight
- 30
- Armor level
- 1
- Buy price
- 0 z
- Sell price
- 0 z
Usage & restrictions
- Type
- Armor
- Equipment position
- Footgear
- Gender
- Both
- Required level
- 100+
- Jobs
- All jobs
- Class tiers
- All tiers
- Refineable
- Yes
- Trading & storage
- Restricted: Dropping, Trading, Cart storage, Guild storage, Mail, Auction
No description is available. Available properties and effects are shown below.
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);