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:
Jaysyn904
2026-05-02 10:32:31 -04:00
parent a8fa7e9fa6
commit 95d6a35a49
85 changed files with 52795 additions and 52189 deletions

View File

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