2025/12/12 Update

Updated PEPS
Hooked up module GUI event for spell effect manager.
Updated nim tools.
Full compile.
This commit is contained in:
Jaysyn904
2025-12-12 14:33:30 -05:00
parent 36565033c9
commit e2ef284388
411 changed files with 13207 additions and 9627 deletions

View File

@@ -3,7 +3,7 @@
int StartingUp(object oPC);
json ai_CheckToReplaceSpell(json jSpellList, int nClass, int nLevel, int nSlot)
{
//if(d100() > 49) return jSpellList;
if(d100() > 49) return jSpellList;
string sSpellTableColumn = Get2DAString("classes", "SpellTableColumn", nClass);
int nRoll = d10() + 1 + nLevel * 10;
int nSpell = StringToInt(Get2DAString("prc_add_spells", sSpellTableColumn, nRoll));