ID #410348
Armor
Divine Protect Shield
Buy Price: N/A
Sell Price: N/A
Type: Armor
Weight: 100
Armor level: 1
Required level: 1
Weight: 100
Armor level: 1
Required level: 1
Basic Information
Type
Armor
Weight
100
Requirements
Armor Level
1
Min Level
1
Scripts
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; }
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;
}