From b6024e7174cfad5a1dfcab6fdea69570d4f539ed Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 14 Jan 2023 11:37:52 -0800 Subject: Fix blood pellet count and recipe to produce two per batch. --- vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 1 - vamp_stuff/Modification_Files/Recipes/recipe_ammo.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json index 4a861ca..5c7d9ca 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -117,7 +117,6 @@ "weight": "10 g", "volume": "3 ml", "price": "0 cent", - "count": 2, "material": [ "compactblood" ], "symbol": ".", "color": "red" diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json b/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json index 33b2083..9903f3b 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json @@ -1,6 +1,7 @@ [ { "result": "pelletblood", + "byproducts": [ [ "pelletblood", 1 ] ], "type": "recipe", "category": "CC_AMMO", "subcategory": "CSC_AMMO_COMPONENTS", -- cgit v1.2.1