From 2d3dfacaab2d47d7845a3cbc72cf35a5b829ba0a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 18 Aug 2021 22:43:26 -0700 Subject: Replace carnivore and cannibal with source patches utilizing blood drinker trait --- .../Modification_Files/Items/Misc/v_materials.json | 23 +++++++++++----------- 1 file changed, 12 insertions(+), 11 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 45a915d..cc6163c 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -15,11 +15,11 @@ "calories": 300, "description": "Blood, possibly that of a human. Disgusting!", "price": "1 USD", - "material": [ "hflesh" ], + "material": [ "blood" ], "volume": "250 ml", "phase": "liquid", "fun": 10, - "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ] + "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE", "VAMPIRISM" ] }, { "id": "melted_bloodrune", @@ -92,10 +92,10 @@ "quench": 0, "healthy": 1, "nutrition": 3, - "material": [ "hflesh" ], + "material": [ "blood" ], "symbol": "'", "color": "red", - "flags": [ "ZERO_WEIGHT" ] + "flags": [ "ZERO_WEIGHT", "VAMPIRISM" ] }, { "id": "bloodextract", @@ -109,10 +109,11 @@ "quench": 0, "healthy": 2, "nutrition": 2, - "material": [ "hflesh" ], + "material": [ "blood" ], "symbol": "~", "color": "pink", - "count": 3 + "count": 3, + "flags": [ "VAMPIRISM" ] }, { "id": "compactsheet", @@ -158,12 +159,12 @@ "healthy": 2, "calories": 150, "description": "Synthetic blood, not possibly that of a human. Still disgusting!", - "price": "1 USD", - "material": [ "hflesh" ], + "price": "1 USD", + "material": [ "blood" ], "volume": "250 ml", "phase": "liquid", "fun": 5, - "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ] + "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE", "VAMPIRISM" ] }, { "id": "synthbloodpowder", @@ -179,9 +180,9 @@ "quench": 0, "healthy": 0, "nutrition": 2, - "material": [ "hflesh" ], + "material": [ "blood" ], "symbol": "'", "color": "red", - "flags": [ "ZERO_WEIGHT" ] + "flags": [ "ZERO_WEIGHT", "VAMPIRISM" ] } ] -- cgit v1.2.1