summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Misc/v_materials.json')
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_materials.json24
1 files changed, 21 insertions, 3 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
index 7d261b9..4c0a827 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
@@ -12,7 +12,7 @@
"symbol": "~",
"quench": 20,
"healthy": 4,
- "calories": 150,
+ "calories": 300,
"description": "Blood, possibly that of a human. Disgusting!",
"price": 100,
"material": [ "hflesh" ],
@@ -88,7 +88,7 @@
"volume": "3 ml",
"price": 1,
"count": 10,
- "quench": 1,
+ "quench": 0,
"healthy": 1,
"nutrition": 3,
"material": [ "hflesh" ],
@@ -155,7 +155,7 @@
"symbol": "~",
"quench": 10,
"healthy": 2,
- "calories": 75,
+ "calories": 150,
"description": "Synthetic blood, not possibly that of a human. Still disgusting!",
"price": 100,
"material": [ "hflesh" ],
@@ -163,5 +163,23 @@
"phase": "liquid",
"fun": 5,
"flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ]
+ },
+ {
+ "id": "synthbloodpowder",
+ "type": "COMESTIBLE",
+ "comestible_type": "FOOD",
+ "name": { "str": "synthetic blood powder" },
+ "description": "A powdered synthetic blood. Near-perfect vampire getaway snacks.",
+ "weight": "10 g",
+ "volume": "3 ml",
+ "price": 1,
+ "count": 10,
+ "quench": 0,
+ "healthy": 0,
+ "nutrition": 2,
+ "material": [ "hflesh" ],
+ "symbol": "'",
+ "color": "red",
+ "flags": [ "ZERO_WEIGHT" ]
}
]