Piercing Cold now inflicts untyped damage

Piercing Cold now inflicts untyped damage.
Cleaned up Midnight Augmentation.
Dread Necromancer is an Arcane class.
Expanded  Iron Mind for epic progression.
Expanded  War Mind for epic progression.
Fixed Gloura / Bard / Sublime Chord issues.
Restored Nezumi race.
Reverted Bard Armored spellcasting (change originally made due to incorrect SRD).
Fixed Aura of Despair to only affect hostiles.
Fixed damage cap on Disintegrate.
Fixed bug where you could still wear armor under the effects of Luminous Armor.
Fixed PsyWar bug with NUI Spellcast menu (@rakiov).
This commit is contained in:
Jaysyn904
2025-06-01 10:30:29 -04:00
parent 051083061b
commit 188047149c
28 changed files with 2226 additions and 826 deletions

View File

@@ -478,6 +478,10 @@ const int FEAT_TOUCH_OF_LUCK = 4634;
const int FEAT_FORESTLORD_TREEWALK = 4633;
const int FEAT_KALASHTAR_PP = 5205;
const int FEAT_RACE_HARDINESS_VS_DISEASE = 26400;
const int FEAT_NEZUMI_IMMUNE_SHADOWLANDS = 26401;
const int FEAT_NEZUMI_KEEN_SCENT = 26402;
//:: PnP Weapon Proficiencies
const int FEAT_WEAPON_PROFICIENCY_SHORTSWORD = 7901;
const int FEAT_WEAPON_PROFICIENCY_LONGSWORD = 7902;
@@ -3644,6 +3648,10 @@ const int FEAT_LUCKY_SHOT = 24021;
//:: Bloodclaw Master
const int FEAT_BCM_RENDING_CLAWS = 24065;
//:: Ironmind
const int FEAT_ARMOURED_MIND = 3644;
const int FEAT_MIND_OVER_BODY = 3645;
// Dread Necromancer
const int FEAT_DN_SCABROUS_TOUCH = 24145;
const int FEAT_DN_NEG_NRG_BURST = 24149;