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
|
[
{
"result": "bot_dispatch",
"type": "uncraft",
"skill_used": "electronics",
"difficulty": 5,
"time": "1 h",
"using": [ [ "soldering_standard", 20 ] ],
"qualities": [ { "id": "WRENCH", "level": 1 }, { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 } ],
"components": [
[ [ "ai_module", 1 ] ],
[ [ "sensor_module", 1 ] ],
[ [ "memory_module", 1 ] ],
[ [ "pathfinding_module", 1 ] ],
[ [ "identification_module", 1 ] ],
[ [ "tank_tread", 1 ] ],
[ [ "copbot_chassis", 1 ] ],
[ [ "targeting_module", 1 ] ],
[ [ "power_supply", 3 ] ],
[ [ "plut_cell", 1 ] ],
[ [ "broken_manhack", 4 ] ],
[ [ "omnicamera", 1 ] ],
[ [ "storage_battery", 1 ] ]
]
},
{
"result": "bot_dispatch_military",
"type": "uncraft",
"skill_used": "electronics",
"difficulty": 5,
"time": "1 h",
"using": [ [ "soldering_standard", 20 ] ],
"qualities": [ { "id": "WRENCH", "level": 1 }, { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 } ],
"components": [
[ [ "ai_module", 1 ] ],
[ [ "sensor_module", 1 ] ],
[ [ "memory_module", 1 ] ],
[ [ "pathfinding_module", 1 ] ],
[ [ "identification_module", 1 ] ],
[ [ "tank_tread", 1 ] ],
[ [ "copbot_chassis", 1 ] ],
[ [ "targeting_module", 1 ] ],
[ [ "power_supply", 3 ] ],
[ [ "plut_cell", 1 ] ],
[ [ "broken_manhack", 4 ] ],
[ [ "omnicamera", 1 ] ],
[ [ "storage_battery", 1 ] ]
]
}
]
|