Poring Battle Shield

Item ID 28953 Name Poring Battle Shield
A battle shield painted with Poring image.
There are rumors that the Poring drawn on the center of two golden wings on a red background will break the enemy's will, but no one knows the authenticity.
_______________________
For each 3 Refine Levels:
Decreases damage taken from all size enemies by 2%.
_______________________
Refine Level +7:
MaxHP +5%
MaxSP +5%
_______________________
Refine Level +9:
ASPD +1
_______________________
Refine Level +9:
Reflects 1% Melee Physical Damage and when magical attacks have a 5% chance to recover 100HP per second for 4 seconds.
_______________________
Type: Shield
Defense: 80
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 150
Weapon Level 0 Identifier Poring_B_Shield
Attack 0 Type Armor
MATK 0 Equip Locations Off Hand
Defense 80 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 0 Min Equip Level 150
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
.@r = getrefine();
bonus2 bSubSize,Size_All,2*(.@r/3);
if (.@r>=7) {
   bonus bMaxHPrate,5;
   bonus bMaxSPrate,5;
}
if (.@r>=9) {
   bonus bAspd,1;
}
if (.@r>=12) {
   autobonus "{ bonus2 bHPRegenRate,100,1000; }",50,4000,BF_MAGIC;
   bonus bShortWeaponDamageReturn,1;
}