summaryrefslogtreecommitdiff
path: root/json/recipes/recipe_electronics.json
blob: 33cd936b1e64e8c02bfd2868fa38ac2ad6ad20ae (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[
  {
    "type": "recipe",
    "result": "bot_turret_light",
    "category": "CC_ELECTRONIC",
    "subcategory": "CSC_ELECTRONIC_OTHER",
    "skill_used": "electronics",
    "skills_required": [ [ "mechanics", 6 ], [ "computer", 5 ] ],
    "difficulty": 8,
    "time": "30 m",
    "reversible": true,
    "decomp_learn": 8,
    "book_learn": [ [ "recipe_lab_elec", 7 ], [ "textbook_robots", 9 ] ],
    "using": [ [ "soldering_standard", 14 ] ],
    "qualities": [
      { "id": "SCREW", "level": 1 },
      { "id": "SCREW_FINE", "level": 1 },
      { "id": "WRENCH", "level": 2 },
      { "id": "WRENCH_FINE", "level": 1 }
    ],
    "components": [
      [ [ "ai_module", 1 ] ],
      [ [ "gun_module", 1 ] ],
      [ [ "targeting_module", 1 ] ],
      [ [ "identification_module", 1 ] ],
      [ [ "sensor_module", 1 ] ],
      [ [ "m249", 1 ] ],
      [ [ "small_storage_battery", 1 ] ],
      [ [ "power_supply", 1 ] ],
      [ [ "robot_controls", 1 ] ],
      [ [ "turret_chassis", 1 ] ]
    ]
  },
  {
    "type": "recipe",
    "result": "bot_turret_medium",
    "category": "CC_ELECTRONIC",
    "subcategory": "CSC_ELECTRONIC_OTHER",
    "skill_used": "electronics",
    "skills_required": [ [ "mechanics", 6 ], [ "computer", 5 ] ],
    "difficulty": 8,
    "time": "30 m",
    "reversible": true,
    "decomp_learn": 8,
    "book_learn": [ [ "recipe_lab_elec", 7 ], [ "textbook_robots", 9 ] ],
    "using": [ [ "soldering_standard", 14 ] ],
    "qualities": [
      { "id": "SCREW", "level": 1 },
      { "id": "SCREW_FINE", "level": 1 },
      { "id": "WRENCH", "level": 2 },
      { "id": "WRENCH_FINE", "level": 1 }
    ],
    "components": [
      [ [ "ai_module", 1 ] ],
      [ [ "gun_module", 1 ] ],
      [ [ "targeting_module", 1 ] ],
      [ [ "identification_module", 1 ] ],
      [ [ "sensor_module", 1 ] ],
      [ [ "m240", 1 ] ],
      [ [ "small_storage_battery", 1 ] ],
      [ [ "power_supply", 1 ] ],
      [ [ "robot_controls", 1 ] ],
      [ [ "turret_chassis", 1 ] ]
    ]
  },
  {
    "type": "recipe",
    "result": "bot_turret_longrange",
    "category": "CC_ELECTRONIC",
    "subcategory": "CSC_ELECTRONIC_OTHER",
    "skill_used": "electronics",
    "skills_required": [ [ "mechanics", 6 ], [ "computer", 5 ] ],
    "reversible": true,
    "decomp_learn": 5,
    "book_learn": [ [ "schematics_antimateriel", 7 ] ],
    "difficulty": 5,
    "time": "1 h 15 m",
    "using": [ [ "soldering_standard", 10 ] ],
    "qualities": [
      { "id": "SCREW", "level": 1 },
      { "id": "SCREW_FINE", "level": 1 },
      { "id": "WRENCH", "level": 2 },
      { "id": "WRENCH_FINE", "level": 1 }
    ],
    "components": [
      [ [ "ai_module", 1 ] ],
      [ [ "identification_module", 1 ] ],
      [ [ "sensor_module", 1 ] ],
      [ [ "gun_module", 1 ] ],
      [ [ "targeting_module", 1 ] ],
      [ [ "m2browning", 1 ] ],
      [ [ "small_storage_battery", 1 ] ],
      [ [ "robot_controls", 1 ] ],
      [ [ "power_supply", 1 ] ],
      [ [ "turret_chassis", 1 ] ]
    ]
  }
]