From 424b387fa954c14c35850824bf844f3aab9037b6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 30 Apr 2021 20:02:29 -0700 Subject: Allow batch time reductions for draining blood Add exsanguinated corpse as blood draining by-product --- vamp_stuff/Modification_Files/Items/Misc/v_recipe.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json index 2210a88..eee6baf 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json @@ -315,8 +315,9 @@ "difficulty": 1, "charges": 20, "time": "60 m", + "batch_time_factors": [25,2], "autolearn": true, - "byproducts": [ [ "ruined_chunks", 10 ] ], + "byproducts": [ [ "corpse_generic_human_exsanguinated", 1 ] ], "tools": [ [ [ "vacutainer", -1 ] ] ], "components": [ [ -- cgit v1.2.1