Purified Knight's Shield

Item ID 28946 Name Purified Knight's Shield
A purified knight's shield. It seems regain its full power after cleansing.
_______________________
ATK +5%
MATK +5%
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Decreases damage taken from all elemental monsters by 10%.
_______________________
Random chance to restore 50 SP per second for 7 seconds when receiving physical damage.
Random chance to restore 300 HP per second for 7 seconds when dealing physical or magical damage.
_______________________
Refine Level +7:
ATK +20
MATK +20
_______________________
Refine Level +9:
ASPD +2
_______________________
Refine Level +12:
Decreases After Skill Delay by 5%.
_______________________
Type: Shield
Defense: 0
Weight: 80
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Bloody_Knight_Shield__
Attack 0 Type Armor
MATK 0 Equip Locations Off Hand
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 80 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bAspdRate,10;
bonus bAtkRate,5;
bonus bMatkRate,5;
bonus2 bSubEle,Ele_All,10;
autobonus2 "{ bonus2 bSPRegenRate,50,1000; }",50,5000;
autobonus "{ bonus2 bHPRegenRate,300,1000; }",50,5000;
.@r = getrefine();
if (.@r>=7) {
   bonus bBaseAtk,20;
   bonus bMatk,20;
}
if (.@r>=9) {
   bonus bAspd,2;
}
if (.@r>=12) {
   bonus bDelayrate,-5;
}

Set Script
Purified Knight's Shield
Knight's Boots of Midgard
bonus2 bAddClass,Class_Boss,30;
bonus2 bMagicAddClass,Class_Boss,30;
if (getequiprefinerycnt(EQI_SHOES)>=13)
   autobonus "{ bonus bStr,200; bonus bInt,200; bonus bDex,200; }",50,10000,BF_WEAPON|BF_MAGIC;