From 336a9aa05a7809118aeeed154a5307f736160793 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 18 Mar 2021 19:53:17 -0700 Subject: Rebalance blood again. Add synthetic blood powder. --- .../Modification_Files/Items/Misc/v_recipe.json | 29 +++++++++++++++++----- 1 file changed, 23 insertions(+), 6 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items/Misc/v_recipe.json') diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json index 7947322..7550534 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json @@ -207,14 +207,16 @@ { "result": "bloodpowder", "type": "recipe", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_MATERIALS", - "skill_used": "fabrication", - "difficulty": 0, - "time": 500, + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_DRY", + "skill_used": "cooking", + "difficulty": 4, + "charges": 4, + "time": "12 m", + "batch_time_factors": [83,3], "book_learn": [ [ "vamp_upgradebook1", 10 ] ], "byproducts": [ [ "bloodextract" ] ], - "qualities": [ { "id": "BREFINING", "level": 1 } ], + "qualities": [ { "id": "BREFINING", "level": 1 }, { "id": "CHEM", "level": 2 } ], "components": [ [ [ "blood", 1 ] ] ] }, { @@ -306,5 +308,20 @@ "qualities": [ { "id": "BOIL", "level": 1 } ], "tools": [ [ [ "water_boiling_heat", 3, "LIST" ] ] ], "components": [ [ [ "protein_powder", 1 ] ], [ [ "water_clean", 1 ] ], [ [ "sugar", 5 ] ], [ [ "salt", 5 ] ] ] + }, + { + "result": "synthbloodpowder", + "type": "recipe", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_DRY", + "skill_used": "cooking", + "difficulty": 4, + "charges": 4, + "time": "12 m", + "batch_time_factors": [83,3], + "book_learn": [ [ "vamp_upgradebook1", 10 ] ], + "byproducts": [ [ "bloodextract" ] ], + "qualities": [ { "id": "BREFINING", "level": 1 }, { "id": "CHEM", "level": 2 } ], + "components": [ [ [ "synthblood", 1 ] ] ] } ] -- cgit v1.2.1