From ec06ef712ba5ea034395b150eb004047408c7c70 Mon Sep 17 00:00:00 2001 From: Tamiore <61312205+Tamiore@users.noreply.github.com> Date: Sat, 2 May 2020 22:00:38 +0300 Subject: [PATCH] Add recipes for alternators --- data/json/recipes/recipe_vehicle.json | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/data/json/recipes/recipe_vehicle.json b/data/json/recipes/recipe_vehicle.json index 4d35d9ed39cd4..2bbcd19b9fc88 100644 --- a/data/json/recipes/recipe_vehicle.json +++ b/data/json/recipes/recipe_vehicle.json @@ -792,5 +792,37 @@ [ [ "refrigerant_tank", 1 ] ], [ [ "plastic_chunk", 8 ] ] ] + }, + { + "type": "recipe", + "result": "alternator_bicycle", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_PARTS", + "skill_used": "electronics", + "skills_required": [ "fabrication", 1 ], + "difficulty": 3, + "time": "20 m", + "reversible": true, + "decomp_learn": 2, + "book_learn": [ [ "manual_electronics", 2 ], [ "mag_electronics", 2 ], [ "manual_mechanics", 2 ] ], + "using": [ [ "soldering_standard", 4 ], [ "steel_tiny", 1 ] ], + "qualities": [ { "id": "HAMMER", "level": 1 }, { "id": "SCREW_FINE", "level": 1 } ], + "components": [ [ [ "cable", 4 ] ], [ [ "e_scrap", 1 ] ] ] + }, + { + "type": "recipe", + "result": "alternator_motorbike", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_PARTS", + "skill_used": "electronics", + "skills_required": [ "fabrication", 1 ], + "difficulty": 3, + "time": "40 m", + "reversible": true, + "decomp_learn": 2, + "book_learn": [ [ "manual_electronics", 2 ], [ "mag_electronics", 2 ], [ "manual_mechanics", 2 ] ], + "using": [ [ "soldering_standard", 8 ], [ "steel_standard", 1 ] ], + "qualities": [ { "id": "HAMMER", "level": 1 }, { "id": "SCREW_FINE", "level": 1 } ], + "components": [ [ [ "e_scrap", 4 ] ], [ [ "cable", 30 ] ] ] } ]