Prontera Army Shield

Item ID 460075 Name Prontera Army Shield
None
Weapon Level 0 Identifier Prta_Mil_Shield
Attack 0 Type Armor
MATK 0 Equip Locations Off Hand
Defense 95 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 120 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHPrate,15;
bonus bMaxSPrate,15;
bonus2 bSubRace,RC_Player_Doram,35;
bonus2 bSubRace,RC_Player_Human,35;
if (.@r>=5) {
   bonus bMaxHPrate,15;
   bonus bMaxSPrate,15;
   if (.@r>=7) {
       bonus bHealPower2,15;
       bonus bAddItemHealRate,15;
   }
}