From ded45de7799ed2cd1b39cc165fb2b0b62a845682 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 4 Oct 2021 23:06:30 -0700 Subject: Add Reconstitued Blood + Synthetic + Recipes --- .../Modification_Files/Recipes/recipe_blood.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'vamp_stuff/Modification_Files/Recipes/recipe_blood.json') diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json index 9ad6a03..7effab3 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json @@ -32,6 +32,16 @@ ] ] }, + { + "type": "recipe", + "result": "blood_reconstituted", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_DRINKS", + "skill_used": "cooking", + "time": "1 m", + "book_learn": [ [ "vamp_upgradebook1", 4 ] ], + "components": [ [ [ "bloodpowder", 1 ] ], [ [ "water_clean", 1 ] ] ] + }, { "type": "recipe", "result": "synthblood", @@ -46,6 +56,16 @@ "tools": [ [ [ "water_boiling_heat", 3, "LIST" ] ] ], "components": [ [ [ "protein_powder", 1 ] ], [ [ "water_clean", 1 ] ], [ [ "sugar", 5 ] ], [ [ "salt", 5 ] ] ] }, + { + "type": "recipe", + "result": "synthblood_reconstituted", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_DRINKS", + "skill_used": "cooking", + "time": "1 m", + "book_learn": [ [ "vamp_upgradebook1", 4 ] ], + "components": [ [ [ "synthbloodpowder", 1 ] ], [ [ "water_clean", 1 ] ] ] + }, { "result": "bloodpowder", "type": "recipe", -- cgit v1.2.1