ID #24231
Shadowgear
Blitz Shadow Shoes
Buy Price: N/A
Sell Price: N/A
A pair of shoes worn on top of normal shoes for additional defense. Needs a complete set to have bonus effect.
_______________________
FLEE +5
_______________________
For each 2 Refine Levels:
FLEE +1
_______________________
Refine Level +7:
ASPD +1
_______________________
Refine Level +9:
ASPD +1
_______________________
When equipped with Blitz Shadow Shield:
FLEE +5
_______________________
Total Refine Level of entire set at least +15:
ASPD +1
_______________________
Type: Shadow Shoes
_______________________
Requirement: None
_______________________
FLEE +5
_______________________
For each 2 Refine Levels:
FLEE +1
_______________________
Refine Level +7:
ASPD +1
_______________________
Refine Level +9:
ASPD +1
_______________________
When equipped with Blitz Shadow Shield:
FLEE +5
_______________________
Total Refine Level of entire set at least +15:
ASPD +1
_______________________
Type: Shadow Shoes
_______________________
Requirement: None
Available from boxes
Basic Information
Type
Shadowgear
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bFlee,5+.@r/2; if (.@r>=7) { bonus bAspd,1; } if (.@r>=9) { bonus bAspd,1; }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bFlee,5+.@r/2;
if (.@r>=7) {
bonus bAspd,1;
}
if (.@r>=9) {
bonus bAspd,1;
}