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

@@ -49,11 +49,12 @@ const int RACIAL_TYPE_ZENYRTHRI = 206;
const int RACIAL_TYPE_HVISTANI = 146;
const int RACIAL_TYPE_VISTANI = 147;
//Rokugan/Kara-Tur Races
//:: Rokugan/Kara-Tur Races
const int RACIAL_TYPE_TASLOI = 140;
const int RACIAL_TYPE_SPIRIT_FOLK = 243;
const int RACIAL_TYPE_KOROBKURU = 245;
const int RACIAL_TYPE_NEZUMI = 246;
const int RACIAL_TYPE_SPIRIT_FOLK = 243;
const int RACIAL_TYPE_TASLOI = 140;
//Spelljammer Races
const int RACIAL_TYPE_SCRO = 182;