From cca522f29a090b9a7993600046814d12036b37ee Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 9 Jun 2021 01:14:15 -0700 Subject: Reduce blood quench to 0 since vampires don't use thrist --- vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json index f655910..e3adeda 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -10,7 +10,7 @@ "container": "flask_glass", "comestible_type": "DRINK", "symbol": "~", - "quench": 30, + "quench": 0, "healthy": 4, "calories": 300, "description": "Blood, possibly that of a human. Disgusting!", @@ -106,13 +106,13 @@ "weight": "40 g", "volume": "250 ml", "price": "0 cent", - "quench": 5, + "quench": 0, "healthy": 2, "nutrition": 2, "material": [ "hflesh" ], "symbol": "~", "color": "pink", - "count": 3 + "count": 3, }, { "id": "compactsheet", @@ -154,7 +154,7 @@ "container": "flask_glass", "comestible_type": "DRINK", "symbol": "~", - "quench": 15, + "quench": 0, "healthy": 2, "calories": 150, "description": "Synthetic blood, not possibly that of a human. Still disgusting!", @@ -174,7 +174,7 @@ "description": "Powdered synthetic human blood. It lacks the supernatural potency of real blood for crafting, but can still be used as a snack if you are so inclined.", "weight": "10 g", "volume": "3 ml", - "price": "1 cent", + "price": "1 cent", "count": 10, "quench": 0, "healthy": 0, -- cgit v1.2.1