Artwork unavailable
RENEWAL / ITEMS
Illusion Military Boots [1]
#470037Armor
Military_Boots_IL_
TypeArmor
Equipment positionFootgear
GenderBoth
Weight40
Buy price0 z
Sell price0 z
DEF12
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();
.@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;
}