Absorb Shadow Shield

Item ID 24685 Name Absorb Shadow Shield
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
Weapon Level 0 Identifier S_Absorb_Shield
Attack 0 Type Shadow Equipment
MATK 0 Equip Locations Shadow Shield
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 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;
   }
}