Shining Priest's Ring

Item ID 490261 Name Shining Priest's Ring
None
Weapon Level 0 Identifier aegis_490261
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 150
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bAllStats,5;

Set Script
Shining Priest's Robe
Shining Priest's Boots
Shining Priest's Cloak
Shining Priest's Ring
.@r = getequiprefinerycnt(EQI_ARMOR);
.@shoes = getequiprefinerycnt(EQI_SHOES);
.@garment = getequiprefinerycnt(EQI_GARMENT);
autobonus "{ bonus2 bSPRegenRate,80,1000; }",10,3000,BF_MAGIC|BF_WEAPON;
bonus bVit,10;
bonus bMaxHP,1500;
bonus bMaxSP,350;
bonus bHPrecovRate,30;
bonus bSPrecovRate,20;
if ((.@r + .@shoes + .@garment) >= 30) {
   bonus bAspdRate,10;
   bonus bFixedCastrate,-20;
   bonus2 bSubEle,Ele_All,10;
}