
RENEWAL / ITEMS
Automatic Leg Type A [1]
#470022Armor
Auto_Leg_A
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 A.
Various modules can be used for additional abilities.
MaxSP +250
MaxSP +20 for every 2 refine levels
When refined to +7 or higher, Long-ranged Physical damage +7%
If equipped with Automatic Armor Type A,
ATK +7%
If equipped with Automatic Armor Type B,
increased ASPD (ASPD +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) {
bonus bLongAtkRate,7;
}