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/Items/Misc/v_materials.json | 3 ++- vamp_stuff/Modification_Files/Recipes/recipe_blood.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json index 0c9589d..19ddc88 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -133,7 +133,8 @@ "price": "0 cent", "material": [ "compactblood" ], "symbol": "~", - "color": "red" + "color": "red", + "count": 1 }, { "id": "bloodrune", 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