diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-08 23:45:24 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-08 23:45:24 -0700 |
commit | aadd779ce2b38ff643fe9347b31f0bf12f955f57 (patch) | |
tree | 7c9027a635489b6f90ca481f3751c4e31b4b19cc /vamp_stuff/Modification_Files/NPC/v_classes.json | |
parent | Remove Infection Resist due to it being made Infection Immune (diff) | |
download | cataclysm-dda-mod_vampire-stuff-redone-aadd779ce2b38ff643fe9347b31f0bf12f955f57.tar.xz |
Add trait to link thirst and hunger. And later to indicate blood addiction.
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC/v_classes.json')
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/v_classes.json | 8 |
1 files changed, 8 insertions, 0 deletions
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 ] ] }, |