Shadowcasting marker feat work

Shadowcasting constants, 2da & tlk work for marker feats.  Added Fochulan Lyrist marker feat for Ur-Priest.
This commit is contained in:
Jaysyn904
2023-10-18 23:30:18 -04:00
parent 9b6d193b67
commit d8a072f489
21 changed files with 1361 additions and 1268 deletions

View File

@@ -376,6 +376,13 @@ int GetPathByMystery(int nMystId)
return nReturn;
}
/*
The following PrCs will need to be added to Shadowcasting:
Disciple of Asmodeus, Thrall of Orcus, Ollam, Acolyte of the Skin,
Alienist, Elemental Savant, Dragonsong Lyrist, Talon of Tiamat &
Mystic Theurge
*/
int GetShadowMagicPRCLevels(object oShadow)
{
int nLevel = GetLevelByClass(CLASS_TYPE_NOCTUMANCER, oShadow);