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. --- vamp_stuff/Modification_Files/Items/Misc/v_recipe.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'vamp_stuff/Modification_Files/Items/Misc/v_recipe.json') 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