ID #24332
Shadowgear
Critical 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.
_______________________
Critical +5
_______________________
For each 2 Refine Levels:
Critical +1
_______________________
Refine Level +7:
Increases Critical Damage by 1%.
_______________________
Refine Level +9:
Increases Critical Damage by additional 1%.
_______________________
When equipped with Critical Shadow Shoes:
For each Refine Level of entire set:
ATK +1
_______________________
Total Refine Level of entire set at least +15:
Increases Critical Damage by additional 1%.
_______________________
Type: Shadow Shield
_______________________
Requirement: None
_______________________
Critical +5
_______________________
For each 2 Refine Levels:
Critical +1
_______________________
Refine Level +7:
Increases Critical Damage by 1%.
_______________________
Refine Level +9:
Increases Critical Damage by additional 1%.
_______________________
When equipped with Critical Shadow Shoes:
For each Refine Level of entire set:
ATK +1
_______________________
Total Refine Level of entire set at least +15:
Increases Critical Damage by additional 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 bCritical,5+.@r/2; if (.@r >= 9) { bonus bCritAtkRate,2; } else if (.@r >= 7) { bonus bCritAtkRate,1; }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bCritical,5+.@r/2;
if (.@r >= 9) {
bonus bCritAtkRate,2;
} else if (.@r >= 7) {
bonus bCritAtkRate,1;
}