
RENEWAL / ITEMS
Illusion Armor A-type [1]
#15376Armor
Illusion_Armor_A
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF105
Slots1
Required level130
Armor level1
Description
Combat Armor Type A created with Illusion's technology.
Various modules can be used for additional abilities.
Class: Armor
Attack: 0
Weight: 100
Weapon Level: 0
Requires Level: 130
Usable By: All Jobs
ATK +100.
Additional ATK +10 per 2 upgrade levels of the item.
If upgrade level is +7 or higher,
Aspd +10%
If equipped with Illusion Engine Wing Type A,
ATK +50
If equipped with Illusion Engine Wing Type B,
Reduces the global delay of skills by -10%.
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,(100+10*(.@r/2));
if (.@r >= 7) {
bonus bAspdRate,10;
}