From 19d00e34f80b558be6240fa6b5eb6678efceeae6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 14 Jun 2022 22:48:07 -0700 Subject: Obsolete bloodbars. -Reconstituted blood simply makes more sense. --- .../Modification_Files/Items/Misc/v_materials.json | 33 ---------------------- 1 file changed, 33 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items/Misc/v_materials.json') diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json index 9450e0c..aa9c7f5 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -113,39 +113,6 @@ "description": "A sticky sap left over from the process of dehydrating synthetic blood.", "healthy": 1 }, - { - "id": "bloodbar", - "type": "COMESTIBLE", - "comestible_type": "FOOD", - "looks_like": "jerky", - "name": { "str": "blood bar" }, - "description": "An 'energy' bar made from powdered and thickened blood. It is reasonably tasty and keeps for a long time.", - "weight": "85 g", - "volume": "125 ml", - "price": "0 cent", - "material": [ "blood" ], - "symbol": "'", - "color": "red", - "count": 1, - "calories": 250, - "quench": 0, - "healthy": 3, - "fun": 5, - "spoils_in": "180 days", - "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE", "VAMPIRISM" ] - }, - { - "id": "synthbloodbar", - "type": "COMESTIBLE", - "comestible_type": "FOOD", - "copy-from": "bloodbar", - "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.", - "calories": 125, - "healthy": 1, - "fun": 3 - }, { "id": "compactsheet", "type": "GENERIC", -- cgit v1.2.1