2026/04/20 Update

Aberrations shouldn't show up on the default Druid PnP Wildshape list.
Added Assassin to GetIsBioSpellCastClass()
Updated CloakedCastingDC() to work with Factotum's Cunning Brilliance.
Greatly expanded the possible class abilities for Factotum's Cunning Brilliance.
Fixed Sublime Chord related bug in PRCGetIsRealSpellKnownByClass().
This commit is contained in:
Jaysyn904
2026-04-20 15:53:14 -04:00
parent 0c813b4954
commit 0e9dabdfb3
7 changed files with 857 additions and 547 deletions

View File

@@ -203,6 +203,10 @@ const int FEAT_CHARMING_THE_ARROW = 25998;
//:: Skill Based Feats
const int FEAT_JUMP = 2884;
//:: Beguiler
const int FEAT_CLOAKED_CASTING = 23592;
const int FEAT_SURPRISE_CASTING = 23593;
//:: Lion of Talisid
const int FEAT_LOT_LIONS_COURAGE = 25614;
const int FEAT_LOT_LIONS_POUNCE = 25615;
@@ -3241,9 +3245,10 @@ const int FEAT_CWSM_FRIGHTFUL_PRESENCE = 2359;
const int FEAT_VIRTUOSO_REVEALING_MELODY = 4176;
const int FEAT_VIRTUOSO_PERFORMANCE = 4177;
// hexblade feats
const int FEAT_HEXCURSE = 3664;
const int FEAT_SWIFT_CAST = 3827;
//:: Hexblade feats
const int FEAT_HEXCURSE = 3664;
const int FEAT_METTLE = 3665;
const int FEAT_SWIFT_CAST = 3827;
// Status markers
const int FEAT_INCORPOREAL = 4166;