ID #20783
Armor
Hero Manteau [1]
Buy Price: N/A
Sell Price: N/A
A manteau wore by a kid whose dream is to become a hero. Despite its look, the robe has outstanding protection abilities.
_______________________
FLEE +1
_______________________
Decreases damage taken from Neutral elemental attacks by 1%.
_______________________
Refine Level +3:
FLEE +3
Decreases damage taken from Neutral elemental attacks by 3%.
_______________________
Refine Level +10:
FLEE +20
Decreases damage taken from Neutral elemental attacks by 20%.
_______________________
When equipped with Devilring Card:
Increases damage taken from Neutral elemental attacks by 50%.
_______________________
Type: Garment
Defense: 0
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 10
_______________________
FLEE +1
_______________________
Decreases damage taken from Neutral elemental attacks by 1%.
_______________________
Refine Level +3:
FLEE +3
Decreases damage taken from Neutral elemental attacks by 3%.
_______________________
Refine Level +10:
FLEE +20
Decreases damage taken from Neutral elemental attacks by 20%.
_______________________
When equipped with Devilring Card:
Increases damage taken from Neutral elemental attacks by 50%.
_______________________
Type: Garment
Defense: 0
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 10
Available from boxes
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
100
Requirements
Armor Level
1
Min Level
10
Scripts
Script .@r = getrefine(); bonus2 bSubEle,Ele_Neutral,1+(.@r/3); bonus bFlee,1+(.@r/3); if (.@r > 9) { bonus2 bSubEle,Ele_Neutral,20; bonus bFlee,20; }
.@r = getrefine();
bonus2 bSubEle,Ele_Neutral,1+(.@r/3);
bonus bFlee,1+(.@r/3);
if (.@r > 9) {
bonus2 bSubEle,Ele_Neutral,20;
bonus bFlee,20;
}