summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-16 22:01:16 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-16 22:01:16 -0700
commitd8640d0d7e1f77f165a6dc8e1b6788a4e00b8de9 (patch)
treebd508f523a598282b9f70cf4384be7aa9c9bb5c6 /vamp_stuff/Modification_Files/Items/Misc/v_materials.json
parentFix synthetic blood bar to have two charges, not 2 count. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-d8640d0d7e1f77f165a6dc8e1b6788a4e00b8de9.tar.xz
Set the caloric values of blood to be static.
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Misc/v_materials.json')
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_materials.json14
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
},