ID #20732
Armor
Supplement Part Con [1]
Buy Price: N/A
Sell Price: N/A
This mechanical device heals wounds and rejuvenates your body.
_______________________
MaxHP +6%
_______________________
For each 2 Refine Levels:
MaxHP +1%
_______________________
Refine Level +9:
Increases HP Recovery Rate by 50%.
_______________________
When equipped with Supplement Part STR:
Increases damage of Axe Tornado by 25%.
_______________________
Type: Garment
Defense: 20
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 100
Mechanic
_______________________
MaxHP +6%
_______________________
For each 2 Refine Levels:
MaxHP +1%
_______________________
Refine Level +9:
Increases HP Recovery Rate by 50%.
_______________________
When equipped with Supplement Part STR:
Increases damage of Axe Tornado by 25%.
_______________________
Type: Garment
Defense: 20
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 100
Mechanic
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
500
Defense
20
Job Requirements
Blacksmith
Yes
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bMaxHPrate,6+(.@r/2); if (.@r>=9) { bonus bHPrecovRate,50; }
.@r = getrefine();
bonus bMaxHPrate,6+(.@r/2);
if (.@r>=9) {
bonus bHPrecovRate,50;
}