Shining Priest's Cloak

Item ID 480224 Name Shining Priest's Cloak
None
Weapon Level 0 Identifier ROZ_FV_Cassock_Manteau
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 35 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 45 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 bHealPower2,25;
bonus bAddItemHealRate,25;
bonus2 bSubRace,RC_Angel,2*(.@r/2);
bonus2 bSubRace,RC_Demon,2*(.@r/2);
bonus bBaseAtk,7*(.@r/3);
bonus bMatk,6*(readparam(bInt)/25)+10*(.@r/3);
bonus bAspdRate,3*(readparam(bAgi)/25);
bonus bMaxHP,350*(readparam(bVit)/25);
bonus bVariableCastrate,-3*(readparam(bDex)/25);
if (.@r>=9)
   bonus2 bSubSize,Size_All,10;

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