2026/02/08 Update
Archived Spellman's Project content. Added missing Diamond Dragon stat feats. Hospitaler's should be able to take Extra Turning. Dodge proxies should allow entry into Champion of Corellon. Mounted Combat is a prereq for Champion of Corellon. Only Clerics have Domain reqs to enter Morninglord. Verdant Lord was missing BAB 4 entry requirement. Diamond Dragons don't get spellcraft. Re-added Korobokuru race. Added .ltr tables for Korobokuru. Capped Blood in the Water at +20. Capped Pearl of Black Doubt at +20. Added json_GetFirstKnownSpell() and json_GetNextKnownSpell(). Updated all old NWNx functions to work with NWNxEE. Added new switch to enable optional PRCX / NWNxEE shims. Commented out ConvoCC switches on inc_switch_setup.nss Diamond Dragon's stat increases are intrinsic when using NWNxEE. Forsaker's stat increases are intrinsic when using NWNxEE. Vow of Poverty's stat increases are intrinsic when using NWNxEE. Cloud Dragon summon should be Neutral Good. Fixed Verdant Lord's regen. Fixed Forest Master's regen. Morninglord's Creative Fire should affect Alchemy. Added yes/no dialog when choosing Vow of Poverty bonus Exalted Feats. Racial natural AC should be intrinsic when NWNxEE is enabled. Transcendent Vitality's CON bonus is intrinsic when NWNxEE is enabled.
This commit is contained in:
@@ -978,32 +978,35 @@ const int FEAT_KOB_DRAGONWROUGHT_SR = 3855;
|
||||
const int FEAT_DRAGON_AUGMENT_STR_1 = 3857;
|
||||
const int FEAT_DRAGON_AUGMENT_STR_2 = 3858;
|
||||
const int FEAT_DRAGON_AUGMENT_STR_3 = 3859;
|
||||
const int FEAT_DRAGON_AUGMENT_STR_4 = 26382;
|
||||
const int FEAT_DRAGON_AUGMENT_STR_5 = 26383;
|
||||
const int FEAT_DRAGON_AUGMENT_STR_6 = 26384;
|
||||
const int FEAT_DRAGON_AUGMENT_STR_7 = 26385;
|
||||
const int FEAT_DRAGON_AUGMENT_STR_8 = 26386;
|
||||
const int FEAT_DRAGON_AUGMENT_STR_9 = 26387;
|
||||
const int FEAT_DRAGON_AUGMENT_STR_4 = 25645;
|
||||
const int FEAT_DRAGON_AUGMENT_STR_5 = 25646;
|
||||
const int FEAT_DRAGON_AUGMENT_STR_6 = 25647;
|
||||
const int FEAT_DRAGON_AUGMENT_STR_7 = 25648;
|
||||
const int FEAT_DRAGON_AUGMENT_STR_8 = 25649;
|
||||
const int FEAT_DRAGON_AUGMENT_STR_9 = 25650;
|
||||
const int FEAT_DRAGON_AUGMENT_STR_10 = 25651;
|
||||
|
||||
const int FEAT_DRAGON_AUGMENT_DEX_1 = 3860;
|
||||
const int FEAT_DRAGON_AUGMENT_DEX_2 = 3861;
|
||||
const int FEAT_DRAGON_AUGMENT_DEX_3 = 3862;
|
||||
const int FEAT_DRAGON_AUGMENT_DEX_4 = 26388;
|
||||
const int FEAT_DRAGON_AUGMENT_DEX_5 = 26389;
|
||||
const int FEAT_DRAGON_AUGMENT_DEX_6 = 26390;
|
||||
const int FEAT_DRAGON_AUGMENT_DEX_7 = 26391;
|
||||
const int FEAT_DRAGON_AUGMENT_DEX_8 = 26392;
|
||||
const int FEAT_DRAGON_AUGMENT_DEX_9 = 26393;
|
||||
const int FEAT_DRAGON_AUGMENT_DEX_4 = 25653;
|
||||
const int FEAT_DRAGON_AUGMENT_DEX_5 = 25654;
|
||||
const int FEAT_DRAGON_AUGMENT_DEX_6 = 25655;
|
||||
const int FEAT_DRAGON_AUGMENT_DEX_7 = 25656;
|
||||
const int FEAT_DRAGON_AUGMENT_DEX_8 = 25657;
|
||||
const int FEAT_DRAGON_AUGMENT_DEX_9 = 25658;
|
||||
const int FEAT_DRAGON_AUGMENT_DEX_10 = 25659;
|
||||
|
||||
const int FEAT_DRAGON_AUGMENT_CON_1 = 3863;
|
||||
const int FEAT_DRAGON_AUGMENT_CON_2 = 3864;
|
||||
const int FEAT_DRAGON_AUGMENT_CON_3 = 3865;
|
||||
const int FEAT_DRAGON_AUGMENT_CON_4 = 26394;
|
||||
const int FEAT_DRAGON_AUGMENT_CON_5 = 26395;
|
||||
const int FEAT_DRAGON_AUGMENT_CON_6 = 26396;
|
||||
const int FEAT_DRAGON_AUGMENT_CON_7 = 26397;
|
||||
const int FEAT_DRAGON_AUGMENT_CON_8 = 26398;
|
||||
const int FEAT_DRAGON_AUGMENT_CON_9 = 26399;
|
||||
const int FEAT_DRAGON_AUGMENT_CON_4 = 25661;
|
||||
const int FEAT_DRAGON_AUGMENT_CON_5 = 25662;
|
||||
const int FEAT_DRAGON_AUGMENT_CON_6 = 25663;
|
||||
const int FEAT_DRAGON_AUGMENT_CON_7 = 25664;
|
||||
const int FEAT_DRAGON_AUGMENT_CON_8 = 25665;
|
||||
const int FEAT_DRAGON_AUGMENT_CON_9 = 25666;
|
||||
const int FEAT_DRAGON_AUGMENT_CON_10 = 25667;
|
||||
|
||||
const int FEAT_CHANNEL_DRACLAWS = 3866;
|
||||
const int FEAT_PSIONIC_BREATH = 3867;
|
||||
|
||||
Reference in New Issue
Block a user