2025/08/30 Update

Added the Repair Damage line of spells.
Stigmata is an activatable general feat.
Cleaned up old prepared caster lines in feat.2da & spells.2da.
Master Wand is an epic feat.
Updated Favoured Soul spell list.
Updated Sorcerer spell list.
Updated Dread Necromancer Advanced Learning list.
Updated fileends to support above changes.
This commit is contained in:
Jaysyn904
2025-08-29 16:23:15 -04:00
parent 79104964db
commit a61d514630
113 changed files with 153673 additions and 81209 deletions

View File

@@ -109,7 +109,7 @@ void SetupCharacterData(object oPC)
case CLASS_TYPE_ARCANE_DUELIST: sScript = "prc_arcduel"; break;
case CLASS_TYPE_ARCHIVIST: sScript = "prc_archivist"; iData |= 0x01; break;
case CLASS_TYPE_ASSASSIN: break;
//case CLASS_TYPE_BAELNORN: sScript = "prc_baelnorn"; break;
//case CLASS_TYPE_BAELNORN: sScript = "prc_baelnorn"; break;
case CLASS_TYPE_BARD: iData |= 0x07; break;
case CLASS_TYPE_BATTLESMITH: sScript = "prc_battlesmith"; break;
case CLASS_TYPE_BEGUILER: iData |= 0x03; break;