ID #24026
Shadowgear
Athena Shield (Shadow)
Buy Price: N/A
Sell Price: N/A
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.
_______________________
DEF +10
_______________________
Refine Level +7:
DEF +10
_______________________
When equipped with Immune Shadow Armor:
For each Refine Level of entire set:
DEF +1
_______________________
Total Refine Level of entire set at least +15:
Decreases damage taken from Neutral elemental attacks by 1%.
_______________________
Type: Shadow Shield
_______________________
Requirement: None
_______________________
DEF +10
_______________________
Refine Level +7:
DEF +10
_______________________
When equipped with Immune Shadow Armor:
For each Refine Level of entire set:
DEF +1
_______________________
Total Refine Level of entire set at least +15:
Decreases damage taken from Neutral elemental attacks by 1%.
_______________________
Type: Shadow Shield
_______________________
Requirement: None
Available from boxes
Basic Information
Type
Shadowgear
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bDef,10; if (.@r>6) { bonus bDef,10; }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bDef,10;
if (.@r>6) {
bonus bDef,10;
}