2026/04/02 Morning Update
Added Chaos domain. Added Glory domain. Added Law domain. Added Luck domain. Added Madness domain. Added Mind domain. Added Moon domain. Added new Shaman / Monk feats to Shaman feat tracker function. Corrected all instances of Summon Monster to Summon Creature in the TLK
This commit is contained in:
@@ -981,6 +981,8 @@ int PRCMySavingThrow(int nSavingThrow, object oTarget, int nDC, int nSaveType =
|
||||
// +2 bonus on saves against mind affecting, done here
|
||||
if(GetLevelByClass(CLASS_TYPE_FIST_DAL_QUOR, oTarget) > 1)
|
||||
nDC -= 2;
|
||||
if(GetHasFeat(FEAT_DOMAIN_POWER_MIND, oTarget) || GetHasFeat(FEAT_BONUS_DOMAIN_MIND, oTarget))
|
||||
nDC -= 2;
|
||||
// Scorpion's Resolve gives a +4 bonus on mind affecting saves
|
||||
if(GetHasFeat(FEAT_SCORPIONS_RESOLVE, oTarget))
|
||||
nDC -= 4;
|
||||
|
||||
Reference in New Issue
Block a user