
RENEWAL / ITEMS
Illusion Engine wing A-type [1]
#20933Armor
Illusion_Engine_A
TypeArmor
Equipment positionGarment
GenderBoth
Weight90
Buy price0 z
Sell price0 z
DEF50
Slots1
Required level130
Armor level1
Description
Combat Engine Type A created with Illusion's technology.
Various modules can be used for additional abilities.
Class: Garment
Attack: 0
Weight: 100
Weapon Level: 0
Requires Level: 130
Usable By: All Jobs
Max HP +1000
Max HP +100 per 2 upgrade levels of the item.
If upgrade level is +7 or higher,
Aspd +5%
If equipped with Illusion Leg Type A,
Critical Damage +10%
Increases critical damage on targets by 10%.
If equipped with Illusion Leg Type B,
Reduces the variable casting time 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
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,1000+(100*(.@r/2));
if (.@r >= 7) {
bonus bAspdRate,5;
}