From 6257fd46cdd23262557ccbb154a1039ab0148bae Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 9 Mar 2021 00:53:46 -0800 Subject: Many updates to get this mod working properly. See the readme. --- .../Modification_Files/Items/Misc/v_materials.json | 38 ++++++++++++++++++---- .../Modification_Files/Items/Misc/v_recipe.json | 14 ++++++++ 2 files changed, 45 insertions(+), 7 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items/Misc') diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json index 4ff25ac..7d261b9 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -10,15 +10,16 @@ "container": "flask_glass", "comestible_type": "DRINK", "symbol": "~", - "quench": 5, - "healthy": -8, - "calories": 43, + "quench": 20, + "healthy": 4, + "calories": 150, "description": "Blood, possibly that of a human. Disgusting!", "price": 100, "material": [ "hflesh" ], "volume": "250 ml", "phase": "liquid", - "fun": -50 + "fun": 10, + "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ] }, { "id": "melted_bloodrune", @@ -88,7 +89,7 @@ "price": 1, "count": 10, "quench": 1, - "healthy": -3, + "healthy": 1, "nutrition": 3, "material": [ "hflesh" ], "symbol": "'", @@ -105,8 +106,8 @@ "volume": "250 ml", "price": 0, "quench": 5, - "healthy": -3, - "nutrition": -2, + "healthy": 2, + "nutrition": 2, "material": [ "hflesh" ], "symbol": "~", "color": "pink", @@ -139,5 +140,28 @@ "symbol": ".", "color": "red", "flags": [ "ZERO_WEIGHT" ] + }, + { + "//": "Reduced weight.", + "type": "COMESTIBLE", + "id": "synthblood", + "copy-from": "blood", + "looks_like": "blood", + "name": { "str": "synthetic blood", "str_pl": "synthetic blood" }, + "weight": "5 g", + "color": "red", + "container": "flask_glass", + "comestible_type": "DRINK", + "symbol": "~", + "quench": 10, + "healthy": 2, + "calories": 75, + "description": "Synthetic blood, not possibly that of a human. Still disgusting!", + "price": 100, + "material": [ "hflesh" ], + "volume": "250 ml", + "phase": "liquid", + "fun": 5, + "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ] } ] diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json index b2d29cf..5813d4a 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json @@ -292,5 +292,19 @@ "time": 250, "qualities": [ { "id": "HAMMER", "level": 3 } ], "components": [ [ [ "bigbloodrune", 1 ] ] ] + }, + { + "type": "recipe", + "result": "synthblood", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_DRINKS", + "skill_used": "cooking", + "difficulty": 4, + "time": "5 m", + "autolearn": true, + "batch_time_factors": [ 80, 4 ], + "qualities": [ { "id": "BOIL", "level": 1 } ], + "tools": [ [ [ "water_boiling_heat", 3, "LIST" ] ] ], + "components": [ [ [ "protein_powder", 1 ] ], [ [ "water_clean", 1 ] ], [ [ "sugar", 5 ] ] ] } ] -- cgit v1.2.1