Titan Shield

Item ID 460027 Name Titan Shield
None
Weapon Level 0 Identifier Titan_Shield_TW
Attack 0 Type Armor
MATK 0 Equip Locations Off Hand
Defense 100 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 250 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMdef,10;
if (.@r>=9) {
   if (readparam(bStr)>=108)
       bonus2 bSubEle,Ele_Wind,20;
   if (readparam(bAgi)>=108)
       bonus2 bSubEle,Ele_Water,20;
   if (readparam(bVit)>=108)
       bonus2 bSubEle,Ele_Neutral,20;
   if (readparam(bInt)>=108)
       bonus2 bSubEle,Ele_Earth,20;
   if (readparam(bDex)>=108)
       bonus2 bSubEle,Ele_Fire,20;
   if (readparam(bLuk)>=108)
       bonus bFlee2,20;
}
if (.@r>=12) {
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   bonus2 bSubEle,Ele_All,5;
}