@@ -119,15 +119,15 @@ export const levels = [
119119 id : "2-2" ,
120120 name : "Sulphara" ,
121121 type : "Gas Dwarf" ,
122- temperature : 120 ,
122+ temperature : 60 ,
123123 waterCoverage : null ,
124124 atmosphere : "Sulfur Dioxide" ,
125125 atmosphereThickness : "Very Thick" ,
126126 mass : 4.5 ,
127- weather : "Extreme " ,
127+ weather : "Moderate " ,
128128 ozoneLayer : false ,
129- description : "A small gas planet with toxic yellow clouds and crushing pressure." ,
130- bestAnswer : false ,
129+ description : "A small gas planet with toxic yellow clouds and high pressure." ,
130+ bestAnswer : true ,
131131 artKey : "gas_yellow"
132132 } ,
133133 {
@@ -157,7 +157,7 @@ export const levels = [
157157 weather : "Moderate" ,
158158 ozoneLayer : true ,
159159 description : "A warm humid world with frequent rainstorms but stable enough conditions for life." ,
160- bestAnswer : true ,
160+ bestAnswer : false ,
161161 artKey : "terrestrial_green"
162162 } ,
163163 {
@@ -172,7 +172,7 @@ export const levels = [
172172 weather : "Moderate" ,
173173 ozoneLayer : false ,
174174 description : "A cold but somewhat promising world — thin air makes it a tough call." ,
175- bestAnswer : true ,
175+ bestAnswer : false ,
176176 artKey : "terrestrial_cold"
177177 } ,
178178 {
@@ -242,7 +242,7 @@ export const levels = [
242242 temperature : 65 ,
243243 waterCoverage : 15 ,
244244 atmosphere : "CO2" ,
245- atmosphereThickness : "Thick" ,
245+ atmosphereThickness : null ,
246246 mass : 1.5 ,
247247 weather : "Extreme" ,
248248 ozoneLayer : false ,
@@ -257,11 +257,11 @@ export const levels = [
257257 temperature : 58 ,
258258 waterCoverage : 22 ,
259259 atmosphere : "Nitrogen-Oxygen" ,
260- atmosphereThickness : "Thin " ,
260+ atmosphereThickness : "Thick " ,
261261 mass : 1.2 ,
262262 weather : "Extreme" ,
263- ozoneLayer : false ,
264- description : "Hot and dry with a breathable but thin atmosphere. Survivable, barely." ,
263+ ozoneLayer : true ,
264+ description : "Hot and dry with a breathable but thick atmosphere. Survivable, barely." ,
265265 bestAnswer : true ,
266266 artKey : "terrestrial_desert"
267267 } ,
@@ -336,7 +336,7 @@ export const levels = [
336336 weather : "Extreme" ,
337337 ozoneLayer : false ,
338338 description : "Tidally locked — one side is scorching, the other frozen. The thin habitable band in between is survivable but unstable." ,
339- bestAnswer : true ,
339+ bestAnswer : false ,
340340 artKey : "terrestrial_half"
341341 } ,
342342 {
@@ -381,22 +381,22 @@ export const levels = [
381381 weather : "Moderate" ,
382382 ozoneLayer : false ,
383383 description : "Reasonable temperature and gravity, but the CO2 atmosphere makes it unbreathable without equipment." ,
384- bestAnswer : true ,
384+ bestAnswer : false ,
385385 artKey : "terrestrial_desert"
386386 } ,
387387 {
388388 id : "4-5" ,
389389 name : "Flara" ,
390390 type : "Terrestrial" ,
391- temperature : 48 ,
392- waterCoverage : 30 ,
391+ temperature : 120 ,
392+ waterCoverage : 15 ,
393393 atmosphere : "Nitrogen-Oxygen" ,
394394 atmosphereThickness : "Thin" ,
395395 mass : 1.1 ,
396- weather : "Extreme" ,
396+ weather : null ,
397397 ozoneLayer : false ,
398- description : "Constantly bombarded by solar flares from Rubrik. Atmosphere is being slowly stripped away ." ,
399- bestAnswer : false ,
398+ description : "Constantly bombarded by solar flares from Rubrik. High concentration of rich minerals ." ,
399+ bestAnswer : true ,
400400 artKey : "terrestrial_red"
401401 } ,
402402 {
@@ -494,12 +494,12 @@ export const levels = [
494494 id : "5-3" ,
495495 name : "Paradox" ,
496496 type : "Terrestrial" ,
497- temperature : 35 ,
497+ temperature : 45 ,
498498 waterCoverage : 40 ,
499499 atmosphere : "Nitrogen-Oxygen" ,
500- atmosphereThickness : "Moderate " ,
500+ atmosphereThickness : "Very Thick " ,
501501 mass : 1.6 ,
502- weather : "Extreme " ,
502+ weather : "Moderate " ,
503503 ozoneLayer : false ,
504504 description : "The most Earth-like in the system, but gravitational stress from both stars causes constant earthquakes and atmospheric instability." ,
505505 bestAnswer : true ,
@@ -533,7 +533,7 @@ export const levels = [
533533 weather : "Extreme" ,
534534 ozoneLayer : false ,
535535 description : "Passes between both stars in its orbit, swinging between freezing and scorching every few months." ,
536- bestAnswer : true ,
536+ bestAnswer : false ,
537537 artKey : "terrestrial_cold"
538538 } ,
539539 {
0 commit comments