ID #24218
Shadowgear
Blitz Shadow Pendant
Buy Price: N/A
Sell Price: N/A
A sacred necklace which is believed to protect its wearer. It also draws the wearer's potential abilities.
_______________________
ATK +5
_______________________
For each 2 Refine Levels:
ATK +1
_______________________
Refine Level +7:
ASPD +1
_______________________
When equipped with Blitz Shadow Earring:
For each Refine Level of entire set:
ATK +1
_______________________
Total Refine Level of entire set at least +15:
ASPD +1
_______________________
Type: Shadow Pendant
_______________________
Requirement: None
_______________________
ATK +5
_______________________
For each 2 Refine Levels:
ATK +1
_______________________
Refine Level +7:
ASPD +1
_______________________
When equipped with Blitz Shadow Earring:
For each Refine Level of entire set:
ATK +1
_______________________
Total Refine Level of entire set at least +15:
ASPD +1
_______________________
Type: Shadow Pendant
_______________________
Requirement: None
Available from boxes
Basic Information
Type
Shadowgear
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bBaseAtk,(.@r/2)+5; if (.@r>=7) { bonus bAspd,1; }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bBaseAtk,(.@r/2)+5;
if (.@r>=7) {
bonus bAspd,1;
}