Skip to content

Commit

Permalink
Merge pull request #40081 from Tamiore/Recipe_for_alternators
Browse files Browse the repository at this point in the history
Adds recipes for bike and motorbike alternators.
  • Loading branch information
ZhilkinSerg authored Jun 17, 2020
2 parents 1c64515 + ec06ef7 commit a7796c3
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions data/json/recipes/recipe_vehicle.json
Original file line number Diff line number Diff line change
Expand Up @@ -817,5 +817,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 ] ] ]
}
]

0 comments on commit a7796c3

Please sign in to comment.