ID #24767
ShadowGear
Mega Blitz 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 +2, C.RATE +1
_______________________
Refine Level +7:
ASPD +1, Critical +3
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 8%).
Increases Critical Damage by 5%.
_______________________
Refine Level +10:
C.RATE +3
Increases Critical Damage by additional 3%.
_______________________
Type: Shadow Shield
_______________________
Requirement: None
_______________________
Critical +5
_______________________
For each 2 Refine Levels:
Critical +2, C.RATE +1
_______________________
Refine Level +7:
ASPD +1, Critical +3
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 8%).
Increases Critical Damage by 5%.
_______________________
Refine Level +10:
C.RATE +3
Increases Critical Damage by additional 3%.
_______________________
Type: Shadow Shield
_______________________
Requirement: None
Available from boxes
Equipment Reform
Available through the reform system Shadow_Changer_NPC
Basic Information
Type
ShadowGear
Acquisition method
Equipment reform
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bCritical,5+2*(.@r/3); bonus bCRate,(.@r/3); if (.@r>=7) { bonus bCritical,3; bonus bAspd,1; if (.@r>=9) { bonus bCritAtkRate,5; bonus bAspdRate,8; if (.@r>=10) { bonus bCritAtkRate,3; bonus bCRate,3; } } }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bCritical,5+2*(.@r/3);
bonus bCRate,(.@r/3);
if (.@r>=7) {
bonus bCritical,3;
bonus bAspd,1;
if (.@r>=9) {
bonus bCritAtkRate,5;
bonus bAspdRate,8;
if (.@r>=10) {
bonus bCritAtkRate,3;
bonus bCRate,3;
}
}
}