2025/12/01 Updated

Removed unneeded 2DAs from top hak.
Updated NWNxEE libraries
Updated PEPS
Updated nim tooling.
Updated NPC template scripts.
Full compile.
This commit is contained in:
Jaysyn904
2025-12-01 13:05:25 -05:00
parent 9142d652cd
commit 223d71f051
2292 changed files with 29747 additions and 30806 deletions

View File

@@ -20,7 +20,6 @@
#include "nw_inc_gff"
#include "prc_inc_spells"
#include "prc_inc_util"
#include "npc_template_inc"
#include "inc_debug"
#include "prc_inc_json"
@@ -210,7 +209,7 @@ void main ()
json jFinalCreature;
//:: The creature's type changes to plant with the appropriate augmented subtype.
jNewCreature = JsonModifyRacialType(jBaseCreature, RACIAL_TYPE_PLANT);
jNewCreature = json_ModifyRacialType(jBaseCreature, RACIAL_TYPE_PLANT);
//:: Armor Class: A greenbound creature's natural armor bonus improves by 6 over that of the base creature.
jNewCreature = json_IncreaseBaseAC(jNewCreature, 6);