
RENEWAL / ITEMS
Automatic Leg Type B [1]
#470023Armor
Auto_Leg_B
TypeArmor
Equipment positionFootgear
GenderBoth
Weight50
Buy price0 z
Sell price0 z
DEF70
Slots1
Required level160
Armor level1
Description
Combat boots improved with the technology of Barmund Mansion, Type B.
Various modules can be used for additional abilities.
MaxSP +250
MaxSP +20 for every 2 refine levels
When refined to +7 or higher, All elemental Magic damage +7%
If equipped with Automatic Armor Type A,
MaxSP +7%
If equipped with Automatic Armor Type B,
MATK +7%
Class: Shoes DEF: 70
Weight: 50
Required Level: 160
Job: All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxSP,250;
bonus bMaxSP,20*(.@r/2);
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_All,7;
}