From dc2baeb12955953449fa5bc80e97e166dfdc5452 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Sun, 30 Oct 2022 13:46:22 -0700
Subject: Rebalance blood and synthetic blood. -Synth is now as filling as
 blood. -Synth is now unhealthy. -Blood provides slightly more fun. Synth
 provides slightly less.

---
 vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

(limited to 'vamp_stuff')

diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
index e8bbc89..4ab1088 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
@@ -17,7 +17,7 @@
     "calories": 300,
     "quench": 0,
     "healthy": 4,
-    "fun": 10,
+    "fun": 15,
     "spoils_in": "1 days",
     "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE", "VAMPIRISM" ]
   },
@@ -29,7 +29,7 @@
     "name": { "str": "reconstituted blood", "str_pl": "reconstituted blood" },
     "description": "Reconstituted blood, possibly originally that of a human.  Disgusting!",
     "healthy": 3,
-    "fun": 8
+    "fun": 10
   },
   {
     "id": "synthblood",
@@ -39,9 +39,8 @@
     "looks_like": "blood",
     "name": { "str": "synthetic blood", "str_pl": "synthetic blood" },
     "description": "Synthetic blood, not possibly that of a human.  Still disgusting!",
-    "calories": 150,
-    "healthy": 2,
-    "fun": 5
+    "healthy": -1,
+    "fun": 2
   },
   {
     "id": "synthblood_reconstituted",
@@ -50,8 +49,8 @@
     "copy-from": "synthblood",
     "name": { "str": "reconstituted synthetic blood", "str_pl": "reconstituted synthetic blood" },
     "description": "Reconstituted synthetic blood, not possibly originally that of a human.  Disgusting!",
-    "healthy": 1,
-    "fun": 4
+    "healthy": -2,
+    "fun": 1
   },
   {
     "id": "bloodpowder",
@@ -81,7 +80,7 @@
     "looks_like": "bloodpowder",
     "name": { "str": "powdered synthetic blood" },
     "description": "Dehydrated synthetic blood powder. Mix with water to make drinkable synthetic blood.",
-    "healthy": 0
+    "healthy": -4
   },
   {
     "id": "compactsheet",
-- 
cgit v1.2.1