summaryrefslogtreecommitdiff
path: root/json/recipes/electronic/other.json
blob: a8d4600d370db16f7edb22d5c295186c9805e732 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
[
  {
    "type": "recipe",
    "result": "bot_turret_light",
    "category": "CC_ELECTRONIC",
    "subcategory": "CSC_ELECTRONIC_OTHER",
    "skill_used": "electronics",
    "skills_required": [ [ "mechanics", 6 ], [ "computer", 6 ], [ "fabrication", 6 ] ],
    "difficulty": 7,
    "time": "30 m",
    "reversible": true,
    "decomp_learn": 8,
    "book_learn": [ [ "recipe_lab_elec", 7 ], [ "textbook_robots", 9 ] ],
    "using": [ [ "steel_standard", 1 ], [ "welding_standard", 20 ], [ "soldering_standard", 14 ] ],
    "qualities": [
      { "id": "SCREW", "level": 1 },
      { "id": "SCREW_FINE", "level": 1 },
      { "id": "WRENCH", "level": 2 },
      { "id": "WRENCH_FINE", "level": 1 },
      { "id": "SAW_M", "level": 1 },
      { "id": "SAW_M_FINE", "level": 1 }
    ],
    "components": [
      [ [ "ai_module", 1 ] ],
      [ [ "identification_module", 1 ] ],
      [ [ "targeting_module", 1 ] ],
      [ [ "gun_module", 1 ] ],
      [ [ "camera", 1 ], [ "camera_pro", 1 ], [ "omnicamera", 1 ], [ "sensor_module", 1 ] ],
      [ [ "small_storage_battery", 1 ] ],
      [ [ "power_supply", 1 ] ],
      [ [ "robot_controls", 1 ] ],
      [ [ "ksub2000", 1 ] ],
      [ [ "sheet_metal", 2 ] ],
      [ [ "pipe", 4 ] ],
      [ [ "spring", 2 ] ]
    ]
  }
]