Expanded Child of Night for epic progression

Expanded Child of Night for epic progression.
Tweaked Arcane Duelist's epic progression.
Set MetaUtterance feats to unlimited uses per day.
This commit is contained in:
Jaysyn904
2025-05-07 18:21:41 -04:00
parent 183b27019d
commit fa64533afd
9 changed files with 329 additions and 230 deletions

View File

@@ -92,7 +92,7 @@ void EnchantCW(object oPC, object oWeap)
if (GetHasFeat(FEAT_EPIC_ARCANE_DUELIST, oPC))
{
nBonus += (nADLevel - 10) / 2;
nMaxBonus = 20;
nMaxBonus = 10;
}
else
{