
RENEWAL / ITEMS
Automatic Armor Type B [1]
#450128Armor
Auto_Armor_B
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 B.
Various modules can be used for additional abilities.
MATK +125
MATK +10 for every 2 refine levels
When refined to +7 or higher, Variable Cast Time -15%
If equipped with Automatic Engine Wing Type A,
increased ASPD (ASPD +10%)
If equipped with Illusion Engine Wing Type B,
MATK +50
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 bMatk,125+(10*(.@r/2));
if (.@r>=7) {
bonus bVariableCastrate,-15;
}