Gaia's Shield

Item ID 28947 Name Gaia's Shield
None
Weapon Level 0 Identifier Gaia_Shield_BR
Attack 0 Type Armor
MATK 0 Equip Locations Off Hand
Defense 150 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 50 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bMdef,10;
bonus2 bSubEle,Ele_Earth,10;
bonus2 bAddEle,Ele_Earth,5;
bonus2 bMagicAddEle,Ele_Earth,5;
.@r = getrefine();
if (.@r>=8) {
   bonus2 bSubEle,Ele_Earth,15;
   bonus2 bAddEle,Ele_Earth,10;
   bonus2 bMagicAddEle,Ele_Earth,10;
}
if (.@r>=10) {
   if (readparam(bStr)>=90)
      bonus bBaseAtk,50;
   if (readparam(bAgi)>=90)
      bonus bAspdRate,5;
   if (readparam(bVit)>=90) {
      bonus bHealPower2,10;
      bonus bAddItemHealRate,10;
   }
   if (readparam(bInt)>=90)
      bonus bMatk,30;
   if (readparam(bDex)>=90)
      bonus bVariableCastrate,-5;
   if (readparam(bLuk)>=90)
      bonus bCritAtkRate,5;
}