Divine Protect Shield

Item ID 410348 Name Divine Protect Shield
None
Weapon Level 0 Identifier D_Protect_Shields
Attack 0 Type Armor
MATK 0 Equip Locations Middle Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 10 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus2 bResEff,Eff_Confusion,10000;
bonus2 bResEff,Eff_Hallucination,10000;
bonus bDef,100;
bonus bMdef,20;
skill "LG_SHIELDSPELL",3;
bonus2 bSubRace,RC_Player_Doram,10;
bonus2 bSubRace,RC_Player_Human,10;
if (readparam(bVit)>=90) {
   bonus bDef,200;
   bonus bMdef,40;
   bonus bFixedCast,-500;
   bonus bVariableCastrate,-30;
   bonus2 bHPRegenRate,600,5000;
   bonus2 bSPRegenRate,60,5000;
}
else if (readparam(bVit)>=60) {
   bonus bVariableCastrate,-30;
   bonus2 bHPRegenRate,300,5000;
   bonus2 bSPRegenRate,30,5000;
}