Skip to content

Commit

Permalink
feat: More electric motor recipes (cataclysmbnteam#5805)
Browse files Browse the repository at this point in the history
* feat: More electric motor recipes

Add recipes for the electric motor, large electric motor, enhanced electric motor, and super electric motor

* style(autofix.ci): automated formatting

* Update components.json

Higher recipe costs, more qualities for super and enh required, some superalloy added for them

* style(autofix.ci): automated formatting

* Update data/json/recipes/electronic/components.json

Co-authored-by: karxi <[email protected]>

* Update data/json/recipes/electronic/components.json

Co-authored-by: karxi <[email protected]>

* Update data/json/recipes/electronic/components.json

Co-authored-by: karxi <[email protected]>

* Update data/json/recipes/electronic/components.json

Co-authored-by: karxi <[email protected]>

* style(autofix.ci): automated formatting

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: karxi <[email protected]>
  • Loading branch information
3 people authored Dec 21, 2024
1 parent a6765bd commit 619ddbf
Showing 1 changed file with 116 additions and 0 deletions.
116 changes: 116 additions & 0 deletions data/json/recipes/electronic/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,122 @@
"qualities": [ { "id": "SCREW", "level": 1 } ],
"components": [ [ [ "e_scrap", 1 ] ], [ [ "scrap", 1 ] ], [ [ "cable", 1 ] ] ]
},
{
"type": "recipe",
"result": "motor",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_PARTS",
"skill_used": "electronics",
"difficulty": 3,
"skills_required": [ "fabrication", 2 ],
"time": "120 m",
"reversible": true,
"decomp_learn": 3,
"book_learn": [ [ "textbook_fabrication", 3 ], [ "manual_electronics", 3 ], [ "mag_electronics", 3 ], [ "manual_mechanics", 3 ] ],
"using": [ [ "soldering_standard", 40 ], [ "steel_standard", 5 ] ],
"qualities": [
{ "id": "HAMMER", "level": 1 },
{ "id": "SAW_M_FINE", "level": 1 },
{ "id": "SAW_M", "level": 1 },
{ "id": "SCREW", "level": 1 }
],
"components": [ [ [ "e_scrap", 5 ] ], [ [ "power_supply", 1 ] ], [ [ "amplifier", 2 ] ], [ [ "bearing", 10 ] ], [ [ "cable", 20 ] ] ]
},
{
"type": "recipe",
"result": "motor_large",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_PARTS",
"skill_used": "electronics",
"difficulty": 5,
"skills_required": [ [ "fabrication", 2 ], [ "mechanics", 4 ] ],
"time": "300 m",
"reversible": true,
"decomp_learn": 4,
"book_learn": [ [ "textbook_fabrication", 4 ], [ "manual_electronics", 4 ], [ "mag_electronics", 4 ], [ "manual_mechanics", 4 ] ],
"using": [ [ "soldering_standard", 50 ], [ "steel_standard", 15 ] ],
"qualities": [
{ "id": "HAMMER", "level": 1 },
{ "id": "SAW_M_FINE", "level": 1 },
{ "id": "SAW_M", "level": 1 },
{ "id": "SCREW", "level": 1 }
],
"components": [
[ [ "e_scrap", 5 ] ],
[ [ "power_supply", 2 ] ],
[ [ "amplifier", 4 ] ],
[ [ "bearing", 40 ] ],
[ [ "cable", 30 ] ],
[ [ "motor_oil", 500 ] ]
]
},
{
"type": "recipe",
"result": "motor_enhanced",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_PARTS",
"skill_used": "electronics",
"difficulty": 6,
"skills_required": [ [ "fabrication", 4 ], [ "mechanics", 5 ] ],
"time": "480 m",
"reversible": true,
"decomp_learn": 6,
"book_learn": [ [ "textbook_robots", 5 ], [ "recipe_lab_elec", 5 ] ],
"using": [ [ "soldering_standard", 75 ], [ "steel_standard", 20 ], [ "welding_standard", 10 ] ],
"qualities": [
{ "id": "HAMMER", "level": 3 },
{ "id": "SAW_M_FINE", "level": 1 },
{ "id": "SCREW_FINE", "level": 1 },
{ "id": "WRENCH_FINE", "level": 1 },
{ "id": "SAW_M", "level": 1 },
{ "id": "SCREW", "level": 1 }
],
"components": [
[ [ "e_scrap", 10 ] ],
[ [ "circuit", 4 ] ],
[ [ "processor", 1 ] ],
[ [ "power_supply", 3 ] ],
[ [ "amplifier", 4 ] ],
[ [ "bearing", 50 ] ],
[ [ "cable", 90 ], [ "carbon_fiber_filament", 30 ] ],
[ [ "motor_oil", 750 ] ],
[ [ "alloy_sheet", 10 ] ]
]
},
{
"type": "recipe",
"result": "motor_super",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_PARTS",
"skill_used": "electronics",
"difficulty": 8,
"skills_required": [ [ "fabrication", 6 ], [ "mechanics", 7 ] ],
"time": "12 h",
"reversible": true,
"decomp_learn": 8,
"book_learn": [ [ "recipe_lab_elec", 8 ] ],
"using": [ [ "soldering_standard", 100 ], [ "steel_standard", 60 ], [ "welding_standard", 10 ] ],
"qualities": [
{ "id": "HAMMER", "level": 3 },
{ "id": "SAW_M_FINE", "level": 1 },
{ "id": "SAW_M", "level": 1 },
{ "id": "SCREW_FINE", "level": 1 },
{ "id": "WRENCH_FINE", "level": 1 },
{ "id": "SCREW", "level": 1 }
],
"components": [
[ [ "e_scrap", 20 ] ],
[ [ "circuit", 6 ] ],
[ [ "processor", 2 ] ],
[ [ "self_monitoring_module", 1 ] ],
[ [ "power_supply", 4 ] ],
[ [ "amplifier", 6 ] ],
[ [ "bearing", 60 ] ],
[ [ "motor_oil", 1000 ] ],
[ [ "carbon_fiber_filament", 75 ] ],
[ [ "alloy_sheet", 15 ] ]
]
},
{
"type": "recipe",
"result": "cable",
Expand Down

0 comments on commit 619ddbf

Please sign in to comment.