Absorb Shadow Weapon

Item ID 24686 Name Absorb Shadow Weapon
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
Weapon Level 0 Identifier S_Absorb_Weapon
Attack 0 Type Shadow Equipment
MATK 0 Equip Locations Shadow Weapon
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item 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;
   }
}