summaryrefslogtreecommitdiff
path: root/json/recipes/electronics/other.json
blob: a8fe1aa12ee730c7d86d4252598db95021d3ecd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[
 { 
    "type": "recipe",
    "result": "bionic_scanner",
    "category": "CC_ELECTRONIC",
    "subcategory": "CSC_ELECTRONIC_TOOLS",
    "skill_used": "electronics",
    "skills_required": [ [ "computer", 2 ] ],
    "difficulty": 4,
    "time": "1 h",
    "reversible": true,
    "decomp_learn": 5,
    "book_learn": [ [ "recipe_lab_elec", 4 ], [ "textbook_electronics", 5 ] ],
    "using": [ [ "soldering_standard", 20 ] ],
    "qualities": [ { "id": "SCREW_FINE", "level": 1 } ],
    "components": [
      [ [ "plastic_chunk", 4 ] ],
      [ [ "superglue", 1 ] ],
      [ [ "cable", 5 ] ],
      [ [ "small_lcd_screen", 1 ] ],
      [ [ "ai_module", 1 ] ],
      [ [ "sensor_module", 1 ] ]
    ]
  }
]