2026/04/27 Evening Update

Added PRC Option to change player model to appearances in racialappear.2da
Added class heartbeat script and updated Soul Eater's onHit to work with NPCs and cohorts.
This commit is contained in:
Jaysyn904
2026-04-27 20:49:54 -04:00
parent f397206b74
commit df731f3bd4
8 changed files with 171 additions and 9 deletions

View File

@@ -1397,6 +1397,10 @@ const string FILE_END_SPELLS = "FILE_END_SPELLS";
* This will be set automatically to a default unless FILE_END_MANUAL is turned on */
const string FILE_END_APPEARANCE = "FILE_END_APPEARANCE";
/** Last line of racalappear.2da
* This will be set automatically to a default unless FILE_END_MANUAL is turned on */
const string FILE_END_RACIALAPPEAR = "FILE_END_RACIALAPPEAR";
/** Last line of wingmodel.2da
* This will be set automatically to a default unless FILE_END_MANUAL is turned on */
const string FILE_END_WINGS = "FILE_END_WINGS";