diff options
Diffstat (limited to 'vamp_stuff/Modification_Files/Items')
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 14 |
1 files changed, 5 insertions, 9 deletions
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 }, |