
RENEWAL / ITEMS
Automatic Armor Type A [1]
#450127Armor
Auto_Armor_A
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF135
Slots1
Required level160
Armor level1
Description
Combat armor improved with the technology of Barmund Mansion, Type A.
Various modules can be used for additional abilities.
ATK +125
ATK +10 for every 2 refine levels
When refined to +7 or higher, Increased ASPD (ASPD +15%)
If equipped with Automatic Engine Wing Type A,
ATK +50
If equipped with Illusion Engine Wing Type B,
Post-skill delay -10%
Class: Armor DEF: 135
Weight: 100
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
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,125;
bonus bBaseAtk,10*(.@r/2);
if (.@r>=7) {
bonus bAspdRate,15;
}