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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user