ID #15377
Armor
Illusion Armor B-type [1]
Buy Price: N/A
Sell Price: N/A
A type B combat armor made from illusion technology.
There are various modules that can be installed to enhance it.
_______________________
MATK +100
_______________________
For each 2 Refine Levels:
MATK +10
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
When equipped with Illusion Engine Wing Type A:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
When equipped with Illusion Engine Wing Type B:
MATK +50
_______________________
Type: Armor
Defense: 105
Weight: 100
Armor Level: 1
Enchantable: Yes
_______________________
Requirement:
Base Level 130
There are various modules that can be installed to enhance it.
_______________________
MATK +100
_______________________
For each 2 Refine Levels:
MATK +10
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
When equipped with Illusion Engine Wing Type A:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
When equipped with Illusion Engine Wing Type B:
MATK +50
_______________________
Type: Armor
Defense: 105
Weight: 100
Armor Level: 1
Enchantable: Yes
_______________________
Requirement:
Base Level 130
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
1000
Defense
105
Requirements
Armor Level
1
Min Level
130
Scripts
Script .@r = getrefine(); bonus bMatk,(100+10*(.@r/2)); if (.@r >= 7) { bonus bVariableCastrate,-10; }
.@r = getrefine();
bonus bMatk,(100+10*(.@r/2));
if (.@r >= 7) {
bonus bVariableCastrate,-10;
}