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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user