
RENEWAL / ITEMS
Automatic Engine Wing Type B [1]
#480021Armor
Auto_Engine_B
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 B.
Various modules can be used for additional abilities.
MaxHP +1,500
MaxHP +100 for every 2 refine levels
When refined to +7 or higher, Variable Cast Time -7%,
If equipped with Automatic Leg Type A,
Long-ranged Physical damage +7%
If equipped with Automatic Leg Type B,
All elemental Magic damage +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 bVariableCastrate,-7;
}