-
Notifications
You must be signed in to change notification settings - Fork 2
/
recipes.json
42 lines (42 loc) · 1.06 KB
/
recipes.json
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
[
{
"result": "TRS_translocator",
"type": "recipe",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "electronics",
"difficulty": 8,
"autolearn": true,
"time": 90000,
"using": [ [ "soldering_standard", 40 ] ],
"components": [
[ [ "teleporter", 1 ], [ "bio_teleport", 1 ] ],
[ [ "bio_probability_travel", 1 ], [ "bio_time_freeze", 1 ] ],
[ [ "cable", 10 ] ],
[ [ "circuit", 2 ] ],
[ [ "amplifier", 2 ] ],
[ [ "amplifier", 2 ] ],
[ [ "plut_cell", 8] ],
[ [ "power_supply", 1 ] ]
]
},
{
"result": "TRS_translocator2",
"type": "recipe",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "electronics",
"difficulty": 9,
"autolearn": true,
"time": 90000,
"using": [ [ "soldering_standard", 40 ] ],
"components": [
[ [ "TRS_translocator", 1 ] ],
[ [ "circuit", 2 ] ],
[ [ "amplifier", 2 ] ],
[ [ "amplifier", 2 ] ],
[ [ "plut_cell", 8] ],
[ [ "minireactor", 1 ] ]
]
}
]