Skip to content

Commit

Permalink
Update data/json/recipes/electronic/components.json
Browse files Browse the repository at this point in the history
Co-authored-by: karxi <[email protected]>
  • Loading branch information
Berehenia and karxi authored Dec 19, 2024
1 parent e0cbf7b commit 1d97d60
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions data/json/recipes/electronic/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,27 @@
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_PARTS",
"skill_used": "electronics",
"skills_required": [ "fabrication", 3 ],
"difficulty": 4,
"difficulty": 5,
"skills_required": [ [ "fabrication", 2 ], [ "mechanics", 4 ] ],
"time": "300 m",
"reversible": true,
"decomp_learn": 2,
"book_learn": [ [ "manual_electronics", 3 ], [ "mag_electronics", 3 ], [ "manual_mechanics", 3 ] ],
"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 ] ] ]
"components": [
[ [ "e_scrap", 5 ] ],
[ [ "power_supply", 2 ] ],
[ [ "amplifier", 4 ] ],
[ [ "bearing", 40 ] ],
[ [ "cable", 30 ] ],
[ [ "motor_oil", 500 ] ]
]
},
{
"type": "recipe",
Expand Down

0 comments on commit 1d97d60

Please sign in to comment.