ID #470054
Armor
Illusion Leg Type A (Bound) [1]
Buy Price: N/A
Sell Price: N/A
Combat boots A type born from Illusion's technology.
It is said to be able to add abilities by attaching various modules.
_______________________
Cannot be refined normally.
_______________________
MaxSP +200
_______________________
For each 2 Refine Levels:
MaxSP +20
_______________________
Refine Level +7:
Increases Ranged Physical Damage by 5%.
_______________________
When equipped with Illusion Armor Type A (Bound):
ATK +5%
_______________________
When equipped with Illusion Armor Type B (Bound):
Increases Attack Speed (decreases After Attack Delay by 5%).
_______________________
Type: Shoes
Defense: 20
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.
_______________________
MaxSP +200
_______________________
For each 2 Refine Levels:
MaxSP +20
_______________________
Refine Level +7:
Increases Ranged Physical Damage by 5%.
_______________________
When equipped with Illusion Armor Type A (Bound):
ATK +5%
_______________________
When equipped with Illusion Armor Type B (Bound):
Increases Attack Speed (decreases After Attack Delay by 5%).
_______________________
Type: Shoes
Defense: 20
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
20
Requirements
Armor Level
1
Min Level
130
Scripts
Script .@r = getrefine(); bonus bMaxSP,200+20*(.@r/2); if (.@r>=7) { bonus bLongAtkRate,5; }
.@r = getrefine();
bonus bMaxSP,200+20*(.@r/2);
if (.@r>=7) {
bonus bLongAtkRate,5;
}