Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: More electric motor recipes #5805

Merged
merged 9 commits into from
Dec 21, 2024
102 changes: 102 additions & 0 deletions data/json/recipes/electronic/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,108 @@
"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",
"skills_required": [ "fabrication", 2 ],
"difficulty": 4,
"time": "120 m",
"reversible": true,
"decomp_learn": 2,
"book_learn": [ [ "manual_electronics", 2 ], [ "mag_electronics", 2 ], [ "manual_mechanics", 2 ] ],
"using": [ [ "soldering_standard", 40 ], [ "steel_standard", 10 ] ],
"qualities": [
{ "id": "HAMMER", "level": 1 },
{ "id": "SAW_M_FINE", "level": 1 },
{ "id": "SAW_M", "level": 1 },
{ "id": "SCREW", "level": 1 }
],
"components": [ [ [ "e_scrap", 5 ] ], [ [ "amplifier", 2 ] ], [ [ "bearing", 10 ] ], [ [ "cable", 20 ] ] ]
},
Berehenia marked this conversation as resolved.
Show resolved Hide resolved
{
"type": "recipe",
"result": "motor_large",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_PARTS",
"skill_used": "electronics",
"skills_required": [ "fabrication", 3 ],
"difficulty": 4,
"time": "300 m",
"reversible": true,
"decomp_learn": 2,
"book_learn": [ [ "manual_electronics", 3 ], [ "mag_electronics", 3 ], [ "manual_mechanics", 3 ] ],
"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 ] ] ]
},
Berehenia marked this conversation as resolved.
Show resolved Hide resolved
{
"type": "recipe",
"result": "motor_enhanced",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_PARTS",
"skill_used": "electronics",
"difficulty": 6,
chaosvolt marked this conversation as resolved.
Show resolved Hide resolved
"time": "480 m",
"reversible": true,
"decomp_learn": 2,
"book_learn": [ [ "recipe_lab_elec", 6 ] ],
"using": [ [ "soldering_standard", 50 ], [ "steel_standard", 10 ], [ "welding_standard", 10 ] ],
"qualities": [
{ "id": "HAMMER", "level": 1 },
{ "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 ] ],
[ [ "alloy_sheet", 10 ] ],
[ [ "power_supply", 3 ] ],
[ [ "amplifier", 5 ] ],
[ [ "bearing", 50 ] ],
[ [ "cable", 45 ] ]
],
"skills_required": [ [ "fabrication", 5 ], [ "mechanics", 6 ] ]
},
Berehenia marked this conversation as resolved.
Show resolved Hide resolved
{
"type": "recipe",
"result": "motor_super",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_PARTS",
"skill_used": "electronics",
"difficulty": 8,
"time": "12 h",
"reversible": true,
"decomp_learn": 2,
"book_learn": [ [ "recipe_lab_elec", 8 ] ],
"using": [ [ "soldering_standard", 50 ], [ "steel_standard", 10 ], [ "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", 15 ] ],
[ [ "power_supply", 4 ] ],
[ [ "amplifier", 5 ] ],
[ [ "bearing", 60 ] ],
[ [ "cable", 60 ] ],
[ [ "alloy_sheet", 15 ] ]
],
"skills_required": [ [ "fabrication", 7 ], [ "mechanics", 8 ] ]
},
Berehenia marked this conversation as resolved.
Show resolved Hide resolved
{
"type": "recipe",
"result": "cable",
Expand Down
Loading