From 02470fa2e14f09517f0be1001aa486e9dcc7a55a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 6 Sep 2021 20:42:23 -0700 Subject: Rebalance the blood bar into 2 portions. Fix the broken second recipe for powdered bloodrune. --- vamp_stuff/Modification_Files/Recipes/recipe_blood.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'vamp_stuff/Modification_Files/Recipes') diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json index 68345ec..a9f13af 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json @@ -85,7 +85,7 @@ "subcategory": "CSC_FOOD_OTHER", "skill_used": "cooking", "difficulty": 3, - "charges": 4, + "count": 2, "time": "30 m", "batch_time_factors": [ 75, 2 ], "book_learn": [ [ "vamp_upgradebook1", 10 ] ], @@ -102,7 +102,7 @@ "subcategory": "CSC_FOOD_OTHER", "skill_used": "cooking", "difficulty": 3, - "charges": 4, + "count": 2, "time": "30 m", "batch_time_factors": [ 75, 2 ], "book_learn": [ [ "vamp_upgradebook1", 10 ] ], @@ -151,16 +151,17 @@ }, { "result": "melted_bloodrune", + "id_suffix": "from_bigbloodrune", "type": "recipe", "category": "CC_OTHER", "subcategory": "CSC_OTHER_MATERIALS", "skill_used": "fabrication", "difficulty": 0, - "charges": 4, + "count": 4, "time": "30 m", "book_learn": [ [ "vamp_upgradebook1", 10 ] ], "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "BOIL", "level": 1 } ], "tools": [ [ [ "surface_heat", 3, "LIST" ] ] ], - "components": [ [ [ "bigbloodrune", 4 ] ] ] + "components": [ [ [ "bigbloodrune", 1 ] ] ] } ] -- cgit v1.2.1