2026/01/22 Update 2
Mechanatrixes always fail saves vs elecricity. Incorporated most creature ability scripts into the PRC8 & updated them to use PRCEffect(), SPApplyEffectToObject(), etc. Updated prc_inc_breath to use PRCEffectDamage() Updated several spell scripts to use PRCEffectDamage().
This commit is contained in:
@@ -1072,6 +1072,10 @@ int PRCMySavingThrow(int nSavingThrow, object oTarget, int nDC, int nSaveType =
|
||||
nDC -= 1 + (GetHitDice(oTarget) / 5);
|
||||
else if(GetHasFeat(FEAT_HARD_ELEC, oTarget))
|
||||
nDC -= 2;
|
||||
|
||||
//:: Mechanatrix always fail saves vs electricity.
|
||||
if(GetRacialType(oTarget) == RACIAL_TYPE_MECHANATRIX)
|
||||
return 0;
|
||||
}
|
||||
else if(nSaveType == SAVING_THROW_TYPE_SONIC)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user