From aadd779ce2b38ff643fe9347b31f0bf12f955f57 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 8 Jun 2021 23:45:24 -0700 Subject: Add trait to link thirst and hunger. And later to indicate blood addiction. --- vamp_stuff/Modification_Files/NPC/v_classes.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'vamp_stuff/Modification_Files/NPC') diff --git a/vamp_stuff/Modification_Files/NPC/v_classes.json b/vamp_stuff/Modification_Files/NPC/v_classes.json index 1270b1e..6204b42 100644 --- a/vamp_stuff/Modification_Files/NPC/v_classes.json +++ b/vamp_stuff/Modification_Files/NPC/v_classes.json @@ -46,6 +46,7 @@ [ "VAMPFANGS", 100 ], [ "VAMPCLAWS", 100 ], [ "SUNBURN", 100 ], + [ "VAMP_HUNGER", 100 ], [ "hair_white_long", 100 ], [ "BGSS_VAMPIRE_ISOLATED_1", 100 ] ] @@ -97,6 +98,7 @@ [ "VAMPFANGS", 100 ], [ "VAMPCLAWS", 100 ], [ "SUNBURN", 100 ], + [ "VAMP_HUNGER", 100 ], [ "hair_white_medium", 100 ] ] }, @@ -148,6 +150,7 @@ [ "VAMPFANGS", 100 ], [ "VAMPCLAWS", 100 ], [ "SUNBURN", 100 ], + [ "VAMP_HUNGER", 100 ], [ "hair_white_short", 100 ] ] }, @@ -204,6 +207,7 @@ [ "VAMPFANGS", 100 ], [ "VAMPCLAWS", 100 ], [ "SUNBURN", 100 ], + [ "VAMP_HUNGER", 100 ], [ "hair_white_crewcut", 100 ] ] }, @@ -254,6 +258,7 @@ [ "VAMPFANGS", 100 ], [ "VAMPCLAWS", 100 ], [ "SUNBURN", 100 ], + [ "VAMP_HUNGER", 100 ], [ "hair_white_medium", 100 ] ] }, @@ -304,6 +309,7 @@ [ "VAMPFANGS", 100 ], [ "VAMPCLAWS", 100 ], [ "SUNBURN", 100 ], + [ "VAMP_HUNGER", 100 ], [ "hair_white_crewcut", 100 ] ] }, @@ -354,6 +360,7 @@ [ "VAMPFANGS", 100 ], [ "VAMPCLAWS", 100 ], [ "SUNBURN", 100 ], + [ "VAMP_HUNGER", 100 ], [ "hair_white_short", 100 ] ] }, @@ -411,6 +418,7 @@ [ "VAMPFANGS", 100 ], [ "VAMPCLAWS", 100 ], [ "SUNBURN", 100 ], + [ "VAMP_HUNGER", 100 ], [ "hair_white_short", 100 ] ] }, -- cgit v1.2.1