ID #20834
Armor
Drifter's Cape
Buy Price: N/A
Sell Price: N/A
A manteau wore by wanderer. Quite durable.
_______________________
Decreases damage taken from Neutral elemental attacks by 20%.
_______________________
Refine Level +7:
Decreases damage taken from Neutral elemental attacks by 5%.
_______________________
Refine Level +9:
Decreases damage taken from Neutral elemental attacks by 5%.
_______________________
Type: Garment
Defense: 0
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 100
_______________________
Decreases damage taken from Neutral elemental attacks by 20%.
_______________________
Refine Level +7:
Decreases damage taken from Neutral elemental attacks by 5%.
_______________________
Refine Level +9:
Decreases damage taken from Neutral elemental attacks by 5%.
_______________________
Type: Garment
Defense: 0
Weight: 40
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
Weight
400
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); .@bonus = 20; if (.@r>=7) { .@bonus += 5; } if (.@r>=9) { .@bonus += 5; } bonus2 bSubEle,Ele_Neutral,.@bonus;
.@r = getrefine();
.@bonus = 20;
if (.@r>=7) {
.@bonus += 5;
}
if (.@r>=9) {
.@bonus += 5;
}
bonus2 bSubEle,Ele_Neutral,.@bonus;