ID #24746
ShadowGear
Separate Reload Shadow Shield
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.
_______________________
For each Refine Level:
Decreases After Skill Delay by 1%.
_______________________
For each 2 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 3%).
_______________________
Refine Level +9:
ATK +3%, MATK +3%
_______________________
Type: Shadow Shield
_______________________
Requirement: None
_______________________
For each Refine Level:
Decreases After Skill Delay by 1%.
_______________________
For each 2 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 3%).
_______________________
Refine Level +9:
ATK +3%, MATK +3%
_______________________
Type: Shadow Shield
_______________________
Requirement: None
Available from boxes
Basic Information
Type
ShadowGear
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bDelayrate,-.@r; bonus bAspdRate,3*(.@r/2); if (.@r>=9) { bonus bMatkRate,3; bonus bAtkRate,3; }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bDelayrate,-.@r;
bonus bAspdRate,3*(.@r/2);
if (.@r>=9) {
bonus bMatkRate,3;
bonus bAtkRate,3;
}