Shining Priest's Robe

Item ID 15471 Name Shining Priest's Robe
None
Weapon Level 0 Identifier ROZ_FV_CassockA_VIT
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 142 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 65 Min Equip Level 150
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHP,1400;
bonus bDef,35+(5*(.@r/2));
bonus bMdef,10+(.@r/2);
bonus bVit,3*(.@r/3);
if (.@r>=9)
   bonus bMaxHPrate,20;

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;
}