You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
id: 3104,name: "Zoodex",description: "Populate your planet with some animals to gain an understanding of animal behaviour on your planet and aide local research back home",cost: 1,icon_url: "/assets/Items/Pokedex.png",ItemCategory: "Structure",parentItem: null,itemLevel: 1,locationType: "Surface"
41
+
{// Previously referred to as #Zoodex-3104
42
+
id: 3104,name: "Biodome",description: "Populate your planet with some animals to gain an understanding of animal behaviour on your planet and aide local research back home",cost: 1,icon_url: "/assets/Items/Pokedex.png",ItemCategory: "Structure",parentItem: null,itemLevel: 1,locationType: "Surface"
name: "Complete an astronomy mission using your telescope",
26
+
description: "Click on the 'Telescope' structure to make some classifications",
27
+
icon: Telescope,
28
+
color: 'text-cyan-300',
29
+
},
30
+
{
31
+
id: 10000001,
32
+
name: "This is a test mission",
33
+
description: 'Not needed',
34
+
icon: LightbulbIcon,
35
+
color: 'text-yellow-300',
36
+
},
37
+
];
38
+
39
+
constbiologistMissions: Mission[]=[
40
+
{
41
+
id: 3000004|3000004,
42
+
name: "Classify some animals using your Biodome",
43
+
description: "Click on the 'Biodome' structure to make some classifications",
44
+
icon: TreeDeciduous,
45
+
color: 'text-green-300',
46
+
},
47
+
];
48
+
49
+
constmeteorologyMissions: Mission[]=[
50
+
{
51
+
id: 3000010|20000007,
52
+
name: "Study some weather events using your atmospheric probe",
53
+
description: "Click on your LIDAR module to make some classifications",
54
+
icon: CloudHail,
55
+
color: 'text-blue-300',
56
+
},
57
+
];
58
+
59
+
// Research station - walk the user through this. Then upload data, verify/vet (consensus), then we introduce travel. Add a "close"/swipe-down option so that the tutorial section can be hidden/minimised. Then we go through the guide for the different views....and determine the differentials from Pathway.tsx and this new list
60
+
// As well as researching for other projects/mission modules that aren't in `mission-selector`
0 commit comments