@@ -23,7 +23,7 @@ export const mockAliens: AlienProfile[] = [
2323 {
2424 id : "alien-1" ,
2525 name : "Glaxion" ,
26- alienType : "Neon Synth " ,
26+ alienType : "Alien " ,
2727 limbs : 4 ,
2828 size : "Medium" ,
2929 distanceAU : 4.2 ,
@@ -39,7 +39,7 @@ export const mockAliens: AlienProfile[] = [
3939 {
4040 id : "alien-2" ,
4141 name : "Zorblax" ,
42- alienType : "Aquatic Siren " ,
42+ alienType : "Alien " ,
4343 limbs : 8 ,
4444 size : "Small" ,
4545 distanceAU : 12.8 ,
@@ -55,7 +55,7 @@ export const mockAliens: AlienProfile[] = [
5555 {
5656 id : "alien-3" ,
5757 name : "Vex'tar" ,
58- alienType : "Draconian " ,
58+ alienType : "Alien " ,
5959 limbs : 4 ,
6060 size : "Large" ,
6161 distanceAU : 1.5 ,
@@ -71,7 +71,7 @@ export const mockAliens: AlienProfile[] = [
7171 {
7272 id : "alien-4" ,
7373 name : "Crystalia" ,
74- alienType : "Crystalline Entity " ,
74+ alienType : "Alien " ,
7575 limbs : 4 ,
7676 size : "Medium" ,
7777 distanceAU : 25.4 ,
@@ -87,7 +87,7 @@ export const mockAliens: AlienProfile[] = [
8787 {
8888 id : "alien-5" ,
8989 name : "Spore'rel" ,
90- alienType : "Fungal Sporeling " ,
90+ alienType : "Alien " ,
9191 limbs : 6 ,
9292 size : "Small" ,
9393 distanceAU : 8.9 ,
@@ -103,7 +103,7 @@ export const mockAliens: AlienProfile[] = [
103103 {
104104 id : "alien-6" ,
105105 name : "Lyra" ,
106- alienType : "Plasma Being " ,
106+ alienType : "Alien " ,
107107 limbs : 0 ,
108108 size : "Medium" ,
109109 distanceAU : 55.0 ,
@@ -119,7 +119,7 @@ export const mockAliens: AlienProfile[] = [
119119 {
120120 id : "alien-7" ,
121121 name : "Lumina" ,
122- alienType : "Celestial Guide " ,
122+ alienType : "Hybrid " ,
123123 limbs : 4 ,
124124 size : "Large" ,
125125 distanceAU : 12.4 ,
@@ -135,7 +135,7 @@ export const mockAliens: AlienProfile[] = [
135135 {
136136 id : "alien-8" ,
137137 name : "Zarok" ,
138- alienType : "High Councilor " ,
138+ alienType : "Hybrid " ,
139139 limbs : 4 ,
140140 size : "Medium" ,
141141 distanceAU : 8.1 ,
@@ -151,7 +151,7 @@ export const mockAliens: AlienProfile[] = [
151151 {
152152 id : "alien-9" ,
153153 name : "Squish" ,
154- alienType : "Forest Slime " ,
154+ alienType : "Alien " ,
155155 limbs : 0 ,
156156 size : "Small" ,
157157 distanceAU : 3.3 ,
@@ -167,7 +167,7 @@ export const mockAliens: AlienProfile[] = [
167167 {
168168 id : "alien-10" ,
169169 name : "Xeno" ,
170- alienType : "Apex Predator " ,
170+ alienType : "Alien " ,
171171 limbs : 4 ,
172172 size : "Colossal" ,
173173 distanceAU : 35.0 ,
@@ -183,7 +183,7 @@ export const mockAliens: AlienProfile[] = [
183183 {
184184 id : "alien-11" ,
185185 name : "Cyra" ,
186- alienType : "Void Walker " ,
186+ alienType : "Hybrid " ,
187187 limbs : 4 ,
188188 size : "Medium" ,
189189 distanceAU : 66.6 ,
@@ -199,7 +199,7 @@ export const mockAliens: AlienProfile[] = [
199199 {
200200 id : "alien-12" ,
201201 name : "Ignis" ,
202- alienType : "Royal Envoy " ,
202+ alienType : "Human " ,
203203 limbs : 4 ,
204204 size : "Medium" ,
205205 distanceAU : 2.1 ,
@@ -215,7 +215,7 @@ export const mockAliens: AlienProfile[] = [
215215 {
216216 id : "alien-13" ,
217217 name : "Sparky" ,
218- alienType : "Luminous Sprite " ,
218+ alienType : "Alien " ,
219219 limbs : 4 ,
220220 size : "Small" ,
221221 distanceAU : 18.9 ,
@@ -231,7 +231,7 @@ export const mockAliens: AlienProfile[] = [
231231 {
232232 id : "alien-14" ,
233233 name : "Kaelen" ,
234- alienType : "Jungle Prince " ,
234+ alienType : "Human " ,
235235 limbs : 4 ,
236236 size : "Medium" ,
237237 distanceAU : 9.5 ,
0 commit comments