2025/12/15 Update

Updated PEPS.
Updated nim tools.
This commit is contained in:
Jaysyn904
2025-12-15 18:59:42 -05:00
parent 9fdd96653e
commit f9067172a6
415 changed files with 12995 additions and 9415 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));