ID #20823
Armor
Awakened Eden Group Manteau I
Buy Price: N/A
Sell Price: N/A
A cape given to loyal member of Eden Group. It has stylish design.
_______________________
FLEE +12
_______________________
Decreases damage taken from Neutral elemental attacks by 10%.
_______________________
Refine Level +7:
MaxHP +500
Perfect Dodge +2
_______________________
Refine Level +9:
MaxHP +500
Decreases damage taken from all elemental attacks, except Neutral, by 10%.
_______________________
Type: Garment
Defense: 20
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 100
_______________________
FLEE +12
_______________________
Decreases damage taken from Neutral elemental attacks by 10%.
_______________________
Refine Level +7:
MaxHP +500
Perfect Dodge +2
_______________________
Refine Level +9:
MaxHP +500
Decreases damage taken from all elemental attacks, except Neutral, by 10%.
_______________________
Type: Garment
Defense: 20
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 100
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
100
Scripts
Script bonus2 bSubEle,Ele_Neutral,10; bonus bFlee,12; .@r = getrefine(); if (.@r >= 7) { bonus bMaxHP,500; bonus bFlee2,2; if (.@r >= 9) { bonus bMaxHP,500; bonus2 bSubEle,Ele_All,10; bonus2 bSubEle,Ele_Neutral,-10; } }
bonus2 bSubEle,Ele_Neutral,10;
bonus bFlee,12;
.@r = getrefine();
if (.@r >= 7) {
bonus bMaxHP,500;
bonus bFlee2,2;
if (.@r >= 9) {
bonus bMaxHP,500;
bonus2 bSubEle,Ele_All,10;
bonus2 bSubEle,Ele_Neutral,-10;
}
}