Added PW hook for alcohol & onUserDefined. Removed ability score check for Psilike [PRC_IsPsiLike] creatures. Updated scripted Favored Enemy for Plant & Ooze. Removed extra scythe entry from CheckCraftingMaterial(). Added missing morningstar entry in GetBaseResRef(). Increased Template limit to 250. Changed Lich templates to count Practiced Spellcaster in calculation.

This commit is contained in:
Jaysyn904
2024-07-24 18:17:19 -04:00
parent beeac117f7
commit e5b7389319
19 changed files with 38 additions and 19419 deletions

View File

@@ -3905,6 +3905,8 @@ int GetFavoredEnemyFeat(int iRacialType)
case RACIAL_TYPE_SHAPECHANGER: return FEAT_FAVORED_ENEMY_SHAPECHANGER;
case RACIAL_TYPE_UNDEAD: return FEAT_FAVORED_ENEMY_UNDEAD;
case RACIAL_TYPE_VERMIN: return FEAT_FAVORED_ENEMY_VERMIN;
case RACIAL_TYPE_PLANT: return FEAT_FAVORED_ENEMY_PLANT;
case RACIAL_TYPE_OOZE: return FEAT_FAVORED_ENEMY_OOZE;
}
return -1;
}