summaryrefslogtreecommitdiff
path: root/json/recipes/recipe_deconstruction.json
blob: 777079f31270feaf5034df765ecd35e07f47d952 (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
[
  {
    "result": "broken_turret_light",
    "type": "uncraft",
    "skill_used": "electronics",
    "difficulty": 4,
    "time": "1 h",
    "using": [ [ "soldering_standard", 10 ] ],
    "qualities": [ { "id": "SCREW", "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 ] ]
    ]
  },
  {
    "result": "broken_turret_medium",
    "type": "uncraft",
    "skill_used": "electronics",
    "difficulty": 4,
    "time": "1 h",
    "using": [ [ "soldering_standard", 10 ] ],
    "qualities": [ { "id": "SCREW", "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 ] ]
    ]
  },
  {
    "result": "broken_turret_longrange",
    "type": "uncraft",
    "skill_used": "electronics",
    "difficulty": 4,
    "time": "1 h",
    "using": [ [ "soldering_standard", 10 ] ],
    "qualities": [ { "id": "SCREW", "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 ] ]
    ]
  }
]