From ec87c8b2c916ef0a4b159e3d0cd55fc4bcfb7f1f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 22 Aug 2022 14:51:08 -0700 Subject: Obsolete thickened blood (aka blood extract) Reduce mass of blood powder. Reduce blood powder per batch from 4 to 1. -This makes it functionally more like powdered milk. Remove post-apoc prices from blood materials. --- .../Modification_Files/Items/Misc/v_materials.json | 38 ++-------------------- 1 file changed, 2 insertions(+), 36 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 aa9c7f5..e8bbc89 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -47,10 +47,9 @@ "id": "synthblood_reconstituted", "type": "COMESTIBLE", "comestible_type": "DRINK", - "copy-from": "blood", + "copy-from": "synthblood", "name": { "str": "reconstituted synthetic blood", "str_pl": "reconstituted synthetic blood" }, "description": "Reconstituted synthetic blood, not possibly originally that of a human. Disgusting!", - "calories": 150, "healthy": 1, "fun": 4 }, @@ -61,7 +60,7 @@ "looks_like": "protein_powder", "name": { "str": "powdered blood" }, "description": "Dehydrated blood powder. Mix with water to make drinkable blood.", - "weight": "10 g", + "weight": "3 g", "volume": "3 ml", "price": "0 cent", "material": [ "powder", "blood" ], @@ -84,35 +83,6 @@ "description": "Dehydrated synthetic blood powder. Mix with water to make drinkable synthetic blood.", "healthy": 0 }, - { - "id": "bloodextract", - "type": "COMESTIBLE", - "comestible_type": "FOOD", - "name": { "str": "thickened blood" }, - "description": "A sticky sap left over from the process of dehydrating blood.", - "weight": "40 g", - "volume": "250 ml", - "price": "0 cent", - "material": [ "blood" ], - "symbol": "~", - "color": "pink", - "count": 3, - "quench": 0, - "healthy": 2, - "fun": 0, - "spoils_in": "7 days", - "flags": [ "VAMPIRISM", "NUTRIENT_OVERRIDE" ] - }, - { - "id": "synthbloodextract", - "type": "COMESTIBLE", - "comestible_type": "FOOD", - "copy-from": "bloodextract", - "looks_like": "bloodextract", - "name": { "str": "thickened synthetic blood" }, - "description": "A sticky sap left over from the process of dehydrating synthetic blood.", - "healthy": 1 - }, { "id": "compactsheet", "type": "GENERIC", @@ -135,7 +105,6 @@ "weight": "250 g", "volume": "250 ml", "price": "0 cent", - "price_postapoc": "2 kUSD", "material": [ "compactblood" ], "symbol": "o", "color": "red" @@ -163,7 +132,6 @@ "weight": "750 g", "volume": "250 ml", "price": "0 cent", - "price_postapoc": "0 cent", "material": [ "compactblood" ], "symbol": "~", "color": "red" @@ -177,7 +145,6 @@ "weight": "750 g", "volume": "250 ml", "price": "0 cent", - "price_postapoc": "5 kUSD", "count": 3, "material": [ "compactblood" ], "symbol": ".", @@ -192,7 +159,6 @@ "weight": "3000 g", "volume": "1750 ml", "price": "0 cent", - "price_postapoc": "25 kUSD", "material": [ "compactblood" ], "symbol": ".", "color": "red" -- cgit v1.2.1