ID #24685
ShadowGear
Absorb 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.
_______________________
MaxHP +3%
MaxSP +3%
_______________________
For each 3 Refine Levels:
ATK +1%
_______________________
Refine Level +7:
Decreases Variable Casting Time by 3%.
_______________________
Refine Level +10:
Physical attacks have a 2% chance to absorb 2% of the inflicted damage as HP and 1% chance to absorb 2% of the inflicted damage as SP.
_______________________
Type: Shadow Shield
_______________________
Requirement: None
_______________________
MaxHP +3%
MaxSP +3%
_______________________
For each 3 Refine Levels:
ATK +1%
_______________________
Refine Level +7:
Decreases Variable Casting Time by 3%.
_______________________
Refine Level +10:
Physical attacks have a 2% chance to absorb 2% of the inflicted damage as HP and 1% chance to absorb 2% of the inflicted damage as SP.
_______________________
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 bMaxHPrate,3; bonus bMaxSPrate,3; bonus bAtkRate,(.@r/3); if (.@r>=7) { bonus bVariableCastrate,-3; if (.@r>=10) { bonus2 bHPDrainRate,20,2; bonus2 bSPDrainRate,10,2; } }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus bAtkRate,(.@r/3);
if (.@r>=7) {
bonus bVariableCastrate,-3;
if (.@r>=10) {
bonus2 bHPDrainRate,20,2;
bonus2 bSPDrainRate,10,2;
}
}