ID #24686
ShadowGear
Absorb Shadow Weapon
Buy Price: N/A
Sell Price: N/A
A pair of gloves that can draw the wearer's potential ability.
_______________________
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 Weapon
_______________________
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 Weapon
_______________________
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 bBaseAtk,.@r; bonus bMatk,.@r; 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 bBaseAtk,.@r;
bonus bMatk,.@r;
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;
}
}