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