0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
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

Available from boxes

Equipment Reform

Available through the reform system Shadow_Changer_NPC

Basic Information

ShadowGear
Equipment reform

Scripts

.@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;
   }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.