aboutsummaryrefslogtreecommitdiff
path: root/gamemode/npcsystem/npcs/base.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/npcsystem/npcs/base.lua')
-rw-r--r--gamemode/npcsystem/npcs/base.lua10
1 files changed, 7 insertions, 3 deletions
diff --git a/gamemode/npcsystem/npcs/base.lua b/gamemode/npcsystem/npcs/base.lua
index 670c476..0e8ea53 100644
--- a/gamemode/npcsystem/npcs/base.lua
+++ b/gamemode/npcsystem/npcs/base.lua
@@ -7,9 +7,13 @@ NPC.Icon = Material("wintersurvival2/hud/ws1_icons/icon_rock")
NPC.Social = "Pack" --Solo, Pack
NPC.Stats = {
- ["Vitality"] = 100,
- ["Speed"] = 50,
- ["AwareDist"] = 1000,
+ ["Vitality"] = 1,
+ ["Speed"] = 1,
+ ["AwareDist"] = 1,
+ ["Accel"] = 1,
+ ["Decel"] = 1,
+ ["Step"] = 1, --Step height
+ ["Hull"] = HULL_HUMAN
}
--Some npc's like birds have diffent names for their idle sequence