ID #480186
Armor
Automatic Engine wing B-type (Bound) [1]
Buy Price: N/A
Sell Price: N/A
Combat engine B type improved with the technology of Varmundt's mansion.
It is said to be able to add abilities by attaching various modules.
_______________________
Cannot be refined normally.
_______________________
MaxHP +1500
_______________________
For each 2 Refine Levels:
MaxHP +100
_______________________
Refine Level +7:
Decreases Variable Casting Time by 7%.
_______________________
When equipped with Automatic Leg Type A:
Increases Ranged Physical Damage by 7%.
_______________________
When equipped with Automatic Leg Type B:
Increases Magical Damage with every element by 15%.
_______________________
Type: Garment
Defense: 70
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 160
It is said to be able to add abilities by attaching various modules.
_______________________
Cannot be refined normally.
_______________________
MaxHP +1500
_______________________
For each 2 Refine Levels:
MaxHP +100
_______________________
Refine Level +7:
Decreases Variable Casting Time by 7%.
_______________________
When equipped with Automatic Leg Type A:
Increases Ranged Physical Damage by 7%.
_______________________
When equipped with Automatic Leg Type B:
Increases Magical Damage with every element by 15%.
_______________________
Type: Garment
Defense: 70
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 160
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
70
Requirements
Armor Level
1
Min Level
160
Scripts
Script .@r = getrefine(); bonus bMaxHP,1500+100*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-7; }
.@r = getrefine();
bonus bMaxHP,1500+100*(.@r/2);
if (.@r>=7) {
bonus bVariableCastrate,-7;
}