-
Notifications
You must be signed in to change notification settings - Fork 12
/
db.json
164 lines (164 loc) · 2.58 KB
/
db.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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"todos": [
{
"id": 1,
"text": "Align Engine Output",
"type": "long"
},
{
"id": 2,
"text": "Align Telescope",
"type": "short"
},
{
"id": 3,
"text": "Assemble Artifact",
"type": "short"
},
{
"id": 4,
"text": "Buy Beverage",
"type": "short"
},
{
"id": 5,
"text": "Calibrate Distributor",
"type": "short"
},
{
"id": 6,
"text": "Chart Course",
"type": "short"
},
{
"id": 7,
"text": "Clean O2 Filter",
"type": "short"
},
{
"id": 8,
"text": "Clean Toilet",
"type": "short"
},
{
"id": 9,
"text": "Clean Vent",
"type": "short"
},
{
"id": 10,
"text": "Clear Asteroids",
"type": "long"
},
{
"id": 11,
"text": "Decontaminate",
"type": "short"
},
{
"id": 12,
"text": "Develop Photos",
"type": "long"
},
{
"id": 13,
"text": "Divert Power",
"type": "short"
},
{
"id": 14,
"text": "Dress Mannequin",
"type": "short"
},
{
"id": 15,
"text": "Empty Chute",
"type": "long"
},
{
"id": 16,
"text": "Empty Garbage",
"type": "long"
},
{
"id": 17,
"text": "Enter Id Code",
"type": "common"
},
{
"id": 18,
"text": "Fill Canisters",
"type": "short"
},
{
"id": 19,
"text": "Fix Shower",
"type": "short"
},
{
"id": 20,
"text": "Fix Weather Node",
"type": "short"
},
{
"id": 21,
"text": "Fix Wiring",
"type": "common"
},
{
"id": 22,
"text": "Fuel Engines",
"type": "long"
},
{
"id": 23,
"text": "Insert Keys",
"type": "common"
},
{
"id": 24,
"text": "Inspect Sample",
"type": "long"
},
{
"id": 25,
"text": "Measure Weather",
"type": "short"
},
{
"id": 26,
"text": "Make Burger",
"type": "short"
},
{
"id": 27,
"text": "Monitor Tree",
"type": "short"
},
{
"id": 28,
"text": "Open Waterways",
"type": "long"
},
{
"id": 29,
"text": "Pick Up Towels",
"type": "short"
},
{
"id": 30,
"text": "Swipe Card",
"type": "common"
},
{
"id": 31,
"text": "Unlock Manifolds",
"type": "short"
},
{
"id": 32,
"text": "Upload Data",
"type": "long"
}
]
}