2025/09/21

Tweaked Cerebremancer's featlist.
Epic DFA is 21st lvl not 11th.
Added EffectPetrificationImmune().
Fixed Large monk damage. @nShaken
Fixed expanded monk damage. @nShaken
Fixed Phantom Steed, oops.
Bahamut breath is a Fort save.
Xaniqos school works with Skirmish now..
Gave Drider a female racial appearance.
Tweaked oozemaster Light Fortification TLK entry.
This commit is contained in:
Jaysyn904
2025-09-21 16:09:09 -04:00
parent 7ce076815d
commit 8e2cfc9779
13 changed files with 382 additions and 307 deletions

View File

@@ -308,7 +308,7 @@ int FindUnarmedDamage(object oCreature)
if (GetHasFeat(FEAT_INCREASE_DAMAGE2, oCreature)) iDieIncrease = 2;
else if (GetHasFeat(FEAT_INCREASE_DAMAGE1, oCreature)) iDieIncrease = 1;
//:: Expansion / Compression powers
/* //:: Expansion / Compression powers (Double dipping?)
int nExpansion = GetLocalInt(oCreature, "PRC_Power_Expansion_SizeIncrease");
int nCompression = GetLocalInt(oCreature, "PRC_Power_Compression_SizeReduction");
@@ -320,7 +320,7 @@ int FindUnarmedDamage(object oCreature)
if (nCompression)
{
iSize -= nCompression;
}
} */
iMonkDamage += iDieIncrease;
iShouDamage += iDieIncrease;