From 639e954397d3b4dd78d8446b44424a8e6aa38b87 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 14 Jan 2023 10:47:22 -0800 Subject: Use byproducts as hack to allow multiple items per batch. --- vamp_stuff/Modification_Files/Recipes/recipe_blood.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 7f9fe25..bc188e9 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json @@ -164,6 +164,7 @@ }, { "result": "melted_bloodrune", + "byproducts": [ [ "melted_bloodrune", 3 ] ], "id_suffix": "from_bigbloodrune", "//": "Loosely base difficulty on HMTD.", "type": "recipe", @@ -171,7 +172,6 @@ "subcategory": "CSC_OTHER_MATERIALS", "skill_used": "fabrication", "difficulty": 7, - "count": 4, "time": "30 m", "book_learn": [ [ "vamp_upgradebook1", 8 ] ], "qualities": [ { "id": "HAMMER_FINE", "level": 1 }, { "id": "BOIL", "level": 2 } ], -- cgit v1.2.1