
RENEWAL / ITEMS
Automatic Engine Wing Type A [1]
#480020Armor
Auto_Engine_A
TypeArmor
Equipment positionGarment
GenderBoth
Weight90
Buy price0 z
Sell price0 z
DEF70
Slots1
Required level160
Armor level1
Description
Combat engine improved with the technology of Barmund Mansion, Type A.
Various modules can be used for additional abilities.
MaxHP +1,500
MaxHP +100 for every 2 refine levels
When refined to +7 or higher, Increased ASPD (ASPD +7%)
If equipped with Automatic Leg Type A,
Critical damage +15%
If equipped with Automatic Leg Type B,
Variable Cast Time -15%
Class: Garment DEF: 70
Weight: 90
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
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,1500;
bonus bMaxHP,100*(.@r/2);
if (.@r>=7) {
bonus bAspdRate,7;
}