-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtasks.json
More file actions
104 lines (103 loc) · 2.9 KB
/
tasks.json
File metadata and controls
104 lines (103 loc) · 2.9 KB
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
[
{
"label": "Urine Analyses",
"description": "Research the effect of zero gravity on human phisiology",
"duration": 15,
"random": false,
"deadline": -1
},
{
"label": "Microbiological Research",
"description": "Examine rock samples for microbiological organism traces.",
"duration": 60,
"random": false,
"deadline": -1
},
{
"label": "Disease Research",
"description": "Investigate diseases that are caused by space conditions.",
"duration": 60,
"random": false,
"deadline": -1
},
{"label": "Algae Resistance Tests",
"description": "Stress tests for algae in the Mars environment.",
"duration": 60,
"random": false,
"deadline": -1},
{"label": "Plant Resistance Test",
"description": "Stress tests for the Earth plants in the Mars environment.",
"duration": 30,
"random": false,
"deadline": -1},
{"label": "Geological Research",
"description": "Research the components of the rocks and other formations.",
"duration": 60,
"random": false,
"deadline": -1},
{"label": "Observing effects of global warming",
"description": "Examining effects of global warming by monitoring geological and atmospheric changes such as glacial melting, and extreme weather events.",
"duration": 60,
"random": false,
"deadline": -1},
{"label": "Astronomical Research",
"description": "Gaze at the stars and wonder.",
"duration": 60,
"random": false,
"deadline": -1},
{"label": "Observations on Sun",
"description": "Collect data on the activities of the sun.",
"duration": 60,
"random": false,
"deadline": -1},
{"label": "Collect Rock Samples",
"description": "Collecting rock samples on a surface mission.",
"duration": 30,
"random": false,
"deadline": -1},
{"label": "Eating",
"description": "Menial task of eating food.",
"duration": 10,
"random": false,
"deadline": 45},
{"label": "Recycle",
"description": "No market to buy new stuff so it is important.",
"duration": 10,
"random": true,
"deadline": 45},
{"label": "Cleaning Up",
"description": "Cleanliness is next to godliness.",
"duration": 15,
"random": true,
"deadline": 45},
{"label": "Exercise",
"description": "Muscle up!",
"duration": 15,
"random": true,
"deadline": -1},
{"label": "Relaxation",
"description": "Looking forward to it.",
"duration": 15,
"random": true,
"deadline": 45},
{"label": "Gardening",
"description": "It’s soothing.",
"duration": 10,
"random": true,
"deadline": 45},
{"label": "Communication",
"description": "Communication with base and earth.",
"duration": 5,
"random": true,
"deadline": 45},
{"label": "Navigation",
"description": "Making sure we are on the right track.",
"duration": 5,
"random": true,
"deadline": 45},
{"label": "Structure",
"description": "No work just structure.",
"duration": 0,
"random": false,
"deadline": -1}
]