ID #480062
Armor
Illusion Engine Wing Type A (Bound) [1]
Buy Price: N/A
Sell Price: N/A
Combat engine A type created with Illusion's technology.
It is said to be able to add abilities by attaching various modules.
_______________________
Cannot be refined normally.
_______________________
MaxHP +1000
_______________________
For each 2 Refine Levels:
MaxHP +100
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 5%).
_______________________
When equipped with Illusion Leg Type A (Bound):
Increases Critical Damage by 10%.
_______________________
When equipped with Illusion Leg Type B (Bound):
Decreases Variable Casting Time by 10%.
_______________________
Type: Garment
Defense: 50
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 130
It is said to be able to add abilities by attaching various modules.
_______________________
Cannot be refined normally.
_______________________
MaxHP +1000
_______________________
For each 2 Refine Levels:
MaxHP +100
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 5%).
_______________________
When equipped with Illusion Leg Type A (Bound):
Increases Critical Damage by 10%.
_______________________
When equipped with Illusion Leg Type B (Bound):
Decreases Variable Casting Time by 10%.
_______________________
Type: Garment
Defense: 50
Weight: 0
Armor Level: 1
_______________________
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
Defense
50
Requirements
Armor Level
1
Min Level
130
Scripts
Script .@r = getrefine(); bonus bMaxHP,1000+100*(.@r/2); if (.@r>=7) { bonus bAspdRate,5; }
.@r = getrefine();
bonus bMaxHP,1000+100*(.@r/2);
if (.@r>=7) {
bonus bAspdRate,5;
}