ID #15376
Armor
Illusion Armor A-type [1]
Buy Price: N/A
Sell Price: N/A
A type A combat armor made from illusion technology.
There are various modules that can be installed to enhance it.
_______________________
ATK +100
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
When equipped with Illusion Engine Wing Type A:
ATK +50
_______________________
When equipped with Illusion Engine Wing Type B:
Decreases After Skill Delay by 10%.
_______________________
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.
_______________________
ATK +100
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
When equipped with Illusion Engine Wing Type A:
ATK +50
_______________________
When equipped with Illusion Engine Wing Type B:
Decreases After Skill Delay by 10%.
_______________________
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 bBaseAtk,(100+10*(.@r/2)); if (.@r >= 7) { bonus bAspdRate,10; }
.@r = getrefine();
bonus bBaseAtk,(100+10*(.@r/2));
if (.@r >= 7) {
bonus bAspdRate,10;
}