From d8640d0d7e1f77f165a6dc8e1b6788a4e00b8de9 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 16 Sep 2021 22:01:16 -0700 Subject: Set the caloric values of blood to be static. --- vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'vamp_stuff/Modification_Files') diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json index b40a3e0..6ffccb9 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -49,10 +49,9 @@ "color": "red", "count": 10, "quench": 0, - "nutrition": 3, "healthy": 1, "fun": -5, - "flags": [ "VAMPIRISM" ] + "flags": [ "VAMPIRISM", "NUTRIENT_OVERRIDE" ] }, { "id": "synthbloodpowder", @@ -62,7 +61,6 @@ "looks_like": "bloodpowder", "name": { "str": "powdered synthetic blood" }, "description": "Dehydrated synthetic blood powder. It lacks the supernatural potency of real blood for crafting, but can still be used as a food source if you are desperate.", - "nutrition": 2, "healthy": 0 }, { @@ -79,11 +77,10 @@ "color": "pink", "count": 3, "quench": 0, - "nutrition": 2, "healthy": 2, "fun": 0, "spoils_in": "7 days", - "flags": [ "VAMPIRISM" ] + "flags": [ "VAMPIRISM", "NUTRIENT_OVERRIDE" ] }, { "id": "synthbloodextract", @@ -93,7 +90,6 @@ "looks_like": "bloodextract", "name": { "str": "thickened synthetic blood" }, "description": "A sticky sap left over from the process of dehydrating synthetic blood.", - "nutrition": 1, "healthy": 1 }, { @@ -110,12 +106,12 @@ "symbol": "'", "color": "red", "count": 1, + "calories": 250, "quench": 0, - "nutrition": 3, "healthy": 3, "fun": 5, "spoils_in": "180 days", - "flags": [ "EATEN_HOT", "VAMPIRISM" ] + "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE", "VAMPIRISM" ] }, { "id": "synthbloodbar", @@ -125,7 +121,7 @@ "looks_like": "bloodbar", "name": { "str": "synthetic blood bar" }, "description": "An 'energy' bar made from powdered and thickened synthetic blood. It is moderately tasty and keeps for a long time.", - "nutrition": 2, + "calories": 125, "healthy": 1, "fun": 3 }, -- cgit v1.2.1