Shining Priest's Boots

Item ID 470171 Name Shining Priest's Boots
None
Weapon Level 0 Identifier ROZ_FV_Cassock_Boots
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 32 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 40 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,350;
bonus bMaxSP,150;
bonus bHit,3*(.@r/2);
bonus2 bMagicAtkEle,Ele_Holy,4*(.@r/3);
if (.@r>=9)
   autobonus2 "{ bonus bFlee2,30; }",50,2000,BF_MAGIC|BF_WEAPON;

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