diff --git a/decisions/architecture.md b/decisions/architecture.md index 57e9946fc..99b018cf8 100644 --- a/decisions/architecture.md +++ b/decisions/architecture.md @@ -645,4 +645,13 @@ Technical foundation decisions that constrain implementation: engine, client-ser --- -*50 decisions. Last updated: 2026-03-24 (D-101 partial supersession noted; D-166 development cascade added)* +### D-188: Rename biome_summary to planet_class across codebase +- **Date:** 2026-04-06 +- **Decision:** The `biome_summary` field in `systems.db` and all references throughout the codebase are renamed to `planet_class`. "Biome" describes per-zone vegetation classification (Whittaker table — tropical rainforest, temperate deciduous, etc.). "Planet class" describes the overall planetary character (temperate, arid, frozen, etc.). The two concepts were conflated under one name, causing confusion in the planet generator pipeline where both exist. +- **Scope:** DB column (`bodies.biome_summary` → `bodies.planet_class`), schema SQL, all Rust atlas code, wiki table headers (`Biome` → `Class`), atlas proposal JSONs, design docs, decision refs, planet generator scripts. +- **Raised by:** Team Leader (Jeroen), during planet generator spike. +- **Dissent:** None. + +--- + +*51 decisions. Last updated: 2026-04-06 (D-188 biome_summary → planet_class rename)* diff --git a/decisions/questions-architecture.md b/decisions/questions-architecture.md index da77d76fd..0d43288b1 100644 --- a/decisions/questions-architecture.md +++ b/decisions/questions-architecture.md @@ -111,7 +111,7 @@ Technical foundation questions: engine, protocols, data structures, performance, ### Q-064: 3D planet generator for wiki system screenshots - **Status:** Resolved — answered by #779 (Sprint 32) - **Question:** Evaluate the Godot 3D Planet Generator (https://github.com/remijean/godot-3d-planet-generator) for generating unique planet visuals per star system in the wiki. Each of the 301 systems could get a procedurally generated planet rendered as a screenshot for its wiki page. Key questions: can we get enough visual variety across 301 systems (different biomes, atmospheres, colors, ring configurations)? Can the generator run headlessly for batch rendering? What's the parameter space — how many distinct-looking planets can it produce? Could the planet configs be seeded from system properties (star class, habitable zone, etc.) for consistency across regenerations? -- **Resolution:** Pure Python ray-sphere renderer (`spikes/planet-renders/generate_planets.py`) replaces the Godot plugin approach. Answers all evaluation criteria: (1) visual variety via biome_summary type × body_id seed = 301 distinct renders, (2) fully headless — no Godot required, ~2s for all 7 types, (3) seeded from system properties for reproducibility. Avoids headless Godot rendering complexity. See `docs/design/planetary-screenshots-spec.md`. +- **Resolution:** Pure Python ray-sphere renderer (`spikes/planet-renders/generate_planets.py`) replaces the Godot plugin approach. Answers all evaluation criteria: (1) visual variety via planet_class type × body_id seed = 301 distinct renders, (2) fully headless — no Godot required, ~2s for all 7 types, (3) seeded from system properties for reproducibility. Avoids headless Godot rendering complexity. See `docs/design/planetary-screenshots-spec.md`. - **Cross-reference:** Wiki system pages (docs/wiki/), world generation pipeline --- diff --git a/docs/atlas/proposals/GJ0.json b/docs/atlas/proposals/GJ0.json index c457834f5..eb880f4f6 100644 --- a/docs/atlas/proposals/GJ0.json +++ b/docs/atlas/proposals/GJ0.json @@ -25,7 +25,7 @@ "orbital_period_days": 88, "rotation_period_hours": 1408, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 225, "rotation_period_hours": 5832, "atmosphere": "toxic", - "biome_summary": "volcanic", + "planet_class": "volcanic", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 365, "rotation_period_hours": 24.0, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "ocean", "economic_role": "manufacturing", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": 27.3, "rotation_period_hours": 655.7, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": "manufacturing", "settlement_pattern": "domed", @@ -105,7 +105,7 @@ "orbital_period_days": 687, "rotation_period_hours": 24.6, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "ice", "economic_role": "extraction", "settlement_pattern": "domed", @@ -125,7 +125,7 @@ "orbital_period_days": 0.3, "rotation_period_hours": 7.7, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1.3, "rotation_period_hours": 30.3, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 4333, "rotation_period_hours": 9.9, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 1.8, "rotation_period_hours": 42.5, "atmosphere": "none", - "biome_summary": "volcanic", + "planet_class": "volcanic", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 3.6, "rotation_period_hours": 85.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "subsurface", "economic_role": "research", "settlement_pattern": "domed", @@ -245,7 +245,7 @@ "orbital_period_days": 7.2, "rotation_period_hours": 171.7, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": 16.7, "rotation_period_hours": 400.5, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -285,7 +285,7 @@ "orbital_period_days": 10759, "rotation_period_hours": 10.7, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -305,7 +305,7 @@ "orbital_period_days": 16.0, "rotation_period_hours": 382.7, "atmosphere": "dense", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "rivers", "economic_role": null, "settlement_pattern": null, @@ -325,7 +325,7 @@ "orbital_period_days": 1.4, "rotation_period_hours": 32.9, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "subsurface", "economic_role": null, "settlement_pattern": null, @@ -345,7 +345,7 @@ "orbital_period_days": 30687, "rotation_period_hours": 17.2, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -365,7 +365,7 @@ "orbital_period_days": 60190, "rotation_period_hours": 16.1, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -385,7 +385,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ1.json b/docs/atlas/proposals/GJ1.json index 5c025ab70..5bb572e02 100644 --- a/docs/atlas/proposals/GJ1.json +++ b/docs/atlas/proposals/GJ1.json @@ -25,7 +25,7 @@ "orbital_period_days": 7.8, "rotation_period_hours": 187.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 65.0, "rotation_period_hours": 1560.0, "atmosphere": "standard", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 240.0, "rotation_period_hours": 22.4, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 680.0, "rotation_period_hours": 12.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.4, "rotation_period_hours": 129.6, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": "subsurface_liquid", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -145,7 +145,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 31.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4600.0, "rotation_period_hours": 39.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 10200.0, "rotation_period_hours": 26.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ1002.json b/docs/atlas/proposals/GJ1002.json index 3e2028982..a7b73df9c 100644 --- a/docs/atlas/proposals/GJ1002.json +++ b/docs/atlas/proposals/GJ1002.json @@ -25,7 +25,7 @@ "orbital_period_days": 12.0, "rotation_period_hours": 288.0, "atmosphere": "standard", - "biome_summary": "oceanic", + "planet_class": "oceanic", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -45,7 +45,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 48.0, "rotation_period_hours": 22.4, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 26.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 380.0, "rotation_period_hours": 20.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 920.0, "rotation_period_hours": 17.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 2200.0, "rotation_period_hours": 15.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ1005A.json b/docs/atlas/proposals/GJ1005A.json index ea6b42a72..e14282de0 100644 --- a/docs/atlas/proposals/GJ1005A.json +++ b/docs/atlas/proposals/GJ1005A.json @@ -25,7 +25,7 @@ "orbital_period_days": 5.2, "rotation_period_hours": 124.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 16.8, "rotation_period_hours": 403.2, "atmosphere": "standard", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": "transit", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 110.0, "rotation_period_hours": 21.8, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 480.0, "rotation_period_hours": 12.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.4, "rotation_period_hours": 129.6, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1500.0, "rotation_period_hours": 29.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3800.0, "rotation_period_hours": 37.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 8400.0, "rotation_period_hours": 23.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ103.json b/docs/atlas/proposals/GJ103.json index 3d288d66b..1cb37ed61 100644 --- a/docs/atlas/proposals/GJ103.json +++ b/docs/atlas/proposals/GJ103.json @@ -25,7 +25,7 @@ "orbital_period_days": 14.0, "rotation_period_hours": 336.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 148.0, "rotation_period_hours": 26.4, "atmosphere": "standard", - "biome_summary": "oceanic", + "planet_class": "oceanic", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 460.0, "rotation_period_hours": 26.8, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1300.0, "rotation_period_hours": 30.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3600.0, "rotation_period_hours": 36.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 8600.0, "rotation_period_hours": 22.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 20000.0, "rotation_period_hours": 17.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ105A.json b/docs/atlas/proposals/GJ105A.json index 704a9e639..3614d928f 100644 --- a/docs/atlas/proposals/GJ105A.json +++ b/docs/atlas/proposals/GJ105A.json @@ -25,7 +25,7 @@ "orbital_period_days": 24.0, "rotation_period_hours": 22.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 168.0, "rotation_period_hours": 23.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "commercial", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 620.0, "rotation_period_hours": 27.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2400.0, "rotation_period_hours": 11.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.8, "rotation_period_hours": 139.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 12.4, "rotation_period_hours": 297.6, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 5200.0, "rotation_period_hours": 36.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 11500.0, "rotation_period_hours": 44.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 24000.0, "rotation_period_hours": 56.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 42000.0, "rotation_period_hours": 32.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ1061.json b/docs/atlas/proposals/GJ1061.json index 6e947fc6f..4830b3eb2 100644 --- a/docs/atlas/proposals/GJ1061.json +++ b/docs/atlas/proposals/GJ1061.json @@ -25,7 +25,7 @@ "orbital_period_days": 4.8, "rotation_period_hours": 115.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 18.0, "rotation_period_hours": 432.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 68.0, "rotation_period_hours": 22.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 210.0, "rotation_period_hours": 28.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 620.0, "rotation_period_hours": 20.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1500.0, "rotation_period_hours": 17.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ1073.json b/docs/atlas/proposals/GJ1073.json index 45bbc7c6b..0570c6ef8 100644 --- a/docs/atlas/proposals/GJ1073.json +++ b/docs/atlas/proposals/GJ1073.json @@ -25,7 +25,7 @@ "orbital_period_days": 16.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 26.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 480.0, "rotation_period_hours": 27.2, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1500.0, "rotation_period_hours": 12.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.4, "rotation_period_hours": 129.6, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4000.0, "rotation_period_hours": 32.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 9200.0, "rotation_period_hours": 40.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 19000.0, "rotation_period_hours": 48.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 38000.0, "rotation_period_hours": 27.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ1075.json b/docs/atlas/proposals/GJ1075.json index 0b949d3ad..ca2a9f3c0 100644 --- a/docs/atlas/proposals/GJ1075.json +++ b/docs/atlas/proposals/GJ1075.json @@ -25,7 +25,7 @@ "orbital_period_days": 14.2, "rotation_period_hours": 340.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 45.0, "rotation_period_hours": 21.6, "atmosphere": "standard", - "biome_summary": "temperate_coastal", + "planet_class": "temperate_coastal", "hydrosphere": "liquid_water", "economic_role": "research", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 620.0, "rotation_period_hours": 13.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 5.3, "rotation_period_hours": 127.2, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1680.0, "rotation_period_hours": 29.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 3100.0, "rotation_period_hours": 31.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 5400.0, "rotation_period_hours": 38.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,14 +185,14 @@ "orbital_period_days": 9800.0, "rotation_period_hours": 44.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf near oort boundary, uninhabited" }, - {"body_id": "GJ1075i", "proper_name": null, "body_type": "planet", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": null, "mass_class": "dwarf", "surface_gravity": 0.15, "orbital_period_days": 16000, "rotation_period_hours": 26.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outermost dwarf, near-oort"}, + {"body_id": "GJ1075i", "proper_name": null, "body_type": "planet", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": null, "mass_class": "dwarf", "surface_gravity": 0.15, "orbital_period_days": 16000, "rotation_period_hours": 26.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outermost dwarf, near-oort"}, { "body_id": "GJ1075-oort", "proper_name": null, @@ -206,7 +206,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ107A.json b/docs/atlas/proposals/GJ107A.json index ecd583d4a..613b4338c 100644 --- a/docs/atlas/proposals/GJ107A.json +++ b/docs/atlas/proposals/GJ107A.json @@ -25,7 +25,7 @@ "orbital_period_days": 28.0, "rotation_period_hours": 19.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 105.0, "rotation_period_hours": 28.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 320.0, "rotation_period_hours": 33.4, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 620.0, "rotation_period_hours": 27.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -105,7 +105,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2400.0, "rotation_period_hours": 11.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6.2, "rotation_period_hours": 148.8, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 5800.0, "rotation_period_hours": 36.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 13000.0, "rotation_period_hours": 44.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 28000.0, "rotation_period_hours": 26.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 52000.0, "rotation_period_hours": 22.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ111.json b/docs/atlas/proposals/GJ111.json index 09b961ea9..64090b70b 100644 --- a/docs/atlas/proposals/GJ111.json +++ b/docs/atlas/proposals/GJ111.json @@ -25,7 +25,7 @@ "orbital_period_days": 76.0, "rotation_period_hours": 18.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 290.0, "rotation_period_hours": 23.8, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 650.0, "rotation_period_hours": 26.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1500.0, "rotation_period_hours": 27.2, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 4800.0, "rotation_period_hours": 10.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 7.6, "rotation_period_hours": 182.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 17.2, "rotation_period_hours": 412.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 12000.0, "rotation_period_hours": 36.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 28000.0, "rotation_period_hours": 45.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 60000.0, "rotation_period_hours": 53.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 130000.0, "rotation_period_hours": 31.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ1111.json b/docs/atlas/proposals/GJ1111.json index 471efb009..cf6a7f2fe 100644 --- a/docs/atlas/proposals/GJ1111.json +++ b/docs/atlas/proposals/GJ1111.json @@ -25,7 +25,7 @@ "orbital_period_days": 9.0, "rotation_period_hours": 216.0, "atmosphere": "standard", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": "manufacturing", "settlement_pattern": "urban_concentrated", @@ -45,7 +45,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 32.0, "rotation_period_hours": 20.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 96.0, "rotation_period_hours": 26.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 280.0, "rotation_period_hours": 19.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 720.0, "rotation_period_hours": 16.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 14.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ1116A.json b/docs/atlas/proposals/GJ1116A.json index e618289e8..67a52749a 100644 --- a/docs/atlas/proposals/GJ1116A.json +++ b/docs/atlas/proposals/GJ1116A.json @@ -12,18 +12,18 @@ "raw_bodies_line": null }, "bodies": [ - {"body_id": "GJ1116Ab", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.30, "orbital_period_days": 3, "rotation_period_hours": 72, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched, tidally locked"}, - {"body_id": "GJ1116Ac", "proper_name": "Mabaso Prime", "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": true, "population": 700000000, "mass_class": "terrestrial", "surface_gravity": 0.85, "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "breathable", "biome_summary": "arid", "hydrosphere": "minimal", "economic_role": "transit", "settlement_pattern": "urban", "industrial_corridor": null, "notes": "primary inhabited world, Mabaso Prime, tidally locked, flat volcanic plains, perpetual overcast, thin but breathable atmosphere, Wave 2 blended-heritage crossroads city, transit hub and mediation services center"}, - {"body_id": "GJ1116Ac-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ1116Ac", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 4, "rotation_period_hours": 96, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, - {"body_id": "GJ1116Ad", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 28, "rotation_period_hours": 672, "atmosphere": "thin", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky, tidally locked"}, - {"body_id": "GJ1116Ae", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 80, "rotation_period_hours": 1920, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky, tidally locked"}, - {"body_id": "GJ1116Af", "proper_name": null, "body_type": "gas_giant", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 500, "rotation_period_hours": 10.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, - {"body_id": "GJ1116Af-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ1116Af", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ1116Af-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ1116Af", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ1116Ag", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 1800, "rotation_period_hours": 18.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, - {"body_id": "GJ1116Ah", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 4500, "rotation_period_hours": 22.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ1116A-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, - {"body_id": "GJ1116A-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ1116Ab", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.30, "orbital_period_days": 3, "rotation_period_hours": 72, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched, tidally locked"}, + {"body_id": "GJ1116Ac", "proper_name": "Mabaso Prime", "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": true, "population": 700000000, "mass_class": "terrestrial", "surface_gravity": 0.85, "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "breathable", "planet_class": "arid", "hydrosphere": "minimal", "economic_role": "transit", "settlement_pattern": "urban", "industrial_corridor": null, "notes": "primary inhabited world, Mabaso Prime, tidally locked, flat volcanic plains, perpetual overcast, thin but breathable atmosphere, Wave 2 blended-heritage crossroads city, transit hub and mediation services center"}, + {"body_id": "GJ1116Ac-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ1116Ac", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 4, "rotation_period_hours": 96, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, + {"body_id": "GJ1116Ad", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 28, "rotation_period_hours": 672, "atmosphere": "thin", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky, tidally locked"}, + {"body_id": "GJ1116Ae", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 80, "rotation_period_hours": 1920, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky, tidally locked"}, + {"body_id": "GJ1116Af", "proper_name": null, "body_type": "gas_giant", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 500, "rotation_period_hours": 10.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, + {"body_id": "GJ1116Af-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ1116Af", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ1116Af-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ1116Af", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ1116Ag", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 1800, "rotation_period_hours": 18.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, + {"body_id": "GJ1116Ah", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 4500, "rotation_period_hours": 22.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ1116A-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, + {"body_id": "GJ1116A-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ1116Ac-S1", "proper_name": "Colesberg", "orbits_body_id": "GJ1116Ac", "station_type": "commercial", "population": 35000000, "economic_role": "transit", "docking_class": "major", "has_gate_infrastructure": false, "notes": "primary transit hub, largest processing facility between Kampala Gate and outer fringe, Mabaso Transit Consortium, Corridor Mediators' Association, mediation training college, Assembly customs processing"}, diff --git a/docs/atlas/proposals/GJ1116B.json b/docs/atlas/proposals/GJ1116B.json index 1ff52678a..bc8855eaa 100644 --- a/docs/atlas/proposals/GJ1116B.json +++ b/docs/atlas/proposals/GJ1116B.json @@ -25,7 +25,7 @@ "orbital_period_days": 6.4, "rotation_period_hours": 153.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 45.0, "rotation_period_hours": 1080.0, "atmosphere": "standard", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": "transit", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 220.0, "rotation_period_hours": 22.4, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 680.0, "rotation_period_hours": 12.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.2, "rotation_period_hours": 124.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 11.4, "rotation_period_hours": 273.6, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 31.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 4600.0, "rotation_period_hours": 39.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 10200.0, "rotation_period_hours": 26.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ1125.json b/docs/atlas/proposals/GJ1125.json index e1f588349..6e66594c1 100644 --- a/docs/atlas/proposals/GJ1125.json +++ b/docs/atlas/proposals/GJ1125.json @@ -25,7 +25,7 @@ "orbital_period_days": 5.6, "rotation_period_hours": 134.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 18.4, "rotation_period_hours": 441.6, "atmosphere": "standard", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": "research", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 120.0, "rotation_period_hours": 21.8, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 480.0, "rotation_period_hours": 12.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.8, "rotation_period_hours": 139.2, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 31.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3600.0, "rotation_period_hours": 39.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 8200.0, "rotation_period_hours": 25.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 16400, "rotation_period_hours": 19.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ1128.json b/docs/atlas/proposals/GJ1128.json index 9af8942b0..10f4021f8 100644 --- a/docs/atlas/proposals/GJ1128.json +++ b/docs/atlas/proposals/GJ1128.json @@ -25,7 +25,7 @@ "orbital_period_days": 4.8, "rotation_period_hours": 115.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 16.2, "rotation_period_hours": 388.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 220.0, "rotation_period_hours": 11.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 4.6, "rotation_period_hours": 110.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 9.8, "rotation_period_hours": 235.2, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 740.0, "rotation_period_hours": 28.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 2100.0, "rotation_period_hours": 36.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 5200.0, "rotation_period_hours": 23.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 10400, "rotation_period_hours": 18.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ1156.json b/docs/atlas/proposals/GJ1156.json index a83593a87..03ee8578a 100644 --- a/docs/atlas/proposals/GJ1156.json +++ b/docs/atlas/proposals/GJ1156.json @@ -25,7 +25,7 @@ "orbital_period_days": 18, "rotation_period_hours": 430, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 65, "rotation_period_hours": 1560, "atmosphere": "toxic", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 230, "rotation_period_hours": 24.5, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "ocean", "economic_role": "service_mixed", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": 14.0, "rotation_period_hours": 336, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 450, "rotation_period_hours": 19.0, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "rivers", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 800, "rotation_period_hours": 16.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1300, "rotation_period_hours": 21.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 2600, "rotation_period_hours": 11.5, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 4.5, "rotation_period_hours": 108, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 10.0, "rotation_period_hours": 240, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ117.json b/docs/atlas/proposals/GJ117.json index 57f7e945e..386c2d755 100644 --- a/docs/atlas/proposals/GJ117.json +++ b/docs/atlas/proposals/GJ117.json @@ -25,7 +25,7 @@ "orbital_period_days": 9.4, "rotation_period_hours": 225.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 56.0, "rotation_period_hours": 26.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 190.0, "rotation_period_hours": 24.4, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 560.0, "rotation_period_hours": 28.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1600.0, "rotation_period_hours": 21.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 17.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ1221.json b/docs/atlas/proposals/GJ1221.json index 7e2147196..6b2284811 100644 --- a/docs/atlas/proposals/GJ1221.json +++ b/docs/atlas/proposals/GJ1221.json @@ -25,7 +25,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ1230A.json b/docs/atlas/proposals/GJ1230A.json index 0322f47cf..45f3c2f14 100644 --- a/docs/atlas/proposals/GJ1230A.json +++ b/docs/atlas/proposals/GJ1230A.json @@ -12,19 +12,19 @@ "raw_bodies_line": null }, "bodies": [ - {"body_id": "GJ1230Ab", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched rocky, tidally locked"}, - {"body_id": "GJ1230Ac", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.45, "orbital_period_days": 32, "rotation_period_hours": 500, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "hot rocky, near-locked rotation"}, - {"body_id": "GJ1230Ad", "proper_name": "Talvela", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 8000000, "mass_class": "terrestrial", "surface_gravity": 0.82, "orbital_period_days": 95, "rotation_period_hours": 20.5, "atmosphere": "breathable", "biome_summary": "temperate-cool", "hydrosphere": "moderate", "economic_role": "transit", "settlement_pattern": "concentrated", "industrial_corridor": null, "notes": "primary inhabited world, Wave 5 colony, Finnish-heritage community, import-dependent"}, - {"body_id": "GJ1230Ad-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ1230Ad", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 8, "rotation_period_hours": 192, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon, tidally locked to parent"}, - {"body_id": "GJ1230Ae", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.40, "orbital_period_days": 210, "rotation_period_hours": 17.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky, beyond habitable zone"}, - {"body_id": "GJ1230Af", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 440, "rotation_period_hours": 15.5, "atmosphere": "thin", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, - {"body_id": "GJ1230Ag", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 1450, "rotation_period_hours": 12.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, - {"body_id": "GJ1230Ag-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ1230Ag", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ1230Ag-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ1230Ag", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ1230Ah", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 3400, "rotation_period_hours": 14.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, - {"body_id": "GJ1230Ai", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 6600, "rotation_period_hours": 18.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ1230A-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "sparse outer belt"}, - {"body_id": "GJ1230A-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ1230Ab", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched rocky, tidally locked"}, + {"body_id": "GJ1230Ac", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.45, "orbital_period_days": 32, "rotation_period_hours": 500, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "hot rocky, near-locked rotation"}, + {"body_id": "GJ1230Ad", "proper_name": "Talvela", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 8000000, "mass_class": "terrestrial", "surface_gravity": 0.82, "orbital_period_days": 95, "rotation_period_hours": 20.5, "atmosphere": "breathable", "planet_class": "temperate-cool", "hydrosphere": "moderate", "economic_role": "transit", "settlement_pattern": "concentrated", "industrial_corridor": null, "notes": "primary inhabited world, Wave 5 colony, Finnish-heritage community, import-dependent"}, + {"body_id": "GJ1230Ad-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ1230Ad", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 8, "rotation_period_hours": 192, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon, tidally locked to parent"}, + {"body_id": "GJ1230Ae", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.40, "orbital_period_days": 210, "rotation_period_hours": 17.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky, beyond habitable zone"}, + {"body_id": "GJ1230Af", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 440, "rotation_period_hours": 15.5, "atmosphere": "thin", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, + {"body_id": "GJ1230Ag", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 1450, "rotation_period_hours": 12.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, + {"body_id": "GJ1230Ag-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ1230Ag", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ1230Ag-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ1230Ag", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ1230Ah", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 3400, "rotation_period_hours": 14.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, + {"body_id": "GJ1230Ai", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 6600, "rotation_period_hours": 18.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ1230A-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "sparse outer belt"}, + {"body_id": "GJ1230A-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ1230Ad-S1", "proper_name": "Toivola", "orbits_body_id": "GJ1230Ad", "station_type": "transit", "population": 3500, "economic_role": "transit", "docking_class": "standard", "has_gate_infrastructure": false, "notes": "loop node transit station, through-freight servicing"}, diff --git a/docs/atlas/proposals/GJ1232.json b/docs/atlas/proposals/GJ1232.json index d43006e4a..fb26b2f9d 100644 --- a/docs/atlas/proposals/GJ1232.json +++ b/docs/atlas/proposals/GJ1232.json @@ -25,7 +25,7 @@ "orbital_period_days": 9.2, "rotation_period_hours": 220.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 72.0, "rotation_period_hours": 1728.0, "atmosphere": "standard", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 300.0, "rotation_period_hours": 23.4, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 940.0, "rotation_period_hours": 12.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.8, "rotation_period_hours": 139.2, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "subsurface_liquid", "economic_role": "mining", "settlement_pattern": "underground_concentrated", @@ -145,7 +145,7 @@ "orbital_period_days": 2600.0, "rotation_period_hours": 32.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 6400.0, "rotation_period_hours": 40.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 14200.0, "rotation_period_hours": 27.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ1235.json b/docs/atlas/proposals/GJ1235.json index 4f7d8becb..de9d2239c 100644 --- a/docs/atlas/proposals/GJ1235.json +++ b/docs/atlas/proposals/GJ1235.json @@ -25,7 +25,7 @@ "orbital_period_days": 14.0, "rotation_period_hours": 336.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 26.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "commercial", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 440.0, "rotation_period_hours": 26.4, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1200.0, "rotation_period_hours": 29.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3200.0, "rotation_period_hours": 34.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 8400.0, "rotation_period_hours": 22.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 20000.0, "rotation_period_hours": 18.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ124.json b/docs/atlas/proposals/GJ124.json index eb1cfd181..fa94caac6 100644 --- a/docs/atlas/proposals/GJ124.json +++ b/docs/atlas/proposals/GJ124.json @@ -25,7 +25,7 @@ "orbital_period_days": 22.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 80.0, "rotation_period_hours": 26.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 460.0, "rotation_period_hours": 25.6, "atmosphere": "standard", - "biome_summary": "temperate_ocean", + "planet_class": "temperate_ocean", "hydrosphere": "liquid_water", "economic_role": "commercial", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": 720.0, "rotation_period_hours": 31.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2200.0, "rotation_period_hours": 10.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5.6, "rotation_period_hours": 134.4, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 10.4, "rotation_period_hours": 249.6, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 5400.0, "rotation_period_hours": 38.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 12000.0, "rotation_period_hours": 42.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 26000.0, "rotation_period_hours": 28.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 48000.0, "rotation_period_hours": 23.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ1245A.json b/docs/atlas/proposals/GJ1245A.json index 5dca92f2c..054ec5226 100644 --- a/docs/atlas/proposals/GJ1245A.json +++ b/docs/atlas/proposals/GJ1245A.json @@ -25,7 +25,7 @@ "orbital_period_days": 3, "rotation_period_hours": 72, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 8, "rotation_period_hours": 192, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 22, "rotation_period_hours": 528, "atmosphere": "thin", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 55, "rotation_period_hours": 16.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 350, "rotation_period_hours": 10.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6, "rotation_period_hours": 144, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": "extraction", "settlement_pattern": "domed", @@ -145,7 +145,7 @@ "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 28, "rotation_period_hours": 672, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 1000, "rotation_period_hours": 14.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 2800, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ1245B.json b/docs/atlas/proposals/GJ1245B.json index 4ae8c26a3..0b60d066e 100644 --- a/docs/atlas/proposals/GJ1245B.json +++ b/docs/atlas/proposals/GJ1245B.json @@ -25,7 +25,7 @@ "orbital_period_days": 6.0, "rotation_period_hours": 144.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": "urban_concentrated", @@ -45,7 +45,7 @@ "orbital_period_days": 18.0, "rotation_period_hours": 20.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 56.0, "rotation_period_hours": 24.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 160.0, "rotation_period_hours": 18.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 420.0, "rotation_period_hours": 15.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1100.0, "rotation_period_hours": 13.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ1248.json b/docs/atlas/proposals/GJ1248.json index 462c12a56..ef9e55c70 100644 --- a/docs/atlas/proposals/GJ1248.json +++ b/docs/atlas/proposals/GJ1248.json @@ -25,7 +25,7 @@ "orbital_period_days": 8.4, "rotation_period_hours": 201.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 145.0, "rotation_period_hours": 30.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 480.0, "rotation_period_hours": 24.8, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 28.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3600.0, "rotation_period_hours": 22.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 7800.0, "rotation_period_hours": 19.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ1267.json b/docs/atlas/proposals/GJ1267.json index a51824146..60daa444f 100644 --- a/docs/atlas/proposals/GJ1267.json +++ b/docs/atlas/proposals/GJ1267.json @@ -25,7 +25,7 @@ "orbital_period_days": 10.2, "rotation_period_hours": 244.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 72.0, "rotation_period_hours": 27.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 250.0, "rotation_period_hours": 25.6, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 740.0, "rotation_period_hours": 29.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2100.0, "rotation_period_hours": 22.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5600.0, "rotation_period_hours": 18.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ127A.json b/docs/atlas/proposals/GJ127A.json index 2e989ac57..c11a635f1 100644 --- a/docs/atlas/proposals/GJ127A.json +++ b/docs/atlas/proposals/GJ127A.json @@ -25,7 +25,7 @@ "orbital_period_days": 42.0, "rotation_period_hours": 17.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 180.0, "rotation_period_hours": 22.6, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 550.0, "rotation_period_hours": 27.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "research", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1300.0, "rotation_period_hours": 31.6, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 12.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6.2, "rotation_period_hours": 148.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 14.8, "rotation_period_hours": 355.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 9600.0, "rotation_period_hours": 34.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 22000.0, "rotation_period_hours": 43.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 48000.0, "rotation_period_hours": 51.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 104000.0, "rotation_period_hours": 29.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ127B.json b/docs/atlas/proposals/GJ127B.json index cc3fb6a0f..6e9244741 100644 --- a/docs/atlas/proposals/GJ127B.json +++ b/docs/atlas/proposals/GJ127B.json @@ -25,7 +25,7 @@ "orbital_period_days": 92.0, "rotation_period_hours": 2208.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 320.0, "rotation_period_hours": 26.4, "atmosphere": "breathable", - "biome_summary": "temperate-cool", + "planet_class": "temperate-cool", "hydrosphere": "rivers-lakes", "economic_role": "mixed-agriculture", "settlement_pattern": "distributed-rural", @@ -65,7 +65,7 @@ "orbital_period_days": 18.2, "rotation_period_hours": 436.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 710.0, "rotation_period_hours": 22.6, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3100.0, "rotation_period_hours": 10.2, "atmosphere": "hydrogen-helium", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 13.8, "rotation_period_hours": 331.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 29.4, "rotation_period_hours": 705.6, "atmosphere": "none", - "biome_summary": "ice", + "planet_class": "ice", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 7400.0, "rotation_period_hours": 19.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 17200.0, "rotation_period_hours": 15.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 34000.0, "rotation_period_hours": 12.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 62000.0, "rotation_period_hours": 11.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": 105000.0, "rotation_period_hours": 9.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -285,7 +285,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ1286.json b/docs/atlas/proposals/GJ1286.json index 690020354..4997b97ca 100644 --- a/docs/atlas/proposals/GJ1286.json +++ b/docs/atlas/proposals/GJ1286.json @@ -25,7 +25,7 @@ "orbital_period_days": 20, "rotation_period_hours": 480, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 70, "rotation_period_hours": 1680, "atmosphere": "toxic", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 280, "rotation_period_hours": 25.0, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "ocean", "economic_role": "research", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": 15.0, "rotation_period_hours": 360, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 480, "rotation_period_hours": 22.0, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "rivers", "economic_role": "research", "settlement_pattern": "dispersed_rural", @@ -125,7 +125,7 @@ "orbital_period_days": 800, "rotation_period_hours": 17.5, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1200, "rotation_period_hours": 15.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 2800, "rotation_period_hours": 12.5, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 4.0, "rotation_period_hours": 96, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 10.0, "rotation_period_hours": 240, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ1289.json b/docs/atlas/proposals/GJ1289.json index 03e2378cb..b8986d626 100644 --- a/docs/atlas/proposals/GJ1289.json +++ b/docs/atlas/proposals/GJ1289.json @@ -12,18 +12,18 @@ "raw_bodies_line": null }, "bodies": [ - {"body_id": "GJ1289b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 15, "rotation_period_hours": 360, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, tidally locked"}, - {"body_id": "GJ1289c", "proper_name": "Lacombe", "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": true, "population": 200000000, "mass_class": "terrestrial", "surface_gravity": 0.88, "orbital_period_days": 40, "rotation_period_hours": 960, "atmosphere": "breathable", "biome_summary": "temperate-cool", "hydrosphere": "moderate", "economic_role": "coordination", "settlement_pattern": "urban", "industrial_corridor": null, "notes": "primary inhabited world, tidally locked, Wave 4 administrative settlement, Canadian heritage, Assembly regional outpost, governance services hub"}, - {"body_id": "GJ1289c-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ1289c", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 6, "rotation_period_hours": 144, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, - {"body_id": "GJ1289d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.40, "orbital_period_days": 90, "rotation_period_hours": 16.0, "atmosphere": "thin", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, - {"body_id": "GJ1289e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 250, "rotation_period_hours": 16.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, - {"body_id": "GJ1289f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.25, "orbital_period_days": 600, "rotation_period_hours": 15.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer frozen rocky"}, - {"body_id": "GJ1289g", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 1600, "rotation_period_hours": 11.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, - {"body_id": "GJ1289g-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ1289g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ1289g-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ1289g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ1289h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 4800, "rotation_period_hours": 22.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ1289-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, - {"body_id": "GJ1289-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ1289b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 15, "rotation_period_hours": 360, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, tidally locked"}, + {"body_id": "GJ1289c", "proper_name": "Lacombe", "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": true, "population": 200000000, "mass_class": "terrestrial", "surface_gravity": 0.88, "orbital_period_days": 40, "rotation_period_hours": 960, "atmosphere": "breathable", "planet_class": "temperate-cool", "hydrosphere": "moderate", "economic_role": "coordination", "settlement_pattern": "urban", "industrial_corridor": null, "notes": "primary inhabited world, tidally locked, Wave 4 administrative settlement, Canadian heritage, Assembly regional outpost, governance services hub"}, + {"body_id": "GJ1289c-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ1289c", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 6, "rotation_period_hours": 144, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, + {"body_id": "GJ1289d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.40, "orbital_period_days": 90, "rotation_period_hours": 16.0, "atmosphere": "thin", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, + {"body_id": "GJ1289e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 250, "rotation_period_hours": 16.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, + {"body_id": "GJ1289f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.25, "orbital_period_days": 600, "rotation_period_hours": 15.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer frozen rocky"}, + {"body_id": "GJ1289g", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 1600, "rotation_period_hours": 11.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, + {"body_id": "GJ1289g-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ1289g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ1289g-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ1289g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ1289h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 4800, "rotation_period_hours": 22.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ1289-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, + {"body_id": "GJ1289-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ1289c-S1", "proper_name": "Wainwright", "orbits_body_id": "GJ1289c", "station_type": "commercial", "population": 12000000, "economic_role": "coordination", "docking_class": "major", "has_gate_infrastructure": false, "notes": "Assembly regional outpost, governance services, transit coordination, field officer postings, the drawer of unsubmitted memos"}, diff --git a/docs/atlas/proposals/GJ1292.json b/docs/atlas/proposals/GJ1292.json index 03b7133f8..a199f7f87 100644 --- a/docs/atlas/proposals/GJ1292.json +++ b/docs/atlas/proposals/GJ1292.json @@ -5,17 +5,17 @@ "spectral_class": "k-m", "wiki_data": {"habitable_count": 1, "inhabited_count": 1, "has_gas_giant": true, "has_asteroid_belt": true, "has_horizon_station": true, "raw_bodies_line": null}, "bodies": [ - {"body_id": "GJ1292b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.30, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, tidally locked"}, - {"body_id": "GJ1292c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.42, "orbital_period_days": 35, "rotation_period_hours": 840, "atmosphere": "thin", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "rocky, tidally locked"}, - {"body_id": "GJ1292d", "proper_name": "Isiolo", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 50000, "mass_class": "terrestrial", "surface_gravity": 0.80, "orbital_period_days": 85, "rotation_period_hours": 2040, "atmosphere": "breathable", "biome_summary": "arid", "hydrosphere": "minimal", "economic_role": "transit", "settlement_pattern": "concentrated", "industrial_corridor": null, "notes": "primary inhabited world, tidally locked, k-m dim cool light, corporate-specification infrastructure, Transitek East Africa company town, Wave 4 Kenyan/Ethiopian transport heritage, 50000 pop, settlement council subordinate to corporate operations"}, - {"body_id": "GJ1292e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 200, "rotation_period_hours": 16.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, - {"body_id": "GJ1292f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 500, "rotation_period_hours": 15.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, - {"body_id": "GJ1292g", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 1500, "rotation_period_hours": 10.5, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, - {"body_id": "GJ1292g-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ1292g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ1292g-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ1292g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.03, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ1292h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.10, "orbital_period_days": 4500, "rotation_period_hours": 22.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ1292-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "sparse belt"}, - {"body_id": "GJ1292-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ1292b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.30, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, tidally locked"}, + {"body_id": "GJ1292c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.42, "orbital_period_days": 35, "rotation_period_hours": 840, "atmosphere": "thin", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "rocky, tidally locked"}, + {"body_id": "GJ1292d", "proper_name": "Isiolo", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 50000, "mass_class": "terrestrial", "surface_gravity": 0.80, "orbital_period_days": 85, "rotation_period_hours": 2040, "atmosphere": "breathable", "planet_class": "arid", "hydrosphere": "minimal", "economic_role": "transit", "settlement_pattern": "concentrated", "industrial_corridor": null, "notes": "primary inhabited world, tidally locked, k-m dim cool light, corporate-specification infrastructure, Transitek East Africa company town, Wave 4 Kenyan/Ethiopian transport heritage, 50000 pop, settlement council subordinate to corporate operations"}, + {"body_id": "GJ1292e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 200, "rotation_period_hours": 16.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, + {"body_id": "GJ1292f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 500, "rotation_period_hours": 15.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, + {"body_id": "GJ1292g", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 1500, "rotation_period_hours": 10.5, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, + {"body_id": "GJ1292g-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ1292g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ1292g-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ1292g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.03, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ1292h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.10, "orbital_period_days": 4500, "rotation_period_hours": 22.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ1292-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "sparse belt"}, + {"body_id": "GJ1292-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ1292d-S1", "proper_name": "Marsabit", "orbits_body_id": "GJ1292d", "station_type": "commercial", "population": 8000, "economic_role": "transit", "docking_class": "standard", "has_gate_infrastructure": false, "notes": "Transitek East Africa transit depot, communications relay, supply agreements with adjacent systems, settlement council governance (corporate-shaped agenda)"}, diff --git a/docs/atlas/proposals/GJ136.json b/docs/atlas/proposals/GJ136.json index 5003f6ec9..e17d00271 100644 --- a/docs/atlas/proposals/GJ136.json +++ b/docs/atlas/proposals/GJ136.json @@ -25,7 +25,7 @@ "orbital_period_days": 52.0, "rotation_period_hours": 18.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 165.0, "rotation_period_hours": 25.4, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 370.0, "rotation_period_hours": 24.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "commercial", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1100.0, "rotation_period_hours": 27.6, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3400.0, "rotation_period_hours": 10.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6.4, "rotation_period_hours": 153.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 13.8, "rotation_period_hours": 331.2, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 8400.0, "rotation_period_hours": 35.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 18000.0, "rotation_period_hours": 43.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 36000.0, "rotation_period_hours": 52.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 64000.0, "rotation_period_hours": 29.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ137.json b/docs/atlas/proposals/GJ137.json index 5c66c07ee..c113c44a2 100644 --- a/docs/atlas/proposals/GJ137.json +++ b/docs/atlas/proposals/GJ137.json @@ -25,7 +25,7 @@ "orbital_period_days": 36.0, "rotation_period_hours": 19.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 125.0, "rotation_period_hours": 25.4, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 310.0, "rotation_period_hours": 24.6, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "commercial", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1050.0, "rotation_period_hours": 27.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3100.0, "rotation_period_hours": 11.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6.4, "rotation_period_hours": 153.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 13.6, "rotation_period_hours": 326.4, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 7600.0, "rotation_period_hours": 35.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 16000.0, "rotation_period_hours": 44.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 32000.0, "rotation_period_hours": 29.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 64000, "rotation_period_hours": 22.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ138.json b/docs/atlas/proposals/GJ138.json index a1d9f3b08..5798ae95c 100644 --- a/docs/atlas/proposals/GJ138.json +++ b/docs/atlas/proposals/GJ138.json @@ -25,7 +25,7 @@ "orbital_period_days": 9.6, "rotation_period_hours": 230.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 70.0, "rotation_period_hours": 28.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 240.0, "rotation_period_hours": 25.2, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 720.0, "rotation_period_hours": 29.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2000.0, "rotation_period_hours": 22.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5200.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ139.json b/docs/atlas/proposals/GJ139.json index 8a8311131..eda084a1d 100644 --- a/docs/atlas/proposals/GJ139.json +++ b/docs/atlas/proposals/GJ139.json @@ -25,7 +25,7 @@ "orbital_period_days": 25, "rotation_period_hours": 600, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 90, "rotation_period_hours": 2160, "atmosphere": "toxic", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 300, "rotation_period_hours": 24.0, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "rivers", "economic_role": "service_mixed", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": 12.0, "rotation_period_hours": 288, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 520, "rotation_period_hours": 19.5, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 850, "rotation_period_hours": 17.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1400, "rotation_period_hours": 15.5, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 6000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 3200, "rotation_period_hours": 10.5, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 4.0, "rotation_period_hours": 96, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": 9.5, "rotation_period_hours": 228, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -285,7 +285,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ142.json b/docs/atlas/proposals/GJ142.json index 85f0e77d8..7b6b2890f 100644 --- a/docs/atlas/proposals/GJ142.json +++ b/docs/atlas/proposals/GJ142.json @@ -25,7 +25,7 @@ "orbital_period_days": 42.0, "rotation_period_hours": 17.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 350.0, "rotation_period_hours": 26.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "research", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": 700.0, "rotation_period_hours": 23.6, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2200.0, "rotation_period_hours": 11.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6.4, "rotation_period_hours": 153.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5600.0, "rotation_period_hours": 34.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 13000.0, "rotation_period_hours": 43.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 28000.0, "rotation_period_hours": 52.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 60000.0, "rotation_period_hours": 30.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 120000.0, "rotation_period_hours": 25.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ144.json b/docs/atlas/proposals/GJ144.json index 4d33e25f0..b81d5f9ae 100644 --- a/docs/atlas/proposals/GJ144.json +++ b/docs/atlas/proposals/GJ144.json @@ -25,7 +25,7 @@ "orbital_period_days": 30, "rotation_period_hours": 720, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 110, "rotation_period_hours": 2800, "atmosphere": "toxic", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 280, "rotation_period_hours": 23.5, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "ocean", "economic_role": "agricultural", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": 18.5, "rotation_period_hours": 444, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 480, "rotation_period_hours": 26.8, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "ocean", "economic_role": "agricultural", "settlement_pattern": "dispersed_rural", @@ -125,7 +125,7 @@ "orbital_period_days": 12.3, "rotation_period_hours": 295, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1200, "rotation_period_hours": 18.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 6000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 2500, "rotation_period_hours": 11.2, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 4.0, "rotation_period_hours": 96, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": 9.5, "rotation_period_hours": 228, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -285,7 +285,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ146.json b/docs/atlas/proposals/GJ146.json index 938dd793c..956879b97 100644 --- a/docs/atlas/proposals/GJ146.json +++ b/docs/atlas/proposals/GJ146.json @@ -25,7 +25,7 @@ "orbital_period_days": 10.4, "rotation_period_hours": 249.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 68.0, "rotation_period_hours": 26.2, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 230.0, "rotation_period_hours": 25.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 680.0, "rotation_period_hours": 29.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1900.0, "rotation_period_hours": 22.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5000.0, "rotation_period_hours": 17.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ147.json b/docs/atlas/proposals/GJ147.json index 3927d3f07..9287d0f63 100644 --- a/docs/atlas/proposals/GJ147.json +++ b/docs/atlas/proposals/GJ147.json @@ -25,7 +25,7 @@ "orbital_period_days": 58.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 480.0, "rotation_period_hours": 26.6, "atmosphere": "thin", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 1100.0, "rotation_period_hours": 27.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 3600.0, "rotation_period_hours": 11.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6.8, "rotation_period_hours": 163.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 8800.0, "rotation_period_hours": 38.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 20000.0, "rotation_period_hours": 47.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 44000.0, "rotation_period_hours": 57.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 64000.0, "rotation_period_hours": 42.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 96000.0, "rotation_period_hours": 28.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ150.json b/docs/atlas/proposals/GJ150.json index a954e1b23..f306a89c5 100644 --- a/docs/atlas/proposals/GJ150.json +++ b/docs/atlas/proposals/GJ150.json @@ -25,7 +25,7 @@ "orbital_period_days": 48.0, "rotation_period_hours": 18.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 180.0, "rotation_period_hours": 24.2, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 820.0, "rotation_period_hours": 26.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "transit", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 28.6, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3800.0, "rotation_period_hours": 10.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6.2, "rotation_period_hours": 148.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 13.4, "rotation_period_hours": 321.6, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 9600.0, "rotation_period_hours": 36.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 21000.0, "rotation_period_hours": 44.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 46000.0, "rotation_period_hours": 30.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ15A.json b/docs/atlas/proposals/GJ15A.json index f368f816b..0f9fb583a 100644 --- a/docs/atlas/proposals/GJ15A.json +++ b/docs/atlas/proposals/GJ15A.json @@ -25,7 +25,7 @@ "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 160, "rotation_period_hours": 22.5, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "rivers", "economic_role": "manufacturing", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": 9.0, "rotation_period_hours": 216, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 350, "rotation_period_hours": 18.0, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 650, "rotation_period_hours": 16.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1100, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ166A.json b/docs/atlas/proposals/GJ166A.json index 520b342de..1327762e1 100644 --- a/docs/atlas/proposals/GJ166A.json +++ b/docs/atlas/proposals/GJ166A.json @@ -25,7 +25,7 @@ "orbital_period_days": 35, "rotation_period_hours": 850, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 290, "rotation_period_hours": 22.8, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "ocean", "economic_role": "research", "settlement_pattern": "dispersed_rural", @@ -65,7 +65,7 @@ "orbital_period_days": 14.0, "rotation_period_hours": 336, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 650, "rotation_period_hours": 20.5, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1400, "rotation_period_hours": 17.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 9500, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ167.json b/docs/atlas/proposals/GJ167.json index 416f6404c..ff2a3d68d 100644 --- a/docs/atlas/proposals/GJ167.json +++ b/docs/atlas/proposals/GJ167.json @@ -25,7 +25,7 @@ "orbital_period_days": 26.0, "rotation_period_hours": 19.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 190.0, "rotation_period_hours": 25.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 560.0, "rotation_period_hours": 27.2, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1600.0, "rotation_period_hours": 11.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.4, "rotation_period_hours": 129.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 33.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 9800.0, "rotation_period_hours": 42.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 22000.0, "rotation_period_hours": 28.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 48000.0, "rotation_period_hours": 22.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ169.json b/docs/atlas/proposals/GJ169.json index 31d22e01e..4b490adf0 100644 --- a/docs/atlas/proposals/GJ169.json +++ b/docs/atlas/proposals/GJ169.json @@ -25,7 +25,7 @@ "orbital_period_days": 12.0, "rotation_period_hours": 288.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 148.0, "rotation_period_hours": 27.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 460.0, "rotation_period_hours": 25.8, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1300.0, "rotation_period_hours": 29.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3600.0, "rotation_period_hours": 35.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 8800.0, "rotation_period_hours": 22.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 21000.0, "rotation_period_hours": 17.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ17.json b/docs/atlas/proposals/GJ17.json index 3db23b629..f02db403b 100644 --- a/docs/atlas/proposals/GJ17.json +++ b/docs/atlas/proposals/GJ17.json @@ -25,7 +25,7 @@ "orbital_period_days": 48.0, "rotation_period_hours": 18.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 180.0, "rotation_period_hours": 23.8, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 480.0, "rotation_period_hours": 25.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1300.0, "rotation_period_hours": 27.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3600.0, "rotation_period_hours": 10.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 7.2, "rotation_period_hours": 172.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 15.4, "rotation_period_hours": 369.6, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 9200.0, "rotation_period_hours": 36.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 19000.0, "rotation_period_hours": 44.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 38000.0, "rotation_period_hours": 53.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 68000.0, "rotation_period_hours": 30.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ172.json b/docs/atlas/proposals/GJ172.json index 5f6470e3d..54da7f200 100644 --- a/docs/atlas/proposals/GJ172.json +++ b/docs/atlas/proposals/GJ172.json @@ -25,7 +25,7 @@ "orbital_period_days": 8.5, "rotation_period_hours": 16.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 150.0, "rotation_period_hours": 23.6, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": 280.0, "rotation_period_hours": 28.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 650.0, "rotation_period_hours": 12.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 4.8, "rotation_period_hours": 115.2, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1600.0, "rotation_period_hours": 35.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 41.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 10000.0, "rotation_period_hours": 24.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 22000.0, "rotation_period_hours": 21.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ174.json b/docs/atlas/proposals/GJ174.json index bb7a70e71..4e315b3e6 100644 --- a/docs/atlas/proposals/GJ174.json +++ b/docs/atlas/proposals/GJ174.json @@ -25,7 +25,7 @@ "orbital_period_days": 22.0, "rotation_period_hours": 19.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 180.0, "rotation_period_hours": 26.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 560.0, "rotation_period_hours": 27.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 11.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.8, "rotation_period_hours": 139.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4600.0, "rotation_period_hours": 33.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 10800.0, "rotation_period_hours": 42.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 24000.0, "rotation_period_hours": 28.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 52000.0, "rotation_period_hours": 22.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ177.json b/docs/atlas/proposals/GJ177.json index 6c741a742..ed6a74e83 100644 --- a/docs/atlas/proposals/GJ177.json +++ b/docs/atlas/proposals/GJ177.json @@ -25,7 +25,7 @@ "orbital_period_days": 10.6, "rotation_period_hours": 254.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 68.0, "rotation_period_hours": 26.4, "atmosphere": "standard", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": "liquid_water", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 220.0, "rotation_period_hours": 25.2, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 660.0, "rotation_period_hours": 29.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 22.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4800.0, "rotation_period_hours": 18.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ178.json b/docs/atlas/proposals/GJ178.json index aece9ad09..17c74a86a 100644 --- a/docs/atlas/proposals/GJ178.json +++ b/docs/atlas/proposals/GJ178.json @@ -12,20 +12,20 @@ "raw_bodies_line": null }, "bodies": [ - {"body_id": "GJ178b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 50, "rotation_period_hours": 18.0, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched"}, - {"body_id": "GJ178c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.50, "orbital_period_days": 100, "rotation_period_hours": 22.0, "atmosphere": "thin", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "hot rocky"}, - {"body_id": "GJ178d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.55, "orbital_period_days": 200, "rotation_period_hours": 20.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "warm rocky, inner habitable zone edge"}, - {"body_id": "GJ178e", "proper_name": "Cinderford", "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": true, "population": 80000000, "mass_class": "terrestrial", "surface_gravity": 0.93, "orbital_period_days": 500, "rotation_period_hours": 22.5, "atmosphere": "breathable", "biome_summary": "temperate", "hydrosphere": "moderate", "economic_role": "transit", "settlement_pattern": "urban", "industrial_corridor": null, "notes": "primary inhabited world, volcanic ash plains, F6V warm yellow-white light through particulate haze, exceptional mineral-rich volcanic soil, Ashfield ceramics industry, Wave 4 through-route settlement"}, - {"body_id": "GJ178e-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ178e", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, - {"body_id": "GJ178f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.42, "orbital_period_days": 900, "rotation_period_hours": 18.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "trace", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer habitable zone edge, cold"}, - {"body_id": "GJ178g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 1800, "rotation_period_hours": 16.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, - {"body_id": "GJ178h", "proper_name": null, "body_type": "gas_giant", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 4000, "rotation_period_hours": 10.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "large gas giant"}, - {"body_id": "GJ178h-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ178h", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.07, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ178h-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ178h", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ178i", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.25, "orbital_period_days": 8600, "rotation_period_hours": 20.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, - {"body_id": "GJ178j", "proper_name": null, "body_type": "planet", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 16000, "rotation_period_hours": 24.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ178-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, - {"body_id": "GJ178-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 11, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ178b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 50, "rotation_period_hours": 18.0, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched"}, + {"body_id": "GJ178c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.50, "orbital_period_days": 100, "rotation_period_hours": 22.0, "atmosphere": "thin", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "hot rocky"}, + {"body_id": "GJ178d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.55, "orbital_period_days": 200, "rotation_period_hours": 20.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "warm rocky, inner habitable zone edge"}, + {"body_id": "GJ178e", "proper_name": "Cinderford", "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": true, "population": 80000000, "mass_class": "terrestrial", "surface_gravity": 0.93, "orbital_period_days": 500, "rotation_period_hours": 22.5, "atmosphere": "breathable", "planet_class": "temperate", "hydrosphere": "moderate", "economic_role": "transit", "settlement_pattern": "urban", "industrial_corridor": null, "notes": "primary inhabited world, volcanic ash plains, F6V warm yellow-white light through particulate haze, exceptional mineral-rich volcanic soil, Ashfield ceramics industry, Wave 4 through-route settlement"}, + {"body_id": "GJ178e-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ178e", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, + {"body_id": "GJ178f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.42, "orbital_period_days": 900, "rotation_period_hours": 18.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "trace", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer habitable zone edge, cold"}, + {"body_id": "GJ178g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 1800, "rotation_period_hours": 16.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, + {"body_id": "GJ178h", "proper_name": null, "body_type": "gas_giant", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 4000, "rotation_period_hours": 10.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "large gas giant"}, + {"body_id": "GJ178h-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ178h", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.07, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ178h-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ178h", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ178i", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.25, "orbital_period_days": 8600, "rotation_period_hours": 20.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, + {"body_id": "GJ178j", "proper_name": null, "body_type": "planet", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 16000, "rotation_period_hours": 24.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ178-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, + {"body_id": "GJ178-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 11, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ178e-S1", "proper_name": "Coalport", "orbits_body_id": "GJ178e", "station_type": "commercial", "population": 8000000, "economic_role": "transit", "docking_class": "major", "has_gate_infrastructure": false, "notes": "transit hub and ceramics export terminal, Ashfield Ceramics Collective, Transit Workers' Council, Geological Survey office"}, diff --git a/docs/atlas/proposals/GJ183.json b/docs/atlas/proposals/GJ183.json index fb8d3df47..8e780926e 100644 --- a/docs/atlas/proposals/GJ183.json +++ b/docs/atlas/proposals/GJ183.json @@ -25,7 +25,7 @@ "orbital_period_days": 6.4, "rotation_period_hours": 153.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 45.0, "rotation_period_hours": 30.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 24.6, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 420.0, "rotation_period_hours": 28.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1200.0, "rotation_period_hours": 21.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 3200.0, "rotation_period_hours": 17.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ189.json b/docs/atlas/proposals/GJ189.json index 660297dce..4b7126478 100644 --- a/docs/atlas/proposals/GJ189.json +++ b/docs/atlas/proposals/GJ189.json @@ -25,7 +25,7 @@ "orbital_period_days": 9.8, "rotation_period_hours": 235.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 70.0, "rotation_period_hours": 27.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 240.0, "rotation_period_hours": 25.4, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 720.0, "rotation_period_hours": 29.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2000.0, "rotation_period_hours": 22.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5400.0, "rotation_period_hours": 18.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ19.json b/docs/atlas/proposals/GJ19.json index 12785763e..ca9b9fba3 100644 --- a/docs/atlas/proposals/GJ19.json +++ b/docs/atlas/proposals/GJ19.json @@ -25,7 +25,7 @@ "orbital_period_days": 62.0, "rotation_period_hours": 18.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 240.0, "rotation_period_hours": 24.2, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 750.0, "rotation_period_hours": 25.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 28.6, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 4800.0, "rotation_period_hours": 10.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 7.2, "rotation_period_hours": 172.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 15.4, "rotation_period_hours": 369.6, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 12000.0, "rotation_period_hours": 36.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 26000.0, "rotation_period_hours": 44.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 52000.0, "rotation_period_hours": 53.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 96000.0, "rotation_period_hours": 30.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ191.json b/docs/atlas/proposals/GJ191.json index 6093274a8..fe5335976 100644 --- a/docs/atlas/proposals/GJ191.json +++ b/docs/atlas/proposals/GJ191.json @@ -25,7 +25,7 @@ "orbital_period_days": 8.4, "rotation_period_hours": 201.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 70.0, "rotation_period_hours": 1680.0, "atmosphere": "standard", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": "transit", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 280.0, "rotation_period_hours": 22.8, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 920.0, "rotation_period_hours": 11.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.6, "rotation_period_hours": 134.4, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 2400.0, "rotation_period_hours": 32.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 5800.0, "rotation_period_hours": 40.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 12600.0, "rotation_period_hours": 27.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ194B.json b/docs/atlas/proposals/GJ194B.json index b23d467c8..735ee4c2a 100644 --- a/docs/atlas/proposals/GJ194B.json +++ b/docs/atlas/proposals/GJ194B.json @@ -5,20 +5,20 @@ "spectral_class": "G0 III", "wiki_data": {"habitable_count": 1, "inhabited_count": 1, "has_gas_giant": true, "has_asteroid_belt": true, "has_horizon_station": true, "raw_bodies_line": null}, "bodies": [ - {"body_id": "GJ194Bb", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.38, "orbital_period_days": 55, "rotation_period_hours": 20.0, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, subgiant orange-tinged illumination"}, - {"body_id": "GJ194Bc", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.50, "orbital_period_days": 130, "rotation_period_hours": 22.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "warm rocky"}, - {"body_id": "GJ194Bd", "proper_name": "Aberaeron", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 25000000, "mass_class": "terrestrial", "surface_gravity": 0.88, "orbital_period_days": 300, "rotation_period_hours": 23.0, "atmosphere": "breathable", "biome_summary": "temperate", "hydrosphere": "moderate", "economic_role": "transit", "settlement_pattern": "urban", "industrial_corridor": null, "notes": "primary inhabited world, G0 III subgiant orange-tinged light, Wave 2 Welsh-heritage waypoint, 400 years perfect Assembly compliance, parliamentary council with standing compliance committee, provisioning and transit economy"}, - {"body_id": "GJ194Bd-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ194Bd", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, - {"body_id": "GJ194Be", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.40, "orbital_period_days": 650, "rotation_period_hours": 18.0, "atmosphere": "thin", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, - {"body_id": "GJ194Bf", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 1400, "rotation_period_hours": 16.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, - {"body_id": "GJ194Bg", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 3500, "rotation_period_hours": 11.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, - {"body_id": "GJ194Bg-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ194Bg", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ194Bg-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ194Bg", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ194Bh", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.25, "orbital_period_days": 7500, "rotation_period_hours": 20.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, - {"body_id": "GJ194Bi", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 14000, "rotation_period_hours": 24.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ194Bj", "proper_name": null, "body_type": "planet", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.09, "orbital_period_days": 25000, "rotation_period_hours": 24.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ194B-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, - {"body_id": "GJ194B-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 11, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ194Bb", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.38, "orbital_period_days": 55, "rotation_period_hours": 20.0, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, subgiant orange-tinged illumination"}, + {"body_id": "GJ194Bc", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.50, "orbital_period_days": 130, "rotation_period_hours": 22.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "warm rocky"}, + {"body_id": "GJ194Bd", "proper_name": "Aberaeron", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 25000000, "mass_class": "terrestrial", "surface_gravity": 0.88, "orbital_period_days": 300, "rotation_period_hours": 23.0, "atmosphere": "breathable", "planet_class": "temperate", "hydrosphere": "moderate", "economic_role": "transit", "settlement_pattern": "urban", "industrial_corridor": null, "notes": "primary inhabited world, G0 III subgiant orange-tinged light, Wave 2 Welsh-heritage waypoint, 400 years perfect Assembly compliance, parliamentary council with standing compliance committee, provisioning and transit economy"}, + {"body_id": "GJ194Bd-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ194Bd", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, + {"body_id": "GJ194Be", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.40, "orbital_period_days": 650, "rotation_period_hours": 18.0, "atmosphere": "thin", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, + {"body_id": "GJ194Bf", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 1400, "rotation_period_hours": 16.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, + {"body_id": "GJ194Bg", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 3500, "rotation_period_hours": 11.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, + {"body_id": "GJ194Bg-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ194Bg", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ194Bg-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ194Bg", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ194Bh", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.25, "orbital_period_days": 7500, "rotation_period_hours": 20.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, + {"body_id": "GJ194Bi", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 14000, "rotation_period_hours": 24.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ194Bj", "proper_name": null, "body_type": "planet", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.09, "orbital_period_days": 25000, "rotation_period_hours": 24.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ194B-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, + {"body_id": "GJ194B-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 11, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ194Bd-S1", "proper_name": "New Quay", "orbits_body_id": "GJ194Bd", "station_type": "transit", "population": 3000000, "economic_role": "transit", "docking_class": "standard", "has_gate_infrastructure": false, "notes": "Pemberton parliamentary council, standing Assembly compliance committee, provisioning services, 400 years unbroken filing record, 17 unanswered requests for acknowledgment"}, diff --git a/docs/atlas/proposals/GJ197.json b/docs/atlas/proposals/GJ197.json index d06b9443d..7cfd20ced 100644 --- a/docs/atlas/proposals/GJ197.json +++ b/docs/atlas/proposals/GJ197.json @@ -25,7 +25,7 @@ "orbital_period_days": 68.0, "rotation_period_hours": 22.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 180.0, "rotation_period_hours": 28.0, "atmosphere": "thick", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 340.0, "rotation_period_hours": 26.2, "atmosphere": "standard", - "biome_summary": "subtropical", + "planet_class": "subtropical", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "rural_dispersed", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": "mining", "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1640.0, "rotation_period_hours": 9.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.8, "rotation_period_hours": 139.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 12.1, "rotation_period_hours": 290.4, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3800.0, "rotation_period_hours": 34.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 7200.0, "rotation_period_hours": 42.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 13500.0, "rotation_period_hours": 48.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,14 +225,14 @@ "orbital_period_days": 23000.0, "rotation_period_hours": 61.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf near oort boundary, uninhabited" }, - {"body_id": "GJ197j", "proper_name": null, "body_type": "planet", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": null, "mass_class": "dwarf", "surface_gravity": 0.13, "orbital_period_days": 38000, "rotation_period_hours": 32.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outermost dwarf"}, + {"body_id": "GJ197j", "proper_name": null, "body_type": "planet", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": null, "mass_class": "dwarf", "surface_gravity": 0.13, "orbital_period_days": 38000, "rotation_period_hours": 32.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outermost dwarf"}, { "body_id": "GJ197-oort", "proper_name": null, @@ -246,7 +246,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ201.json b/docs/atlas/proposals/GJ201.json index 47fd9fa8e..fd0e8a1be 100644 --- a/docs/atlas/proposals/GJ201.json +++ b/docs/atlas/proposals/GJ201.json @@ -25,7 +25,7 @@ "orbital_period_days": 28.0, "rotation_period_hours": 20.2, "atmosphere": "trace", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 26.4, "atmosphere": "standard", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": "liquid_water", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 580.0, "rotation_period_hours": 27.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1900.0, "rotation_period_hours": 12.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.6, "rotation_period_hours": 134.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 13.2, "rotation_period_hours": 316.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4800.0, "rotation_period_hours": 34.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 11000.0, "rotation_period_hours": 43.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 26000.0, "rotation_period_hours": 28.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 54000.0, "rotation_period_hours": 23.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ204.json b/docs/atlas/proposals/GJ204.json index c4be97e3d..67f8481fb 100644 --- a/docs/atlas/proposals/GJ204.json +++ b/docs/atlas/proposals/GJ204.json @@ -25,7 +25,7 @@ "orbital_period_days": 14.0, "rotation_period_hours": 336.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 27.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 440.0, "rotation_period_hours": 25.8, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1200.0, "rotation_period_hours": 29.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3400.0, "rotation_period_hours": 35.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 8400.0, "rotation_period_hours": 22.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 20000.0, "rotation_period_hours": 18.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ205.json b/docs/atlas/proposals/GJ205.json index a8357aeed..9eb7fd7f8 100644 --- a/docs/atlas/proposals/GJ205.json +++ b/docs/atlas/proposals/GJ205.json @@ -25,7 +25,7 @@ "orbital_period_days": 6.8, "rotation_period_hours": 163.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 95.0, "rotation_period_hours": 2280.0, "atmosphere": "standard", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": "manufacturing", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 22.4, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 580.0, "rotation_period_hours": 11.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 4.8, "rotation_period_hours": 115.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 10.2, "rotation_period_hours": 244.8, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 33.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 4600.0, "rotation_period_hours": 41.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 9200.0, "rotation_period_hours": 26.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ208.json b/docs/atlas/proposals/GJ208.json index 89ce60856..d18eec1e9 100644 --- a/docs/atlas/proposals/GJ208.json +++ b/docs/atlas/proposals/GJ208.json @@ -25,7 +25,7 @@ "orbital_period_days": 14.0, "rotation_period_hours": 18.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 100.0, "rotation_period_hours": 26.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 380.0, "rotation_period_hours": 27.2, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1200.0, "rotation_period_hours": 12.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.4, "rotation_period_hours": 129.6, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 3200.0, "rotation_period_hours": 33.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 7400.0, "rotation_period_hours": 41.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 16000.0, "rotation_period_hours": 50.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 34000.0, "rotation_period_hours": 28.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ2097.json b/docs/atlas/proposals/GJ2097.json index 314c5d0bf..30105cb92 100644 --- a/docs/atlas/proposals/GJ2097.json +++ b/docs/atlas/proposals/GJ2097.json @@ -25,7 +25,7 @@ "orbital_period_days": 8.8, "rotation_period_hours": 211.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 145.0, "rotation_period_hours": 29.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 460.0, "rotation_period_hours": 24.8, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1300.0, "rotation_period_hours": 28.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3600.0, "rotation_period_hours": 22.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 8800.0, "rotation_period_hours": 18.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ211.json b/docs/atlas/proposals/GJ211.json index 971921cbe..8fe6bd675 100644 --- a/docs/atlas/proposals/GJ211.json +++ b/docs/atlas/proposals/GJ211.json @@ -25,7 +25,7 @@ "orbital_period_days": 9.4, "rotation_period_hours": 225.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 70.0, "rotation_period_hours": 28.6, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 240.0, "rotation_period_hours": 25.2, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 700.0, "rotation_period_hours": 29.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2000.0, "rotation_period_hours": 22.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5400.0, "rotation_period_hours": 18.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ213.json b/docs/atlas/proposals/GJ213.json index f7a025016..c623c352d 100644 --- a/docs/atlas/proposals/GJ213.json +++ b/docs/atlas/proposals/GJ213.json @@ -25,7 +25,7 @@ "orbital_period_days": 3.2, "rotation_period_hours": 76.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 12.0, "rotation_period_hours": 288.0, "atmosphere": "standard", - "biome_summary": "tropical", + "planet_class": "tropical", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 38.0, "rotation_period_hours": 22.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 120.0, "rotation_period_hours": 26.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 360.0, "rotation_period_hours": 20.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 880.0, "rotation_period_hours": 16.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ216A.json b/docs/atlas/proposals/GJ216A.json index c5e14bf48..0e81f67df 100644 --- a/docs/atlas/proposals/GJ216A.json +++ b/docs/atlas/proposals/GJ216A.json @@ -5,20 +5,20 @@ "spectral_class": "F7V", "wiki_data": {"habitable_count": 1, "inhabited_count": 1, "has_gas_giant": true, "has_asteroid_belt": true, "has_horizon_station": true, "raw_bodies_line": null}, "bodies": [ - {"body_id": "GJ216Ab", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 45, "rotation_period_hours": 18.0, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched"}, - {"body_id": "GJ216Ac", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.50, "orbital_period_days": 95, "rotation_period_hours": 22.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "hot rocky"}, - {"body_id": "GJ216Ad", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.55, "orbital_period_days": 200, "rotation_period_hours": 20.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "trace", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "warm rocky, inner HZ edge"}, - {"body_id": "GJ216Ae", "proper_name": "Wairau", "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": true, "population": 8000, "mass_class": "terrestrial", "surface_gravity": 0.90, "orbital_period_days": 420, "rotation_period_hours": 24.0, "atmosphere": "breathable", "biome_summary": "temperate", "hydrosphere": "minimal", "economic_role": "transit", "settlement_pattern": "concentrated", "industrial_corridor": null, "notes": "primary inhabited world, rolling scrubland, thin soil, persistent wind, grey-green mats turning bronze in summer, F7V warm light, Wave 2 NZ/Indian founding heritage, Kelburn-Singh Foundation, through-route transit community of 8000"}, - {"body_id": "GJ216Ae-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ216Ae", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, - {"body_id": "GJ216Af", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.42, "orbital_period_days": 800, "rotation_period_hours": 18.0, "atmosphere": "thin", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer HZ edge, cold"}, - {"body_id": "GJ216Ag", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 1600, "rotation_period_hours": 16.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, - {"body_id": "GJ216Ah", "proper_name": null, "body_type": "gas_giant", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 3800, "rotation_period_hours": 10.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "large gas giant"}, - {"body_id": "GJ216Ah-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ216Ah", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.07, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ216Ah-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ216Ah", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ216Ai", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.25, "orbital_period_days": 8000, "rotation_period_hours": 20.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, - {"body_id": "GJ216Aj", "proper_name": null, "body_type": "planet", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 15000, "rotation_period_hours": 24.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ216A-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, - {"body_id": "GJ216A-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 11, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ216Ab", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 45, "rotation_period_hours": 18.0, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched"}, + {"body_id": "GJ216Ac", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.50, "orbital_period_days": 95, "rotation_period_hours": 22.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "hot rocky"}, + {"body_id": "GJ216Ad", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.55, "orbital_period_days": 200, "rotation_period_hours": 20.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "trace", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "warm rocky, inner HZ edge"}, + {"body_id": "GJ216Ae", "proper_name": "Wairau", "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": true, "population": 8000, "mass_class": "terrestrial", "surface_gravity": 0.90, "orbital_period_days": 420, "rotation_period_hours": 24.0, "atmosphere": "breathable", "planet_class": "temperate", "hydrosphere": "minimal", "economic_role": "transit", "settlement_pattern": "concentrated", "industrial_corridor": null, "notes": "primary inhabited world, rolling scrubland, thin soil, persistent wind, grey-green mats turning bronze in summer, F7V warm light, Wave 2 NZ/Indian founding heritage, Kelburn-Singh Foundation, through-route transit community of 8000"}, + {"body_id": "GJ216Ae-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ216Ae", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, + {"body_id": "GJ216Af", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.42, "orbital_period_days": 800, "rotation_period_hours": 18.0, "atmosphere": "thin", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer HZ edge, cold"}, + {"body_id": "GJ216Ag", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 1600, "rotation_period_hours": 16.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, + {"body_id": "GJ216Ah", "proper_name": null, "body_type": "gas_giant", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 3800, "rotation_period_hours": 10.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "large gas giant"}, + {"body_id": "GJ216Ah-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ216Ah", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.07, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ216Ah-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ216Ah", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ216Ai", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.25, "orbital_period_days": 8000, "rotation_period_hours": 20.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, + {"body_id": "GJ216Aj", "proper_name": null, "body_type": "planet", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 15000, "rotation_period_hours": 24.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ216A-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, + {"body_id": "GJ216A-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 11, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ216Ae-S1", "proper_name": "Kāhu", "orbits_body_id": "GJ216Ae", "station_type": "transit", "population": 2000, "economic_role": "transit", "docking_class": "standard", "has_gate_infrastructure": false, "notes": "Crossing Authority transit services, Gate Corp liaison station, Kelburn-Singh Foundation archive, cargo handling and crew relief"}, diff --git a/docs/atlas/proposals/GJ216B.json b/docs/atlas/proposals/GJ216B.json index 44b90c0fe..565ce7511 100644 --- a/docs/atlas/proposals/GJ216B.json +++ b/docs/atlas/proposals/GJ216B.json @@ -12,19 +12,19 @@ "raw_bodies_line": null }, "bodies": [ - {"body_id": "GJ216Bb", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 20, "rotation_period_hours": 480, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, tidally locked"}, - {"body_id": "GJ216Bc", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.48, "orbital_period_days": 55, "rotation_period_hours": 20.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "hot rocky"}, - {"body_id": "GJ216Bd", "proper_name": "Doublet", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 40000000, "mass_class": "terrestrial", "surface_gravity": 0.88, "orbital_period_days": 130, "rotation_period_hours": 22.0, "atmosphere": "breathable", "biome_summary": "temperate", "hydrosphere": "moderate", "economic_role": "research", "settlement_pattern": "urban", "industrial_corridor": null, "notes": "primary inhabited world, binary double-illumination, shifting shadows and color temperatures, Wave 3 academic founding, Observatory Collective, Applied Arts Council, self-sufficient agriculture under binary light cycle"}, - {"body_id": "GJ216Bd-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ216Bd", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 8, "rotation_period_hours": 192, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, - {"body_id": "GJ216Be", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.42, "orbital_period_days": 280, "rotation_period_hours": 18.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky, outer habitable zone edge"}, - {"body_id": "GJ216Bf", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 650, "rotation_period_hours": 16.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, - {"body_id": "GJ216Bg", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 1400, "rotation_period_hours": 15.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer frozen rocky"}, - {"body_id": "GJ216Bh", "proper_name": null, "body_type": "gas_giant", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 3200, "rotation_period_hours": 11.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, - {"body_id": "GJ216Bh-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ216Bh", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ216Bh-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ216Bh", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ216Bi", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 7500, "rotation_period_hours": 22.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ216B-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, - {"body_id": "GJ216B-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ216Bb", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 20, "rotation_period_hours": 480, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, tidally locked"}, + {"body_id": "GJ216Bc", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.48, "orbital_period_days": 55, "rotation_period_hours": 20.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "hot rocky"}, + {"body_id": "GJ216Bd", "proper_name": "Doublet", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 40000000, "mass_class": "terrestrial", "surface_gravity": 0.88, "orbital_period_days": 130, "rotation_period_hours": 22.0, "atmosphere": "breathable", "planet_class": "temperate", "hydrosphere": "moderate", "economic_role": "research", "settlement_pattern": "urban", "industrial_corridor": null, "notes": "primary inhabited world, binary double-illumination, shifting shadows and color temperatures, Wave 3 academic founding, Observatory Collective, Applied Arts Council, self-sufficient agriculture under binary light cycle"}, + {"body_id": "GJ216Bd-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ216Bd", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 8, "rotation_period_hours": 192, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, + {"body_id": "GJ216Be", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.42, "orbital_period_days": 280, "rotation_period_hours": 18.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky, outer habitable zone edge"}, + {"body_id": "GJ216Bf", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 650, "rotation_period_hours": 16.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, + {"body_id": "GJ216Bg", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 1400, "rotation_period_hours": 15.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer frozen rocky"}, + {"body_id": "GJ216Bh", "proper_name": null, "body_type": "gas_giant", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 3200, "rotation_period_hours": 11.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, + {"body_id": "GJ216Bh-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ216Bh", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ216Bh-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ216Bh", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ216Bi", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 7500, "rotation_period_hours": 22.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ216B-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, + {"body_id": "GJ216B-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ216Bd-S1", "proper_name": "Burnham", "orbits_body_id": "GJ216Bd", "station_type": "research", "population": 3000000, "economic_role": "research", "docking_class": "standard", "has_gate_infrastructure": false, "notes": "Observatory Collective long-baseline stellar dynamics program, 300-year binary observation dataset, photochemistry and chronobiology programs, Applied Arts Council exhibition and trade facilities, small hospitality sector"}, diff --git a/docs/atlas/proposals/GJ222A.json b/docs/atlas/proposals/GJ222A.json index c89b29c8a..ea916a93c 100644 --- a/docs/atlas/proposals/GJ222A.json +++ b/docs/atlas/proposals/GJ222A.json @@ -25,7 +25,7 @@ "orbital_period_days": 48.0, "rotation_period_hours": 17.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 350.0, "rotation_period_hours": 26.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 720.0, "rotation_period_hours": 23.6, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2400.0, "rotation_period_hours": 10.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6.8, "rotation_period_hours": 163.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 15.2, "rotation_period_hours": 364.8, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 6200.0, "rotation_period_hours": 34.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 14000.0, "rotation_period_hours": 43.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 30000.0, "rotation_period_hours": 51.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 62000.0, "rotation_period_hours": 54.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 120000.0, "rotation_period_hours": 29.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ229.json b/docs/atlas/proposals/GJ229.json index b49ead65a..77a0ef19c 100644 --- a/docs/atlas/proposals/GJ229.json +++ b/docs/atlas/proposals/GJ229.json @@ -25,7 +25,7 @@ "orbital_period_days": 8.2, "rotation_period_hours": 196.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 85.0, "rotation_period_hours": 2040.0, "atmosphere": "standard", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": "transit", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 340.0, "rotation_period_hours": 22.6, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1100.0, "rotation_period_hours": 11.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.6, "rotation_period_hours": 134.4, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 2800.0, "rotation_period_hours": 32.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 6800.0, "rotation_period_hours": 40.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 14600.0, "rotation_period_hours": 27.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ231.json b/docs/atlas/proposals/GJ231.json index 93c80eff4..905a9f3f0 100644 --- a/docs/atlas/proposals/GJ231.json +++ b/docs/atlas/proposals/GJ231.json @@ -25,7 +25,7 @@ "orbital_period_days": 42.0, "rotation_period_hours": 19.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 24.8, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 310.0, "rotation_period_hours": 25.6, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "research", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 920.0, "rotation_period_hours": 27.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2800.0, "rotation_period_hours": 10.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6.4, "rotation_period_hours": 153.6, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 13.8, "rotation_period_hours": 331.2, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 7200.0, "rotation_period_hours": 35.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 15800.0, "rotation_period_hours": 43.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 34000.0, "rotation_period_hours": 30.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 62000.0, "rotation_period_hours": 23.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ234A.json b/docs/atlas/proposals/GJ234A.json index b66a3deeb..28536b5cf 100644 --- a/docs/atlas/proposals/GJ234A.json +++ b/docs/atlas/proposals/GJ234A.json @@ -25,7 +25,7 @@ "orbital_period_days": 4.2, "rotation_period_hours": 100.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 18.0, "rotation_period_hours": 432.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": "agricultural", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 64.0, "rotation_period_hours": 22.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 28.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 580.0, "rotation_period_hours": 20.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 16.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ244A.json b/docs/atlas/proposals/GJ244A.json index f1552940f..4754d522a 100644 --- a/docs/atlas/proposals/GJ244A.json +++ b/docs/atlas/proposals/GJ244A.json @@ -25,7 +25,7 @@ "orbital_period_days": 45, "rotation_period_hours": 580, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 320, "rotation_period_hours": 40, "atmosphere": "toxic", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 1800, "rotation_period_hours": 20.5, "atmosphere": "breathable", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": "service_mixed", "settlement_pattern": "cave", @@ -85,7 +85,7 @@ "orbital_period_days": 4500, "rotation_period_hours": 12.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 3.2, "rotation_period_hours": 77, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 8.0, "rotation_period_hours": 192, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 6000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 9500, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ250A.json b/docs/atlas/proposals/GJ250A.json index d19c0af51..5fcc54d6b 100644 --- a/docs/atlas/proposals/GJ250A.json +++ b/docs/atlas/proposals/GJ250A.json @@ -12,19 +12,19 @@ "raw_bodies_line": null }, "bodies": [ - {"body_id": "GJ250Ab", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 22, "rotation_period_hours": 528, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, tidally locked"}, - {"body_id": "GJ250Ac", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.48, "orbital_period_days": 55, "rotation_period_hours": 20.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "hot rocky"}, - {"body_id": "GJ250Ad", "proper_name": "Heaviside", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 60000000, "mass_class": "terrestrial", "surface_gravity": 0.88, "orbital_period_days": 130, "rotation_period_hours": 22.0, "atmosphere": "breathable", "biome_summary": "temperate-cool", "hydrosphere": "moderate", "economic_role": "transit", "settlement_pattern": "urban", "industrial_corridor": "gate_corp", "notes": "primary inhabited world, dim orange K3V light, flat eastern plain with 3km² Carrington Depot warehouse complex, Wave 4 Gate Corp supply depot settlement, secondary market for decommissioned gate equipment"}, - {"body_id": "GJ250Ad-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ250Ad", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 9, "rotation_period_hours": 216, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, - {"body_id": "GJ250Ae", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.40, "orbital_period_days": 280, "rotation_period_hours": 18.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky, outer habitable zone edge"}, - {"body_id": "GJ250Af", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 650, "rotation_period_hours": 16.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, - {"body_id": "GJ250Ag", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 1800, "rotation_period_hours": 11.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, - {"body_id": "GJ250Ag-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ250Ag", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ250Ag-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ250Ag", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ250Ah", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 4500, "rotation_period_hours": 20.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, - {"body_id": "GJ250Ai", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 8500, "rotation_period_hours": 22.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ250A-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, - {"body_id": "GJ250A-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ250Ab", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 22, "rotation_period_hours": 528, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, tidally locked"}, + {"body_id": "GJ250Ac", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.48, "orbital_period_days": 55, "rotation_period_hours": 20.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "hot rocky"}, + {"body_id": "GJ250Ad", "proper_name": "Heaviside", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 60000000, "mass_class": "terrestrial", "surface_gravity": 0.88, "orbital_period_days": 130, "rotation_period_hours": 22.0, "atmosphere": "breathable", "planet_class": "temperate-cool", "hydrosphere": "moderate", "economic_role": "transit", "settlement_pattern": "urban", "industrial_corridor": "gate_corp", "notes": "primary inhabited world, dim orange K3V light, flat eastern plain with 3km² Carrington Depot warehouse complex, Wave 4 Gate Corp supply depot settlement, secondary market for decommissioned gate equipment"}, + {"body_id": "GJ250Ad-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ250Ad", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 9, "rotation_period_hours": 216, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, + {"body_id": "GJ250Ae", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.40, "orbital_period_days": 280, "rotation_period_hours": 18.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky, outer habitable zone edge"}, + {"body_id": "GJ250Af", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 650, "rotation_period_hours": 16.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, + {"body_id": "GJ250Ag", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 1800, "rotation_period_hours": 11.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, + {"body_id": "GJ250Ag-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ250Ag", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ250Ag-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ250Ag", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ250Ah", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 4500, "rotation_period_hours": 20.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, + {"body_id": "GJ250Ai", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 8500, "rotation_period_hours": 22.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ250A-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, + {"body_id": "GJ250A-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ250Ad-S1", "proper_name": "Harwell", "orbits_body_id": "GJ250Ad", "station_type": "industrial", "population": 8000000, "economic_role": "transit", "docking_class": "major", "has_gate_infrastructure": false, "notes": "Carrington Cooperative depot, legacy gate equipment secondary market, component testing and refurbishment, Gate Corp liaison office, Technicians' Fellowship apprenticeship"}, diff --git a/docs/atlas/proposals/GJ251.json b/docs/atlas/proposals/GJ251.json index 7e81e57fe..7140c8a42 100644 --- a/docs/atlas/proposals/GJ251.json +++ b/docs/atlas/proposals/GJ251.json @@ -25,7 +25,7 @@ "orbital_period_days": 20, "rotation_period_hours": 500, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 220, "rotation_period_hours": 21.3, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "rivers", "economic_role": "manufacturing", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": 12.0, "rotation_period_hours": 288, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 550, "rotation_period_hours": 18.5, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 9500, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4500, "rotation_period_hours": 16.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 2200, "rotation_period_hours": 13.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 4.5, "rotation_period_hours": 108, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 10.0, "rotation_period_hours": 240, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ268.json b/docs/atlas/proposals/GJ268.json index 120b57dd6..b7a15505a 100644 --- a/docs/atlas/proposals/GJ268.json +++ b/docs/atlas/proposals/GJ268.json @@ -25,7 +25,7 @@ "orbital_period_days": 3.6, "rotation_period_hours": 86.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 11.8, "rotation_period_hours": 283.2, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 78.0, "rotation_period_hours": 21.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 320.0, "rotation_period_hours": 12.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 4.8, "rotation_period_hours": 115.2, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 980.0, "rotation_period_hours": 29.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 2800.0, "rotation_period_hours": 24.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 5600, "rotation_period_hours": 19.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ27.json b/docs/atlas/proposals/GJ27.json index 281b4bfc5..7306f6ee8 100644 --- a/docs/atlas/proposals/GJ27.json +++ b/docs/atlas/proposals/GJ27.json @@ -25,7 +25,7 @@ "orbital_period_days": 50.0, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 165.0, "rotation_period_hours": 27.0, "atmosphere": "thick", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 380.0, "rotation_period_hours": 24.8, "atmosphere": "standard", - "biome_summary": "temperate_savanna", + "planet_class": "temperate_savanna", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "town_network", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": "mining", "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1820.0, "rotation_period_hours": 10.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6.4, "rotation_period_hours": 153.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 13.8, "rotation_period_hours": 331.2, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 36.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 7800.0, "rotation_period_hours": 44.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 14300.0, "rotation_period_hours": 57.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 25800.0, "rotation_period_hours": 72.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ273.json b/docs/atlas/proposals/GJ273.json index 8a6f131d0..4153f367d 100644 --- a/docs/atlas/proposals/GJ273.json +++ b/docs/atlas/proposals/GJ273.json @@ -12,18 +12,18 @@ "raw_bodies_line": null }, "bodies": [ - {"body_id": "GJ273b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.30, "orbital_period_days": 2, "rotation_period_hours": 48, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched rocky, tidally locked, flare-exposed"}, - {"body_id": "GJ273c", "proper_name": "Bunbury", "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": true, "population": 800000000, "mass_class": "terrestrial", "surface_gravity": 0.88, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "breathable", "biome_summary": "temperate", "hydrosphere": "moderate", "economic_role": "coordination", "settlement_pattern": "urban", "industrial_corridor": "gate_corp", "notes": "primary inhabited world, Wave 2 colony, 400 years of settlement, Gate Corporation maintenance academy, institutional junction, tidally locked with adapted agriculture"}, - {"body_id": "GJ273c-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ273c", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 3, "rotation_period_hours": 72, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, - {"body_id": "GJ273d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.40, "orbital_period_days": 35, "rotation_period_hours": 18.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "rocky, beyond habitable zone"}, - {"body_id": "GJ273e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 100, "rotation_period_hours": 15.0, "atmosphere": "thin", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, - {"body_id": "GJ273f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 285, "rotation_period_hours": 22.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer cold rocky"}, - {"body_id": "GJ273g", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 1100, "rotation_period_hours": 11.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, - {"body_id": "GJ273g-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ273g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ273g-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ273g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ273h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.20, "orbital_period_days": 3200, "rotation_period_hours": 16.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ273-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, - {"body_id": "GJ273-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ273b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.30, "orbital_period_days": 2, "rotation_period_hours": 48, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched rocky, tidally locked, flare-exposed"}, + {"body_id": "GJ273c", "proper_name": "Bunbury", "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": true, "population": 800000000, "mass_class": "terrestrial", "surface_gravity": 0.88, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "breathable", "planet_class": "temperate", "hydrosphere": "moderate", "economic_role": "coordination", "settlement_pattern": "urban", "industrial_corridor": "gate_corp", "notes": "primary inhabited world, Wave 2 colony, 400 years of settlement, Gate Corporation maintenance academy, institutional junction, tidally locked with adapted agriculture"}, + {"body_id": "GJ273c-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ273c", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 3, "rotation_period_hours": 72, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, + {"body_id": "GJ273d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.40, "orbital_period_days": 35, "rotation_period_hours": 18.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "rocky, beyond habitable zone"}, + {"body_id": "GJ273e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 100, "rotation_period_hours": 15.0, "atmosphere": "thin", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, + {"body_id": "GJ273f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 285, "rotation_period_hours": 22.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer cold rocky"}, + {"body_id": "GJ273g", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 1100, "rotation_period_hours": 11.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, + {"body_id": "GJ273g-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ273g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ273g-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ273g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ273h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.20, "orbital_period_days": 3200, "rotation_period_hours": 16.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ273-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, + {"body_id": "GJ273-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ273c-S1", "proper_name": "Guildford", "orbits_body_id": "GJ273c", "station_type": "research", "population": 45000000, "economic_role": "coordination", "docking_class": "major", "has_gate_infrastructure": false, "notes": "Gate Corporation maintenance academy, north_reach gate technician training, 300 years of aperture repair archives"}, diff --git a/docs/atlas/proposals/GJ280A.json b/docs/atlas/proposals/GJ280A.json index 74aa20c03..a3fa390fb 100644 --- a/docs/atlas/proposals/GJ280A.json +++ b/docs/atlas/proposals/GJ280A.json @@ -25,7 +25,7 @@ "orbital_period_days": 50, "rotation_period_hours": 700, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 180, "rotation_period_hours": 2400, "atmosphere": "toxic", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 450, "rotation_period_hours": 23.8, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "ocean", "economic_role": "service_mixed", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": 16.0, "rotation_period_hours": 384, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 900, "rotation_period_hours": 19.0, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3200, "rotation_period_hours": 11.5, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5.0, "rotation_period_hours": 120, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 11.0, "rotation_period_hours": 264, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 6000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 9500, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 4500, "rotation_period_hours": 16.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -285,7 +285,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ282A.json b/docs/atlas/proposals/GJ282A.json index 6cf401cda..e89855340 100644 --- a/docs/atlas/proposals/GJ282A.json +++ b/docs/atlas/proposals/GJ282A.json @@ -25,7 +25,7 @@ "orbital_period_days": 52.0, "rotation_period_hours": 1248.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 25.2, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "ocean-coastal", "economic_role": "agricultural", "settlement_pattern": "distributed-rural", @@ -65,7 +65,7 @@ "orbital_period_days": 22.6, "rotation_period_hours": 542.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 510.0, "rotation_period_hours": 20.8, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2200.0, "rotation_period_hours": 10.8, "atmosphere": "hydrogen-helium", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 13.2, "rotation_period_hours": 316.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 28.8, "rotation_period_hours": 691.2, "atmosphere": "none", - "biome_summary": "ice", + "planet_class": "ice", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 5800.0, "rotation_period_hours": 18.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 13500.0, "rotation_period_hours": 14.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 30000.0, "rotation_period_hours": 12.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 57000.0, "rotation_period_hours": 10.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ282B.json b/docs/atlas/proposals/GJ282B.json index cbb593e27..e34fdb796 100644 --- a/docs/atlas/proposals/GJ282B.json +++ b/docs/atlas/proposals/GJ282B.json @@ -25,7 +25,7 @@ "orbital_period_days": 16.0, "rotation_period_hours": 20.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 27.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 440.0, "rotation_period_hours": 26.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1200.0, "rotation_period_hours": 30.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3400.0, "rotation_period_hours": 36.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 8800.0, "rotation_period_hours": 23.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 22000.0, "rotation_period_hours": 18.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ285.json b/docs/atlas/proposals/GJ285.json index 4a41c4558..3b2f63aac 100644 --- a/docs/atlas/proposals/GJ285.json +++ b/docs/atlas/proposals/GJ285.json @@ -12,17 +12,17 @@ "raw_bodies_line": null }, "bodies": [ - {"body_id": "GJ285b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 3, "rotation_period_hours": 72, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched, tidally locked, flare-exposed"}, - {"body_id": "GJ285c", "proper_name": "Fries", "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": true, "population": 1200, "mass_class": "terrestrial", "surface_gravity": 0.78, "orbital_period_days": 9, "rotation_period_hours": 216, "atmosphere": "breathable", "biome_summary": "arid", "hydrosphere": "minimal", "economic_role": "agriculture", "settlement_pattern": "dispersed", "industrial_corridor": null, "notes": "primary inhabited world, tidally locked, flat basalt plains with shallow impact craters, crater farms with fungal cultivars under radiation-shielding canopies, Wave 3 scientist-farmer community, Fenwick Basin original crater"}, - {"body_id": "GJ285d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 25, "rotation_period_hours": 600, "atmosphere": "thin", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky, tidally locked"}, - {"body_id": "GJ285e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 70, "rotation_period_hours": 1680, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky, tidally locked"}, - {"body_id": "GJ285f", "proper_name": null, "body_type": "gas_giant", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 350, "rotation_period_hours": 10.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, - {"body_id": "GJ285f-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ285f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ285f-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ285f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.03, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ285g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 1400, "rotation_period_hours": 20.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ285h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.09, "orbital_period_days": 3200, "rotation_period_hours": 22.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ285-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "sparse belt"}, - {"body_id": "GJ285-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ285b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 3, "rotation_period_hours": 72, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched, tidally locked, flare-exposed"}, + {"body_id": "GJ285c", "proper_name": "Fries", "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": true, "population": 1200, "mass_class": "terrestrial", "surface_gravity": 0.78, "orbital_period_days": 9, "rotation_period_hours": 216, "atmosphere": "breathable", "planet_class": "arid", "hydrosphere": "minimal", "economic_role": "agriculture", "settlement_pattern": "dispersed", "industrial_corridor": null, "notes": "primary inhabited world, tidally locked, flat basalt plains with shallow impact craters, crater farms with fungal cultivars under radiation-shielding canopies, Wave 3 scientist-farmer community, Fenwick Basin original crater"}, + {"body_id": "GJ285d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 25, "rotation_period_hours": 600, "atmosphere": "thin", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky, tidally locked"}, + {"body_id": "GJ285e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 70, "rotation_period_hours": 1680, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky, tidally locked"}, + {"body_id": "GJ285f", "proper_name": null, "body_type": "gas_giant", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 350, "rotation_period_hours": 10.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, + {"body_id": "GJ285f-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ285f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ285f-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ285f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.03, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ285g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 1400, "rotation_period_hours": 20.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ285h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.09, "orbital_period_days": 3200, "rotation_period_hours": 22.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ285-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "sparse belt"}, + {"body_id": "GJ285-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ285c-S1", "proper_name": "Tyndall", "orbits_body_id": "GJ285c", "station_type": "agricultural", "population": 0, "economic_role": "agriculture", "docking_class": "restricted", "has_gate_infrastructure": false, "notes": "Fenwick Basin Cooperative logistics, ISPI supply office (single staff), fungal cultivar export staging, Canopy Guild equipment storage"}, diff --git a/docs/atlas/proposals/GJ286.json b/docs/atlas/proposals/GJ286.json index 587cf736f..39e6acbc4 100644 --- a/docs/atlas/proposals/GJ286.json +++ b/docs/atlas/proposals/GJ286.json @@ -25,7 +25,7 @@ "orbital_period_days": 42.0, "rotation_period_hours": 18.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 320.0, "rotation_period_hours": 26.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "commercial", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": 720.0, "rotation_period_hours": 23.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2200.0, "rotation_period_hours": 11.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6.2, "rotation_period_hours": 148.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5600.0, "rotation_period_hours": 34.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 13000.0, "rotation_period_hours": 42.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 28000.0, "rotation_period_hours": 51.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 58000.0, "rotation_period_hours": 54.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 120000.0, "rotation_period_hours": 30.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ299.json b/docs/atlas/proposals/GJ299.json index d7d8429c5..f0cecb392 100644 --- a/docs/atlas/proposals/GJ299.json +++ b/docs/atlas/proposals/GJ299.json @@ -25,7 +25,7 @@ "orbital_period_days": 8.4, "rotation_period_hours": 201.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 24.0, "rotation_period_hours": 29.0, "atmosphere": "standard", - "biome_summary": "floodplain_temperate", + "planet_class": "floodplain_temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "river_towns", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 26.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 660.0, "rotation_period_hours": 12.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 7.2, "rotation_period_hours": 172.8, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 2200.0, "rotation_period_hours": 34.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 43.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 7800.0, "rotation_period_hours": 56.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ300.json b/docs/atlas/proposals/GJ300.json index 90fa54aa1..e76e4f020 100644 --- a/docs/atlas/proposals/GJ300.json +++ b/docs/atlas/proposals/GJ300.json @@ -25,7 +25,7 @@ "orbital_period_days": 4, "rotation_period_hours": 96, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "breathable", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "moderate", "economic_role": "agriculture", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": 30, "rotation_period_hours": 720, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 85, "rotation_period_hours": 2040, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 400, "rotation_period_hours": 10.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 1600, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ302.json b/docs/atlas/proposals/GJ302.json index 81f14b451..d7d561f8b 100644 --- a/docs/atlas/proposals/GJ302.json +++ b/docs/atlas/proposals/GJ302.json @@ -25,7 +25,7 @@ "orbital_period_days": 28.0, "rotation_period_hours": 19.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 280.0, "rotation_period_hours": 25.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 720.0, "rotation_period_hours": 27.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2200.0, "rotation_period_hours": 11.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.4, "rotation_period_hours": 129.6, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5800.0, "rotation_period_hours": 33.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 13000.0, "rotation_period_hours": 41.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 26000.0, "rotation_period_hours": 48.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 52000.0, "rotation_period_hours": 28.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ309.json b/docs/atlas/proposals/GJ309.json index 29d9cdc3e..e36158542 100644 --- a/docs/atlas/proposals/GJ309.json +++ b/docs/atlas/proposals/GJ309.json @@ -25,7 +25,7 @@ "orbital_period_days": 30.0, "rotation_period_hours": 19.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 280.0, "rotation_period_hours": 26.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 720.0, "rotation_period_hours": 27.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2200.0, "rotation_period_hours": 11.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.6, "rotation_period_hours": 134.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5400.0, "rotation_period_hours": 34.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 12400.0, "rotation_period_hours": 42.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 26000.0, "rotation_period_hours": 50.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 54000.0, "rotation_period_hours": 29.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ3135.json b/docs/atlas/proposals/GJ3135.json index 41ffd3ef3..36dcb6135 100644 --- a/docs/atlas/proposals/GJ3135.json +++ b/docs/atlas/proposals/GJ3135.json @@ -25,7 +25,7 @@ "orbital_period_days": 26.0, "rotation_period_hours": 19.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 280.0, "rotation_period_hours": 24.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "transit", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 820.0, "rotation_period_hours": 27.2, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2400.0, "rotation_period_hours": 11.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.6, "rotation_period_hours": 134.4, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6200.0, "rotation_period_hours": 34.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 13800.0, "rotation_period_hours": 42.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 28000.0, "rotation_period_hours": 28.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 56000, "rotation_period_hours": 21.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ320.json b/docs/atlas/proposals/GJ320.json index 3ba8c8a41..46760acf5 100644 --- a/docs/atlas/proposals/GJ320.json +++ b/docs/atlas/proposals/GJ320.json @@ -25,7 +25,7 @@ "orbital_period_days": 20.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 26.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 640.0, "rotation_period_hours": 28.2, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2000.0, "rotation_period_hours": 11.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.6, "rotation_period_hours": 134.4, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5200.0, "rotation_period_hours": 34.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 11800.0, "rotation_period_hours": 42.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 24000.0, "rotation_period_hours": 51.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 48000.0, "rotation_period_hours": 29.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ324A.json b/docs/atlas/proposals/GJ324A.json index 9daddc1d5..28956e88d 100644 --- a/docs/atlas/proposals/GJ324A.json +++ b/docs/atlas/proposals/GJ324A.json @@ -25,7 +25,7 @@ "orbital_period_days": 28.0, "rotation_period_hours": 19.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 280.0, "rotation_period_hours": 25.6, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 720.0, "rotation_period_hours": 27.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2200.0, "rotation_period_hours": 11.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.8, "rotation_period_hours": 139.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5600.0, "rotation_period_hours": 34.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 12800.0, "rotation_period_hours": 42.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 28000.0, "rotation_period_hours": 50.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 58000.0, "rotation_period_hours": 29.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ3250.json b/docs/atlas/proposals/GJ3250.json index e974e0eb0..92b30b21f 100644 --- a/docs/atlas/proposals/GJ3250.json +++ b/docs/atlas/proposals/GJ3250.json @@ -25,7 +25,7 @@ "orbital_period_days": 6.8, "rotation_period_hours": 163.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 21.0, "rotation_period_hours": 504.0, "atmosphere": "standard", - "biome_summary": "temperate_riverine", + "planet_class": "temperate_riverine", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "compact_town", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 26.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 620.0, "rotation_period_hours": 13.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6.4, "rotation_period_hours": 153.6, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 2400.0, "rotation_period_hours": 34.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4600.0, "rotation_period_hours": 42.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 8600.0, "rotation_period_hours": 55.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ325A.json b/docs/atlas/proposals/GJ325A.json index e8a5c09d5..bc3426448 100644 --- a/docs/atlas/proposals/GJ325A.json +++ b/docs/atlas/proposals/GJ325A.json @@ -25,7 +25,7 @@ "orbital_period_days": 12.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 3360.0, "atmosphere": "standard", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": "manufacturing", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": 380.0, "rotation_period_hours": 32.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1200.0, "rotation_period_hours": 13.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.4, "rotation_period_hours": 129.6, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 3400.0, "rotation_period_hours": 38.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 8200.0, "rotation_period_hours": 44.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 18000.0, "rotation_period_hours": 27.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 38000.0, "rotation_period_hours": 22.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ325B.json b/docs/atlas/proposals/GJ325B.json index c3ac94a24..380707db8 100644 --- a/docs/atlas/proposals/GJ325B.json +++ b/docs/atlas/proposals/GJ325B.json @@ -25,7 +25,7 @@ "orbital_period_days": 38.0, "rotation_period_hours": 22.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 190.0, "rotation_period_hours": 27.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": "mining", "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 580.0, "rotation_period_hours": 30.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 11.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.2, "rotation_period_hours": 124.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 10.8, "rotation_period_hours": 259.2, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 36.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 7800.0, "rotation_period_hours": 44.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 14200.0, "rotation_period_hours": 57.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 25600.0, "rotation_period_hours": 72.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ33.json b/docs/atlas/proposals/GJ33.json index 540c2e17c..90710cda8 100644 --- a/docs/atlas/proposals/GJ33.json +++ b/docs/atlas/proposals/GJ33.json @@ -25,7 +25,7 @@ "orbital_period_days": 26.0, "rotation_period_hours": 19.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 180.0, "rotation_period_hours": 25.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 320.0, "rotation_period_hours": 27.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": "liquid_water", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1600.0, "rotation_period_hours": 11.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.6, "rotation_period_hours": 134.4, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 33.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 9800.0, "rotation_period_hours": 41.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 22000.0, "rotation_period_hours": 49.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 46000.0, "rotation_period_hours": 28.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ3323.json b/docs/atlas/proposals/GJ3323.json index 9531d2ffa..2eeaac95a 100644 --- a/docs/atlas/proposals/GJ3323.json +++ b/docs/atlas/proposals/GJ3323.json @@ -25,7 +25,7 @@ "orbital_period_days": 5.2, "rotation_period_hours": 124.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 18.0, "rotation_period_hours": 432.0, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "transit", "settlement_pattern": "urban_distributed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 130.0, "rotation_period_hours": 26.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 580.0, "rotation_period_hours": 12.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6.8, "rotation_period_hours": 163.2, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 2100.0, "rotation_period_hours": 33.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4100.0, "rotation_period_hours": 42.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 7700.0, "rotation_period_hours": 54.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ3325.json b/docs/atlas/proposals/GJ3325.json index b9ac7a6d4..b1f12c976 100644 --- a/docs/atlas/proposals/GJ3325.json +++ b/docs/atlas/proposals/GJ3325.json @@ -25,7 +25,7 @@ "orbital_period_days": 18, "rotation_period_hours": 432, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 45, "rotation_period_hours": 1080, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 110, "rotation_period_hours": 22.0, "atmosphere": "breathable", - "biome_summary": "temperate-cool", + "planet_class": "temperate-cool", "hydrosphere": "moderate", "economic_role": "agriculture", "settlement_pattern": "dispersed", @@ -85,7 +85,7 @@ "orbital_period_days": 8, "rotation_period_hours": 192, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 260, "rotation_period_hours": 18.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 600, "rotation_period_hours": 16.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1800, "rotation_period_hours": 11.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 4500, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 8500, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ3333.json b/docs/atlas/proposals/GJ3333.json index fd2106460..7c972571c 100644 --- a/docs/atlas/proposals/GJ3333.json +++ b/docs/atlas/proposals/GJ3333.json @@ -25,7 +25,7 @@ "orbital_period_days": 24.0, "rotation_period_hours": 18.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 26.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": 420.0, "rotation_period_hours": 23.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 10.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.8, "rotation_period_hours": 139.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 12.4, "rotation_period_hours": 297.6, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4800.0, "rotation_period_hours": 34.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 11000.0, "rotation_period_hours": 42.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 28000.0, "rotation_period_hours": 27.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ3379.json b/docs/atlas/proposals/GJ3379.json index f9245c1bf..c7384fd4a 100644 --- a/docs/atlas/proposals/GJ3379.json +++ b/docs/atlas/proposals/GJ3379.json @@ -25,7 +25,7 @@ "orbital_period_days": 4.6, "rotation_period_hours": 110.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 12.4, "rotation_period_hours": 297.6, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 65.0, "rotation_period_hours": 19.6, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 340.0, "rotation_period_hours": 13.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6.2, "rotation_period_hours": 148.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "subsurface_liquid", "economic_role": "research", "settlement_pattern": "underground_concentrated", @@ -145,7 +145,7 @@ "orbital_period_days": 13.8, "rotation_period_hours": 331.2, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 1200.0, "rotation_period_hours": 28.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 3200.0, "rotation_period_hours": 36.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 7400.0, "rotation_period_hours": 22.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ338B.json b/docs/atlas/proposals/GJ338B.json index 6fdd1f84b..f437fddfb 100644 --- a/docs/atlas/proposals/GJ338B.json +++ b/docs/atlas/proposals/GJ338B.json @@ -25,7 +25,7 @@ "orbital_period_days": 30, "rotation_period_hours": 720, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 100, "rotation_period_hours": 2400, "atmosphere": "thin", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 340, "rotation_period_hours": 24.2, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "ocean", "economic_role": "service_mixed", "settlement_pattern": "dispersed_rural", @@ -85,7 +85,7 @@ "orbital_period_days": 22.0, "rotation_period_hours": 528, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 600, "rotation_period_hours": 20.0, "atmosphere": "thin", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1000, "rotation_period_hours": 18.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 2200, "rotation_period_hours": 11.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4.5, "rotation_period_hours": 108, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 10.0, "rotation_period_hours": 240, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 1800, "rotation_period_hours": 16.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ3403.json b/docs/atlas/proposals/GJ3403.json index 6a7acd7bb..686efc8db 100644 --- a/docs/atlas/proposals/GJ3403.json +++ b/docs/atlas/proposals/GJ3403.json @@ -25,7 +25,7 @@ "orbital_period_days": 26.0, "rotation_period_hours": 19.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 195.0, "rotation_period_hours": 25.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 560.0, "rotation_period_hours": 27.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 11.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.8, "rotation_period_hours": 139.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4600.0, "rotation_period_hours": 34.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 10600.0, "rotation_period_hours": 42.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 24000.0, "rotation_period_hours": 28.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 50000.0, "rotation_period_hours": 22.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ3442.json b/docs/atlas/proposals/GJ3442.json index 8a1a6d72f..f5274938b 100644 --- a/docs/atlas/proposals/GJ3442.json +++ b/docs/atlas/proposals/GJ3442.json @@ -25,7 +25,7 @@ "orbital_period_days": 9.2, "rotation_period_hours": 220.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 70.0, "rotation_period_hours": 28.6, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 240.0, "rotation_period_hours": 24.8, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 720.0, "rotation_period_hours": 28.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2000.0, "rotation_period_hours": 22.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5200.0, "rotation_period_hours": 17.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ3454.json b/docs/atlas/proposals/GJ3454.json index 432970512..ee56cd6ca 100644 --- a/docs/atlas/proposals/GJ3454.json +++ b/docs/atlas/proposals/GJ3454.json @@ -25,7 +25,7 @@ "orbital_period_days": 6.2, "rotation_period_hours": 148.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 38.0, "rotation_period_hours": 912.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 160.0, "rotation_period_hours": 21.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 540.0, "rotation_period_hours": 12.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.4, "rotation_period_hours": 129.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 11.8, "rotation_period_hours": 283.2, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 1600.0, "rotation_period_hours": 31.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 26.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 9400.0, "rotation_period_hours": 21.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ349.json b/docs/atlas/proposals/GJ349.json index 781327323..982455dd9 100644 --- a/docs/atlas/proposals/GJ349.json +++ b/docs/atlas/proposals/GJ349.json @@ -25,7 +25,7 @@ "orbital_period_days": 9.8, "rotation_period_hours": 235.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 70.0, "rotation_period_hours": 28.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 240.0, "rotation_period_hours": 25.6, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 720.0, "rotation_period_hours": 29.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2000.0, "rotation_period_hours": 22.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5200.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ34A.json b/docs/atlas/proposals/GJ34A.json index 941b61fc2..e8d681fb9 100644 --- a/docs/atlas/proposals/GJ34A.json +++ b/docs/atlas/proposals/GJ34A.json @@ -25,7 +25,7 @@ "orbital_period_days": 20, "rotation_period_hours": 480, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 80, "rotation_period_hours": 1920, "atmosphere": "toxic", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 350, "rotation_period_hours": 23.5, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "ocean", "economic_role": "manufacturing", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": 16.0, "rotation_period_hours": 384, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 580, "rotation_period_hours": 19.0, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 900, "rotation_period_hours": 17.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "rivers", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1400, "rotation_period_hours": 15.5, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 6000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 3000, "rotation_period_hours": 10.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 4.0, "rotation_period_hours": 96, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": 10.0, "rotation_period_hours": 240, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -285,7 +285,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ34B.json b/docs/atlas/proposals/GJ34B.json index 1880dccc5..f3b141d5d 100644 --- a/docs/atlas/proposals/GJ34B.json +++ b/docs/atlas/proposals/GJ34B.json @@ -25,7 +25,7 @@ "orbital_period_days": 15, "rotation_period_hours": 360, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200, "rotation_period_hours": 22.0, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "ocean", "economic_role": "service_mixed", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": 11.0, "rotation_period_hours": 264, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 420, "rotation_period_hours": 18.5, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 750, "rotation_period_hours": 16.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1200, "rotation_period_hours": 19.5, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 6000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 2500, "rotation_period_hours": 12.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 4.0, "rotation_period_hours": 96, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 9.5, "rotation_period_hours": 228, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ35.json b/docs/atlas/proposals/GJ35.json index 729c28d09..dea7417bc 100644 --- a/docs/atlas/proposals/GJ35.json +++ b/docs/atlas/proposals/GJ35.json @@ -25,7 +25,7 @@ "orbital_period_days": 14.0, "rotation_period_hours": 336.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 48.0, "rotation_period_hours": 22.6, "atmosphere": "thick", - "biome_summary": "geothermal", + "planet_class": "geothermal", "hydrosphere": "subsurface_liquid", "economic_role": "manufacturing", "settlement_pattern": "underground_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": "mining", "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 280.0, "rotation_period_hours": 31.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 740.0, "rotation_period_hours": 38.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2200.0, "rotation_period_hours": 46.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5800.0, "rotation_period_hours": 56.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ3522.json b/docs/atlas/proposals/GJ3522.json index 49f3a1f2c..a234fe9fc 100644 --- a/docs/atlas/proposals/GJ3522.json +++ b/docs/atlas/proposals/GJ3522.json @@ -25,7 +25,7 @@ "orbital_period_days": 28, "rotation_period_hours": 670, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 240, "rotation_period_hours": 22.5, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "rivers", "economic_role": "extraction", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": 13.0, "rotation_period_hours": 312, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": "extraction", "settlement_pattern": "domed", @@ -85,7 +85,7 @@ "orbital_period_days": 580, "rotation_period_hours": 17.5, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 9500, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": "extraction", "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 2800, "rotation_period_hours": 12.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 4.0, "rotation_period_hours": 96, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": "extraction", "settlement_pattern": "domed", @@ -225,7 +225,7 @@ "orbital_period_days": 9.0, "rotation_period_hours": 216, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ3533.json b/docs/atlas/proposals/GJ3533.json index 89fec627a..f41abc213 100644 --- a/docs/atlas/proposals/GJ3533.json +++ b/docs/atlas/proposals/GJ3533.json @@ -25,7 +25,7 @@ "orbital_period_days": 8.6, "rotation_period_hours": 206.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 120.0, "rotation_period_hours": 22.6, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "transit", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 420.0, "rotation_period_hours": 21.4, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 12.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.2, "rotation_period_hours": 124.8, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 3800.0, "rotation_period_hours": 30.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 8600.0, "rotation_period_hours": 38.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 18000.0, "rotation_period_hours": 24.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ354A.json b/docs/atlas/proposals/GJ354A.json index c56fd526f..d288d7010 100644 --- a/docs/atlas/proposals/GJ354A.json +++ b/docs/atlas/proposals/GJ354A.json @@ -25,7 +25,7 @@ "orbital_period_days": 11.4, "rotation_period_hours": 273.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 72.0, "rotation_period_hours": 27.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 240.0, "rotation_period_hours": 25.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 720.0, "rotation_period_hours": 29.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2000.0, "rotation_period_hours": 22.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5200.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ356A.json b/docs/atlas/proposals/GJ356A.json index 1a3250f63..13b1a7e67 100644 --- a/docs/atlas/proposals/GJ356A.json +++ b/docs/atlas/proposals/GJ356A.json @@ -25,7 +25,7 @@ "orbital_period_days": 44.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 620.0, "rotation_period_hours": 26.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": 740.0, "rotation_period_hours": 23.6, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2400.0, "rotation_period_hours": 11.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6.4, "rotation_period_hours": 153.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6200.0, "rotation_period_hours": 34.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 14000.0, "rotation_period_hours": 43.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 30000.0, "rotation_period_hours": 51.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 64000.0, "rotation_period_hours": 30.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 130000.0, "rotation_period_hours": 25.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ357.json b/docs/atlas/proposals/GJ357.json index 964261739..e5588a034 100644 --- a/docs/atlas/proposals/GJ357.json +++ b/docs/atlas/proposals/GJ357.json @@ -25,7 +25,7 @@ "orbital_period_days": 18.0, "rotation_period_hours": 19.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 27.6, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "commercial", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": "mining", "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 620.0, "rotation_period_hours": 28.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 11.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.6, "rotation_period_hours": 134.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 12.2, "rotation_period_hours": 292.8, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4800.0, "rotation_period_hours": 34.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 10800.0, "rotation_period_hours": 42.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 22000.0, "rotation_period_hours": 51.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 44000.0, "rotation_period_hours": 29.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ3586.json b/docs/atlas/proposals/GJ3586.json index 60ca9d9d9..30bc522b5 100644 --- a/docs/atlas/proposals/GJ3586.json +++ b/docs/atlas/proposals/GJ3586.json @@ -25,7 +25,7 @@ "orbital_period_days": 7.8, "rotation_period_hours": 187.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 28.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 440.0, "rotation_period_hours": 24.6, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1200.0, "rotation_period_hours": 28.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3200.0, "rotation_period_hours": 22.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 7200.0, "rotation_period_hours": 19.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ3612.json b/docs/atlas/proposals/GJ3612.json index 71ef5d78c..838244a7a 100644 --- a/docs/atlas/proposals/GJ3612.json +++ b/docs/atlas/proposals/GJ3612.json @@ -25,7 +25,7 @@ "orbital_period_days": 54.0, "rotation_period_hours": 18.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 23.8, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 550.0, "rotation_period_hours": 24.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 27.6, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3800.0, "rotation_period_hours": 10.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6.8, "rotation_period_hours": 163.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 14.6, "rotation_period_hours": 350.4, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 9600.0, "rotation_period_hours": 35.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 20000.0, "rotation_period_hours": 43.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 40000.0, "rotation_period_hours": 52.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 74000.0, "rotation_period_hours": 29.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ3618.json b/docs/atlas/proposals/GJ3618.json index 2261bb35c..ac3a1f5c1 100644 --- a/docs/atlas/proposals/GJ3618.json +++ b/docs/atlas/proposals/GJ3618.json @@ -12,17 +12,17 @@ "raw_bodies_line": null }, "bodies": [ - {"body_id": "GJ3618b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 3, "rotation_period_hours": 72, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched, tidally locked"}, - {"body_id": "GJ3618c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.45, "orbital_period_days": 9, "rotation_period_hours": 216, "atmosphere": "thin", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "edge of habitable zone, marginal, tidally locked"}, - {"body_id": "GJ3618d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.38, "orbital_period_days": 25, "rotation_period_hours": 16.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky, beyond habitable zone"}, - {"body_id": "GJ3618e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.30, "orbital_period_days": 100, "rotation_period_hours": 14.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, - {"body_id": "GJ3618f", "proper_name": null, "body_type": "gas_giant", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 600, "rotation_period_hours": 10.5, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, - {"body_id": "GJ3618f-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ3618f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 4, "rotation_period_hours": 96, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ3618f-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ3618f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.03, "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ3618g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 2400, "rotation_period_hours": 18.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ3618h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.12, "orbital_period_days": 5200, "rotation_period_hours": 20.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ3618-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "sparse outer belt"}, - {"body_id": "GJ3618-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ3618b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 3, "rotation_period_hours": 72, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched, tidally locked"}, + {"body_id": "GJ3618c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.45, "orbital_period_days": 9, "rotation_period_hours": 216, "atmosphere": "thin", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "edge of habitable zone, marginal, tidally locked"}, + {"body_id": "GJ3618d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.38, "orbital_period_days": 25, "rotation_period_hours": 16.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky, beyond habitable zone"}, + {"body_id": "GJ3618e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.30, "orbital_period_days": 100, "rotation_period_hours": 14.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, + {"body_id": "GJ3618f", "proper_name": null, "body_type": "gas_giant", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 600, "rotation_period_hours": 10.5, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, + {"body_id": "GJ3618f-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ3618f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 4, "rotation_period_hours": 96, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ3618f-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ3618f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.03, "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ3618g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 2400, "rotation_period_hours": 18.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ3618h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.12, "orbital_period_days": 5200, "rotation_period_hours": 20.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ3618-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "sparse outer belt"}, + {"body_id": "GJ3618-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ3618c-S1", "proper_name": "Fenchurch", "orbits_body_id": "GJ3618c", "station_type": "commercial", "population": 150000000, "economic_role": "transit", "docking_class": "major", "has_gate_infrastructure": false, "notes": "primary transit hub, bonded warehousing complex, cargo-sorting yards, Assembly customs inspection office, 400 years of transit operations, Pemberton Heritage Association arbitration"}, diff --git a/docs/atlas/proposals/GJ3622.json b/docs/atlas/proposals/GJ3622.json index a0e5bbbb3..df38330da 100644 --- a/docs/atlas/proposals/GJ3622.json +++ b/docs/atlas/proposals/GJ3622.json @@ -25,7 +25,7 @@ "orbital_period_days": 1.5, "rotation_period_hours": 36, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "breathable", - "biome_summary": "temperate-cool", + "planet_class": "temperate-cool", "hydrosphere": "extensive", "economic_role": "agriculture", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": 2, "rotation_period_hours": 48, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 14, "rotation_period_hours": 15.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 55, "rotation_period_hours": 14.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 440, "rotation_period_hours": 10.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4, "rotation_period_hours": 96, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 1750, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 4200, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ370.json b/docs/atlas/proposals/GJ370.json index db4a68db9..57ef6653c 100644 --- a/docs/atlas/proposals/GJ370.json +++ b/docs/atlas/proposals/GJ370.json @@ -25,7 +25,7 @@ "orbital_period_days": 16.0, "rotation_period_hours": 19.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 27.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 480.0, "rotation_period_hours": 27.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1500.0, "rotation_period_hours": 11.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.4, "rotation_period_hours": 129.6, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4000.0, "rotation_period_hours": 33.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 9200.0, "rotation_period_hours": 41.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 20000.0, "rotation_period_hours": 50.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 42000.0, "rotation_period_hours": 28.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ3728B.json b/docs/atlas/proposals/GJ3728B.json index b32b8ceab..8b9791862 100644 --- a/docs/atlas/proposals/GJ3728B.json +++ b/docs/atlas/proposals/GJ3728B.json @@ -25,7 +25,7 @@ "orbital_period_days": 18.0, "rotation_period_hours": 19.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 26.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 520.0, "rotation_period_hours": 27.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1600.0, "rotation_period_hours": 11.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.6, "rotation_period_hours": 134.4, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 33.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 9800.0, "rotation_period_hours": 41.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 21000.0, "rotation_period_hours": 49.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 42000.0, "rotation_period_hours": 28.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ3737.json b/docs/atlas/proposals/GJ3737.json index b15dd0462..e4a6784cf 100644 --- a/docs/atlas/proposals/GJ3737.json +++ b/docs/atlas/proposals/GJ3737.json @@ -25,7 +25,7 @@ "orbital_period_days": 5.2, "rotation_period_hours": 124.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 16.0, "rotation_period_hours": 384.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 88.0, "rotation_period_hours": 21.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 360.0, "rotation_period_hours": 12.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 4.6, "rotation_period_hours": 110.4, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 11.2, "rotation_period_hours": 268.8, "atmosphere": "trace", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": "mining", "settlement_pattern": "urban_concentrated", @@ -165,7 +165,7 @@ "orbital_period_days": 1100.0, "rotation_period_hours": 30.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 2800.0, "rotation_period_hours": 24.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 6200.0, "rotation_period_hours": 21.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ380.json b/docs/atlas/proposals/GJ380.json index 91a9fce27..c57cd49fb 100644 --- a/docs/atlas/proposals/GJ380.json +++ b/docs/atlas/proposals/GJ380.json @@ -25,7 +25,7 @@ "orbital_period_days": 22, "rotation_period_hours": 530, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200, "rotation_period_hours": 24.5, "atmosphere": "breathable", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "rivers", "economic_role": "service_mixed", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": 11.0, "rotation_period_hours": 264, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 500, "rotation_period_hours": 16.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1100, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 9500, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ3820.json b/docs/atlas/proposals/GJ3820.json index ecf048a54..d49203537 100644 --- a/docs/atlas/proposals/GJ3820.json +++ b/docs/atlas/proposals/GJ3820.json @@ -12,18 +12,18 @@ "raw_bodies_line": null }, "bodies": [ - {"body_id": "GJ3820b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 18, "rotation_period_hours": 432, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, tidally locked"}, - {"body_id": "GJ3820c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.45, "orbital_period_days": 50, "rotation_period_hours": 20.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "hot rocky"}, - {"body_id": "GJ3820d", "proper_name": "Sotkamo", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 900, "mass_class": "terrestrial", "surface_gravity": 0.85, "orbital_period_days": 120, "rotation_period_hours": 22.0, "atmosphere": "breathable", "biome_summary": "arid", "hydrosphere": "minimal", "economic_role": "extraction", "settlement_pattern": "concentrated", "industrial_corridor": null, "notes": "primary inhabited world, dry amber-lit landscape, shallow endorheic basins with mineral-rich aquifers, salt flats, hazy mineral dust atmosphere, precision metallurgy, Järvinen Works rare-earth alloy components, Wave 2 Finnish daughter colony from Koskinen's Reach"}, - {"body_id": "GJ3820e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.40, "orbital_period_days": 260, "rotation_period_hours": 18.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky, outer habitable zone edge"}, - {"body_id": "GJ3820f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 600, "rotation_period_hours": 16.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, - {"body_id": "GJ3820g", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 1600, "rotation_period_hours": 11.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, - {"body_id": "GJ3820g-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ3820g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ3820g-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ3820g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.03, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ3820h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 4200, "rotation_period_hours": 20.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, - {"body_id": "GJ3820i", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 8000, "rotation_period_hours": 22.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ3820-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, - {"body_id": "GJ3820-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ3820b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 18, "rotation_period_hours": 432, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, tidally locked"}, + {"body_id": "GJ3820c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.45, "orbital_period_days": 50, "rotation_period_hours": 20.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "hot rocky"}, + {"body_id": "GJ3820d", "proper_name": "Sotkamo", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 900, "mass_class": "terrestrial", "surface_gravity": 0.85, "orbital_period_days": 120, "rotation_period_hours": 22.0, "atmosphere": "breathable", "planet_class": "arid", "hydrosphere": "minimal", "economic_role": "extraction", "settlement_pattern": "concentrated", "industrial_corridor": null, "notes": "primary inhabited world, dry amber-lit landscape, shallow endorheic basins with mineral-rich aquifers, salt flats, hazy mineral dust atmosphere, precision metallurgy, Järvinen Works rare-earth alloy components, Wave 2 Finnish daughter colony from Koskinen's Reach"}, + {"body_id": "GJ3820e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.40, "orbital_period_days": 260, "rotation_period_hours": 18.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky, outer habitable zone edge"}, + {"body_id": "GJ3820f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 600, "rotation_period_hours": 16.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, + {"body_id": "GJ3820g", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 1600, "rotation_period_hours": 11.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, + {"body_id": "GJ3820g-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ3820g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ3820g-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ3820g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.03, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ3820h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 4200, "rotation_period_hours": 20.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, + {"body_id": "GJ3820i", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 8000, "rotation_period_hours": 22.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ3820-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, + {"body_id": "GJ3820-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ3820d-S1", "proper_name": "Vuolijoki", "orbits_body_id": "GJ3820d", "station_type": "industrial", "population": 0, "economic_role": "extraction", "docking_class": "restricted", "has_gate_infrastructure": false, "notes": "Järvinen Works orbital processing, alloy component export staging, Basin Council logistics"}, diff --git a/docs/atlas/proposals/GJ3877.json b/docs/atlas/proposals/GJ3877.json index 063685073..9f8926ff0 100644 --- a/docs/atlas/proposals/GJ3877.json +++ b/docs/atlas/proposals/GJ3877.json @@ -25,7 +25,7 @@ "orbital_period_days": 18, "rotation_period_hours": 440, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 210, "rotation_period_hours": 23.0, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "rivers", "economic_role": "service_mixed", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": 10.0, "rotation_period_hours": 240, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 520, "rotation_period_hours": 17.0, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1000, "rotation_period_hours": 19.5, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 9500, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ388.json b/docs/atlas/proposals/GJ388.json index c9f2aad17..bf8b895cf 100644 --- a/docs/atlas/proposals/GJ388.json +++ b/docs/atlas/proposals/GJ388.json @@ -25,7 +25,7 @@ "orbital_period_days": 5.4, "rotation_period_hours": 129.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 16.0, "rotation_period_hours": 384.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 42.0, "rotation_period_hours": 22.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 26.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 420.0, "rotation_period_hours": 20.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1100.0, "rotation_period_hours": 17.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ393.json b/docs/atlas/proposals/GJ393.json index 6cab0efb5..d8cff2985 100644 --- a/docs/atlas/proposals/GJ393.json +++ b/docs/atlas/proposals/GJ393.json @@ -25,7 +25,7 @@ "orbital_period_days": 9.6, "rotation_period_hours": 230.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 28.0, "rotation_period_hours": 672.0, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "transit", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 160.0, "rotation_period_hours": 27.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 700.0, "rotation_period_hours": 12.0, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6.4, "rotation_period_hours": 153.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 13.2, "rotation_period_hours": 316.8, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 2400.0, "rotation_period_hours": 34.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 4700.0, "rotation_period_hours": 44.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 8700.0, "rotation_period_hours": 57.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ394.json b/docs/atlas/proposals/GJ394.json index 1059b3a0f..d84e0d757 100644 --- a/docs/atlas/proposals/GJ394.json +++ b/docs/atlas/proposals/GJ394.json @@ -25,7 +25,7 @@ "orbital_period_days": 11.0, "rotation_period_hours": 264.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 66.0, "rotation_period_hours": 26.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 220.0, "rotation_period_hours": 25.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 660.0, "rotation_period_hours": 29.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 22.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4800.0, "rotation_period_hours": 18.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ3943.json b/docs/atlas/proposals/GJ3943.json index ac681e2fe..9ba1fab31 100644 --- a/docs/atlas/proposals/GJ3943.json +++ b/docs/atlas/proposals/GJ3943.json @@ -25,7 +25,7 @@ "orbital_period_days": 130.0, "rotation_period_hours": 26.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": "ice", "economic_role": "research", "settlement_pattern": "urban_concentrated", @@ -45,7 +45,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 400.0, "rotation_period_hours": 25.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 1100.0, "rotation_period_hours": 29.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 3000.0, "rotation_period_hours": 22.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 7600.0, "rotation_period_hours": 18.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 18000.0, "rotation_period_hours": 15.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ395.json b/docs/atlas/proposals/GJ395.json index f82c9993a..01964243f 100644 --- a/docs/atlas/proposals/GJ395.json +++ b/docs/atlas/proposals/GJ395.json @@ -25,7 +25,7 @@ "orbital_period_days": 62.0, "rotation_period_hours": 17.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 220.0, "rotation_period_hours": 23.2, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 550.0, "rotation_period_hours": 27.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1300.0, "rotation_period_hours": 26.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 10.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 7.4, "rotation_period_hours": 177.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 16.2, "rotation_period_hours": 388.8, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 10200.0, "rotation_period_hours": 36.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 24000.0, "rotation_period_hours": 44.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 48000.0, "rotation_period_hours": 52.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 92000.0, "rotation_period_hours": 30.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ3988.json b/docs/atlas/proposals/GJ3988.json index 392c9f984..a78c8f558 100644 --- a/docs/atlas/proposals/GJ3988.json +++ b/docs/atlas/proposals/GJ3988.json @@ -25,7 +25,7 @@ "orbital_period_days": 22.0, "rotation_period_hours": 18.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 86.0, "rotation_period_hours": 22.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 260.0, "rotation_period_hours": 26.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 780.0, "rotation_period_hours": 20.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2000.0, "rotation_period_hours": 16.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4800.0, "rotation_period_hours": 14.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ3991.json b/docs/atlas/proposals/GJ3991.json index 6e8aed5a1..ec097043e 100644 --- a/docs/atlas/proposals/GJ3991.json +++ b/docs/atlas/proposals/GJ3991.json @@ -25,7 +25,7 @@ "orbital_period_days": 40, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 120, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 350, "rotation_period_hours": 16.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 900, "rotation_period_hours": 15.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 12.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6, "rotation_period_hours": 144, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 8000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 15000, "rotation_period_hours": 24.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ402.json b/docs/atlas/proposals/GJ402.json index 32ef1e0ec..25d0403f8 100644 --- a/docs/atlas/proposals/GJ402.json +++ b/docs/atlas/proposals/GJ402.json @@ -25,7 +25,7 @@ "orbital_period_days": 3, "rotation_period_hours": 72, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "breathable", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "minimal", "economic_role": "extraction", "settlement_pattern": "urban", @@ -65,7 +65,7 @@ "orbital_period_days": 4, "rotation_period_hours": 96, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 28, "rotation_period_hours": 672, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 80, "rotation_period_hours": 1920, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 400, "rotation_period_hours": 10.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 1500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 3800, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ4053.json b/docs/atlas/proposals/GJ4053.json index 047b8f648..0cf2b34cf 100644 --- a/docs/atlas/proposals/GJ4053.json +++ b/docs/atlas/proposals/GJ4053.json @@ -25,7 +25,7 @@ "orbital_period_days": 9.6, "rotation_period_hours": 230.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 70.0, "rotation_period_hours": 93.0, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "mining", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": "mining", "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 240.0, "rotation_period_hours": 25.6, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 720.0, "rotation_period_hours": 29.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2000.0, "rotation_period_hours": 34.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5400.0, "rotation_period_hours": 22.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ4056.json b/docs/atlas/proposals/GJ4056.json index 74b55ff88..dd25eb8ac 100644 --- a/docs/atlas/proposals/GJ4056.json +++ b/docs/atlas/proposals/GJ4056.json @@ -25,7 +25,7 @@ "orbital_period_days": 18.0, "rotation_period_hours": 432.0, "atmosphere": "reducing", - "biome_summary": "volcanic", + "planet_class": "volcanic", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 72.0, "rotation_period_hours": 21.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 280.0, "rotation_period_hours": 26.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 860.0, "rotation_period_hours": 32.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2400.0, "rotation_period_hours": 20.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5800.0, "rotation_period_hours": 18.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ406.json b/docs/atlas/proposals/GJ406.json index 110b6a3e4..7b0264753 100644 --- a/docs/atlas/proposals/GJ406.json +++ b/docs/atlas/proposals/GJ406.json @@ -25,7 +25,7 @@ "orbital_period_days": 8, "rotation_period_hours": 192, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 25, "rotation_period_hours": 600, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 60, "rotation_period_hours": 1440, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 150, "rotation_period_hours": 14.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 400, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 1200, "rotation_period_hours": 13.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 3.5, "rotation_period_hours": 84, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ407.json b/docs/atlas/proposals/GJ407.json index 61772e8ec..3c9f89641 100644 --- a/docs/atlas/proposals/GJ407.json +++ b/docs/atlas/proposals/GJ407.json @@ -25,7 +25,7 @@ "orbital_period_days": 26.0, "rotation_period_hours": 19.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 26.6, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 580.0, "rotation_period_hours": 27.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 11.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.8, "rotation_period_hours": 139.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4600.0, "rotation_period_hours": 34.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 10800.0, "rotation_period_hours": 42.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 24000.0, "rotation_period_hours": 28.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 50000.0, "rotation_period_hours": 22.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ408.json b/docs/atlas/proposals/GJ408.json index b525de4e7..dd3ff95f5 100644 --- a/docs/atlas/proposals/GJ408.json +++ b/docs/atlas/proposals/GJ408.json @@ -5,18 +5,18 @@ "spectral_class": "M3", "wiki_data": {"habitable_count": 1, "inhabited_count": 1, "has_gas_giant": true, "has_asteroid_belt": true, "has_horizon_station": true, "raw_bodies_line": null}, "bodies": [ - {"body_id": "GJ408b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 4, "rotation_period_hours": 96, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched, tidally locked"}, - {"body_id": "GJ408c", "proper_name": "Steynplaas", "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": true, "population": 50000000, "mass_class": "terrestrial", "surface_gravity": 0.80, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "breathable", "biome_summary": "arid", "hydrosphere": "minimal", "economic_role": "agriculture", "settlement_pattern": "dispersed", "industrial_corridor": null, "notes": "primary inhabited world, tidally locked, M3 dim red light, kraal circular compound architecture, Wave 1 Early Arrival 500 years ago, originally Afrikaans-speaking, heritage fully assimilated into local identity, pastoral agriculture and extraction, consensus assembly governance, 91-year-old elder voice"}, - {"body_id": "GJ408c-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ408c", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 4, "rotation_period_hours": 96, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, - {"body_id": "GJ408d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 30, "rotation_period_hours": 720, "atmosphere": "thin", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky, tidally locked"}, - {"body_id": "GJ408e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 80, "rotation_period_hours": 1920, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky, tidally locked"}, - {"body_id": "GJ408f", "proper_name": null, "body_type": "gas_giant", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 450, "rotation_period_hours": 10.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, - {"body_id": "GJ408f-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ408f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ408f-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ408f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.03, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ408g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 1600, "rotation_period_hours": 18.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, - {"body_id": "GJ408h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.10, "orbital_period_days": 4200, "rotation_period_hours": 22.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ408-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "sparse belt"}, - {"body_id": "GJ408-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ408b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 4, "rotation_period_hours": 96, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched, tidally locked"}, + {"body_id": "GJ408c", "proper_name": "Steynplaas", "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": true, "population": 50000000, "mass_class": "terrestrial", "surface_gravity": 0.80, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "breathable", "planet_class": "arid", "hydrosphere": "minimal", "economic_role": "agriculture", "settlement_pattern": "dispersed", "industrial_corridor": null, "notes": "primary inhabited world, tidally locked, M3 dim red light, kraal circular compound architecture, Wave 1 Early Arrival 500 years ago, originally Afrikaans-speaking, heritage fully assimilated into local identity, pastoral agriculture and extraction, consensus assembly governance, 91-year-old elder voice"}, + {"body_id": "GJ408c-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ408c", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 4, "rotation_period_hours": 96, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, + {"body_id": "GJ408d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 30, "rotation_period_hours": 720, "atmosphere": "thin", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky, tidally locked"}, + {"body_id": "GJ408e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 80, "rotation_period_hours": 1920, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky, tidally locked"}, + {"body_id": "GJ408f", "proper_name": null, "body_type": "gas_giant", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 450, "rotation_period_hours": 10.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, + {"body_id": "GJ408f-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ408f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ408f-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ408f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.03, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ408g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 1600, "rotation_period_hours": 18.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, + {"body_id": "GJ408h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.10, "orbital_period_days": 4200, "rotation_period_hours": 22.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ408-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "sparse belt"}, + {"body_id": "GJ408-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ408c-S1", "proper_name": "Uitspan", "orbits_body_id": "GJ408c", "station_type": "commercial", "population": 2000000, "economic_role": "transit", "docking_class": "standard", "has_gate_infrastructure": false, "notes": "trade hub for kraal agricultural surplus export to Mabaso Junction, kraal architectural consultation services"}, diff --git a/docs/atlas/proposals/GJ410.json b/docs/atlas/proposals/GJ410.json index f9333ea30..5d2eedaeb 100644 --- a/docs/atlas/proposals/GJ410.json +++ b/docs/atlas/proposals/GJ410.json @@ -5,17 +5,17 @@ "spectral_class": "K", "wiki_data": {"habitable_count": 0, "inhabited_count": 0, "has_gas_giant": true, "has_asteroid_belt": true, "has_horizon_station": true, "raw_bodies_line": null}, "bodies": [ - {"body_id": "GJ410b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.30, "orbital_period_days": 15, "rotation_period_hours": 360, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, tidally locked"}, - {"body_id": "GJ410c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.42, "orbital_period_days": 40, "rotation_period_hours": 960, "atmosphere": "thin", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "rocky, tidally locked"}, - {"body_id": "GJ410d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 100, "rotation_period_hours": 16.0, "atmosphere": "thin", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, - {"body_id": "GJ410e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 280, "rotation_period_hours": 15.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, - {"body_id": "GJ410f", "proper_name": null, "body_type": "gas_giant", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 1200, "rotation_period_hours": 11.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, - {"body_id": "GJ410f-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ410f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ410g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.10, "orbital_period_days": 3500, "rotation_period_hours": 22.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ410h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 6000, "rotation_period_hours": 20.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, - {"body_id": "GJ410i", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.09, "orbital_period_days": 12000, "rotation_period_hours": 24.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ410-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner belt, captured body hosts Wagtoring outstation habitat cluster"}, - {"body_id": "GJ410-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ410b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.30, "orbital_period_days": 15, "rotation_period_hours": 360, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, tidally locked"}, + {"body_id": "GJ410c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.42, "orbital_period_days": 40, "rotation_period_hours": 960, "atmosphere": "thin", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "rocky, tidally locked"}, + {"body_id": "GJ410d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 100, "rotation_period_hours": 16.0, "atmosphere": "thin", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, + {"body_id": "GJ410e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 280, "rotation_period_hours": 15.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, + {"body_id": "GJ410f", "proper_name": null, "body_type": "gas_giant", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 1200, "rotation_period_hours": 11.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, + {"body_id": "GJ410f-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ410f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ410g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.10, "orbital_period_days": 3500, "rotation_period_hours": 22.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ410h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 6000, "rotation_period_hours": 20.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, + {"body_id": "GJ410i", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.09, "orbital_period_days": 12000, "rotation_period_hours": 24.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ410-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner belt, captured body hosts Wagtoring outstation habitat cluster"}, + {"body_id": "GJ410-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ410-belt-S1", "proper_name": "Brandwag", "orbits_body_id": "GJ410-belt", "station_type": "military", "population": 16, "economic_role": "research", "docking_class": "restricted", "has_gate_infrastructure": false, "notes": "Wagtoring outstation, Oude Kraal extension, pressurized habitat cluster on captured belt body, 180-year continuous sensor array, 6 rotating families on 3-year postings, 12-20 residents, not registered in corridor infrastructure"}, diff --git a/docs/atlas/proposals/GJ411.json b/docs/atlas/proposals/GJ411.json index cbf0b2981..c07ef96eb 100644 --- a/docs/atlas/proposals/GJ411.json +++ b/docs/atlas/proposals/GJ411.json @@ -25,7 +25,7 @@ "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 170, "rotation_period_hours": 23.0, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "ocean", "economic_role": "service_mixed", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": 10.0, "rotation_period_hours": 240, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 350, "rotation_period_hours": 18.0, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 650, "rotation_period_hours": 15.5, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1000, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ412A.json b/docs/atlas/proposals/GJ412A.json index 5612bd221..bb79a4f05 100644 --- a/docs/atlas/proposals/GJ412A.json +++ b/docs/atlas/proposals/GJ412A.json @@ -25,7 +25,7 @@ "orbital_period_days": 8.2, "rotation_period_hours": 196.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 65.0, "rotation_period_hours": 28.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 220.0, "rotation_period_hours": 24.6, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 640.0, "rotation_period_hours": 28.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 21.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 17.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ412B.json b/docs/atlas/proposals/GJ412B.json index 30778bb50..7262cfcfc 100644 --- a/docs/atlas/proposals/GJ412B.json +++ b/docs/atlas/proposals/GJ412B.json @@ -25,7 +25,7 @@ "orbital_period_days": 3.2, "rotation_period_hours": 76.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 9.4, "rotation_period_hours": 225.6, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": "subsurface_liquid", "economic_role": "mining", "settlement_pattern": "underground_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 78.0, "rotation_period_hours": 19.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 310.0, "rotation_period_hours": 12.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 4.6, "rotation_period_hours": 110.4, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 920.0, "rotation_period_hours": 31.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 2600.0, "rotation_period_hours": 40.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 6200.0, "rotation_period_hours": 28.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ414A.json b/docs/atlas/proposals/GJ414A.json index 98904c1b3..567d33824 100644 --- a/docs/atlas/proposals/GJ414A.json +++ b/docs/atlas/proposals/GJ414A.json @@ -25,7 +25,7 @@ "orbital_period_days": 12.0, "rotation_period_hours": 288.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 148.0, "rotation_period_hours": 22.6, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": "mining", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 440.0, "rotation_period_hours": 26.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1200.0, "rotation_period_hours": 30.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3200.0, "rotation_period_hours": 36.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 7400.0, "rotation_period_hours": 23.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 14000.0, "rotation_period_hours": 18.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ42.json b/docs/atlas/proposals/GJ42.json index fb5a198d1..541c3cae8 100644 --- a/docs/atlas/proposals/GJ42.json +++ b/docs/atlas/proposals/GJ42.json @@ -25,7 +25,7 @@ "orbital_period_days": 52.0, "rotation_period_hours": 1248.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 24.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": 21.4, "rotation_period_hours": 513.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 510.0, "rotation_period_hours": 21.2, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2200.0, "rotation_period_hours": 11.4, "atmosphere": "hydrogen-helium", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 12.6, "rotation_period_hours": 302.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 27.8, "rotation_period_hours": 667.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 5800.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 14000.0, "rotation_period_hours": 14.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 31000.0, "rotation_period_hours": 11.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 58000.0, "rotation_period_hours": 10.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ421B.json b/docs/atlas/proposals/GJ421B.json index 0eeef49b9..c72905a20 100644 --- a/docs/atlas/proposals/GJ421B.json +++ b/docs/atlas/proposals/GJ421B.json @@ -25,7 +25,7 @@ "orbital_period_days": 15.0, "rotation_period_hours": 360.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 115.0, "rotation_period_hours": 27.6, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 460.0, "rotation_period_hours": 27.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1300.0, "rotation_period_hours": 30.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3600.0, "rotation_period_hours": 36.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 9200.0, "rotation_period_hours": 23.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 22000.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ423A.json b/docs/atlas/proposals/GJ423A.json index dadff1fae..02909d938 100644 --- a/docs/atlas/proposals/GJ423A.json +++ b/docs/atlas/proposals/GJ423A.json @@ -25,7 +25,7 @@ "orbital_period_days": 18.0, "rotation_period_hours": 17.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 72.0, "rotation_period_hours": 22.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 350.0, "rotation_period_hours": 26.8, "atmosphere": "standard", - "biome_summary": "warm_ocean", + "planet_class": "warm_ocean", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -85,7 +85,7 @@ "orbital_period_days": 720.0, "rotation_period_hours": 34.2, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2000.0, "rotation_period_hours": 11.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5.8, "rotation_period_hours": 139.2, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4800.0, "rotation_period_hours": 39.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 10500.0, "rotation_period_hours": 46.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 23000.0, "rotation_period_hours": 25.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 46000.0, "rotation_period_hours": 23.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ423B.json b/docs/atlas/proposals/GJ423B.json index 91d9b6887..51c46ae8f 100644 --- a/docs/atlas/proposals/GJ423B.json +++ b/docs/atlas/proposals/GJ423B.json @@ -25,7 +25,7 @@ "orbital_period_days": 64.0, "rotation_period_hours": 23.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 185.0, "rotation_period_hours": 27.4, "atmosphere": "thick", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 348.0, "rotation_period_hours": 25.8, "atmosphere": "standard", - "biome_summary": "tropical", + "planet_class": "tropical", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "village_network", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 760.0, "rotation_period_hours": 30.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2400.0, "rotation_period_hours": 10.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 7.2, "rotation_period_hours": 172.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 15.6, "rotation_period_hours": 374.4, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 5400.0, "rotation_period_hours": 38.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 9800.0, "rotation_period_hours": 46.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 17800.0, "rotation_period_hours": 59.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 32000.0, "rotation_period_hours": 74.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ425A.json b/docs/atlas/proposals/GJ425A.json index 9ed11c701..8ba92bddd 100644 --- a/docs/atlas/proposals/GJ425A.json +++ b/docs/atlas/proposals/GJ425A.json @@ -25,7 +25,7 @@ "orbital_period_days": 18.0, "rotation_period_hours": 19.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 155.0, "rotation_period_hours": 25.2, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 480.0, "rotation_period_hours": 26.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 30.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3800.0, "rotation_period_hours": 36.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 9600.0, "rotation_period_hours": 22.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 24000.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ4274.json b/docs/atlas/proposals/GJ4274.json index 943618985..546a44a56 100644 --- a/docs/atlas/proposals/GJ4274.json +++ b/docs/atlas/proposals/GJ4274.json @@ -25,7 +25,7 @@ "orbital_period_days": 6, "rotation_period_hours": 144, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 30, "rotation_period_hours": 720, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": "research", "settlement_pattern": "domed", @@ -65,7 +65,7 @@ "orbital_period_days": 7.0, "rotation_period_hours": 168, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 80, "rotation_period_hours": 1920, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 200, "rotation_period_hours": 15.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ4285.json b/docs/atlas/proposals/GJ4285.json index eb25d67f3..c827ed0b3 100644 --- a/docs/atlas/proposals/GJ4285.json +++ b/docs/atlas/proposals/GJ4285.json @@ -25,7 +25,7 @@ "orbital_period_days": 4.4, "rotation_period_hours": 105.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 14.6, "rotation_period_hours": 350.4, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": "mining", "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 82.0, "rotation_period_hours": 22.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 340.0, "rotation_period_hours": 13.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.4, "rotation_period_hours": 129.6, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": "subsurface_liquid", "economic_role": "mining", "settlement_pattern": "underground_concentrated", @@ -145,7 +145,7 @@ "orbital_period_days": 11.6, "rotation_period_hours": 278.4, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 1100.0, "rotation_period_hours": 30.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 3200.0, "rotation_period_hours": 24.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 6400, "rotation_period_hours": 17.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ428A.json b/docs/atlas/proposals/GJ428A.json index 2b0b17fd7..50ceadff9 100644 --- a/docs/atlas/proposals/GJ428A.json +++ b/docs/atlas/proposals/GJ428A.json @@ -25,7 +25,7 @@ "orbital_period_days": 16.0, "rotation_period_hours": 19.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 145.0, "rotation_period_hours": 27.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 440.0, "rotation_period_hours": 26.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 12.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.4, "rotation_period_hours": 129.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 3800.0, "rotation_period_hours": 33.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 9000.0, "rotation_period_hours": 42.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 21000.0, "rotation_period_hours": 28.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 46000.0, "rotation_period_hours": 22.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ432A.json b/docs/atlas/proposals/GJ432A.json index c2d8b00c9..75c7e1391 100644 --- a/docs/atlas/proposals/GJ432A.json +++ b/docs/atlas/proposals/GJ432A.json @@ -25,7 +25,7 @@ "orbital_period_days": 32.0, "rotation_period_hours": 21.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 240.0, "rotation_period_hours": 26.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 680.0, "rotation_period_hours": 28.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 35.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 42.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 9600.0, "rotation_period_hours": 51.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 22000.0, "rotation_period_hours": 29.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ434.json b/docs/atlas/proposals/GJ434.json index 5d707be42..6416c1198 100644 --- a/docs/atlas/proposals/GJ434.json +++ b/docs/atlas/proposals/GJ434.json @@ -25,7 +25,7 @@ "orbital_period_days": 10.0, "rotation_period_hours": 240.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 56.0, "rotation_period_hours": 24.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 180.0, "rotation_period_hours": 26.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 540.0, "rotation_period_hours": 30.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1600.0, "rotation_period_hours": 21.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 17.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ435.json b/docs/atlas/proposals/GJ435.json index ee8fb7b1d..096747577 100644 --- a/docs/atlas/proposals/GJ435.json +++ b/docs/atlas/proposals/GJ435.json @@ -25,7 +25,7 @@ "orbital_period_days": 18.0, "rotation_period_hours": 432.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 52.0, "rotation_period_hours": 1248.0, "atmosphere": "standard", - "biome_summary": "temperate_highland", + "planet_class": "temperate_highland", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "town_network", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 310.0, "rotation_period_hours": 29.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 980.0, "rotation_period_hours": 14.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 8.4, "rotation_period_hours": 201.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 17.1, "rotation_period_hours": 410.4, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 2600.0, "rotation_period_hours": 37.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 5100.0, "rotation_period_hours": 44.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 9300.0, "rotation_period_hours": 55.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 16800.0, "rotation_period_hours": 69.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ438.json b/docs/atlas/proposals/GJ438.json index b793a6dce..cc06f951c 100644 --- a/docs/atlas/proposals/GJ438.json +++ b/docs/atlas/proposals/GJ438.json @@ -25,7 +25,7 @@ "orbital_period_days": 28.0, "rotation_period_hours": 21.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 310.0, "rotation_period_hours": 25.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "transit", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 680.0, "rotation_period_hours": 28.6, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2200.0, "rotation_period_hours": 11.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6.4, "rotation_period_hours": 153.6, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5600.0, "rotation_period_hours": 34.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 12400.0, "rotation_period_hours": 42.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 24000.0, "rotation_period_hours": 52.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 42000.0, "rotation_period_hours": 31.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ442A.json b/docs/atlas/proposals/GJ442A.json index a47f9f690..7bcf739b2 100644 --- a/docs/atlas/proposals/GJ442A.json +++ b/docs/atlas/proposals/GJ442A.json @@ -25,7 +25,7 @@ "orbital_period_days": 44.0, "rotation_period_hours": 19.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 148.0, "rotation_period_hours": 24.8, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 330.0, "rotation_period_hours": 26.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "manufacturing", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 980.0, "rotation_period_hours": 28.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2800.0, "rotation_period_hours": 10.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6.2, "rotation_period_hours": 148.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 7400.0, "rotation_period_hours": 35.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 16000.0, "rotation_period_hours": 43.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 34000.0, "rotation_period_hours": 30.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 62000.0, "rotation_period_hours": 23.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ445.json b/docs/atlas/proposals/GJ445.json index ee6ff11b4..bf66f1751 100644 --- a/docs/atlas/proposals/GJ445.json +++ b/docs/atlas/proposals/GJ445.json @@ -25,7 +25,7 @@ "orbital_period_days": 4.2, "rotation_period_hours": 100.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 13.6, "rotation_period_hours": 9.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 3.8, "rotation_period_hours": 91.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "transit", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": 7.4, "rotation_period_hours": 177.6, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 85.0, "rotation_period_hours": 22.6, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 360.0, "rotation_period_hours": 31.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 1100.0, "rotation_period_hours": 39.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 2800.0, "rotation_period_hours": 46.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 6400.0, "rotation_period_hours": 24.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ447.json b/docs/atlas/proposals/GJ447.json index 9cb712560..37cf875d5 100644 --- a/docs/atlas/proposals/GJ447.json +++ b/docs/atlas/proposals/GJ447.json @@ -25,7 +25,7 @@ "orbital_period_days": 8, "rotation_period_hours": 192, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 170, "rotation_period_hours": 22.0, "atmosphere": "breathable", - "biome_summary": "oceanic", + "planet_class": "oceanic", "hydrosphere": "ocean", "economic_role": "agricultural", "settlement_pattern": "dispersed_rural", @@ -65,7 +65,7 @@ "orbital_period_days": 9.0, "rotation_period_hours": 216, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 45, "rotation_period_hours": 1080, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 120, "rotation_period_hours": 15.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 350, "rotation_period_hours": 17.5, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 700, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ449.json b/docs/atlas/proposals/GJ449.json index b2ff6e833..50fac94b4 100644 --- a/docs/atlas/proposals/GJ449.json +++ b/docs/atlas/proposals/GJ449.json @@ -25,7 +25,7 @@ "orbital_period_days": 20.0, "rotation_period_hours": 16.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 85.0, "rotation_period_hours": 24.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 280.0, "rotation_period_hours": 29.4, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 550.0, "rotation_period_hours": 28.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "frontier", "settlement_pattern": "urban_concentrated", @@ -105,7 +105,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 10.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6.0, "rotation_period_hours": 144.0, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4400.0, "rotation_period_hours": 36.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 10000.0, "rotation_period_hours": 42.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 22000.0, "rotation_period_hours": 26.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 44000.0, "rotation_period_hours": 22.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ451A.json b/docs/atlas/proposals/GJ451A.json index 92431a74f..833fee900 100644 --- a/docs/atlas/proposals/GJ451A.json +++ b/docs/atlas/proposals/GJ451A.json @@ -25,7 +25,7 @@ "orbital_period_days": 72.0, "rotation_period_hours": 21.5, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 168.0, "rotation_period_hours": 26.0, "atmosphere": "thick", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 340.0, "rotation_period_hours": 24.8, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 820.0, "rotation_period_hours": 31.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2800.0, "rotation_period_hours": 11.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 9.2, "rotation_period_hours": 220.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 19.6, "rotation_period_hours": 470.4, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 6400.0, "rotation_period_hours": 41.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 11000.0, "rotation_period_hours": 52.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 20000.0, "rotation_period_hours": 65.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 36000.0, "rotation_period_hours": 80.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ453.json b/docs/atlas/proposals/GJ453.json index d1774539e..3f8f71559 100644 --- a/docs/atlas/proposals/GJ453.json +++ b/docs/atlas/proposals/GJ453.json @@ -25,7 +25,7 @@ "orbital_period_days": 18.0, "rotation_period_hours": 19.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 160.0, "rotation_period_hours": 26.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "manufacturing", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": "mining", "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 520.0, "rotation_period_hours": 28.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1600.0, "rotation_period_hours": 11.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.6, "rotation_period_hours": 134.4, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 12.2, "rotation_period_hours": 292.8, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 34.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 9800.0, "rotation_period_hours": 42.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 20000.0, "rotation_period_hours": 51.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 42000.0, "rotation_period_hours": 29.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ454.json b/docs/atlas/proposals/GJ454.json index ecc3dfd4c..2cde5db71 100644 --- a/docs/atlas/proposals/GJ454.json +++ b/docs/atlas/proposals/GJ454.json @@ -25,7 +25,7 @@ "orbital_period_days": 32.0, "rotation_period_hours": 18.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 160.0, "rotation_period_hours": 22.4, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 380.0, "rotation_period_hours": 27.6, "atmosphere": "standard", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": "liquid_water", "economic_role": "mining", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2400.0, "rotation_period_hours": 12.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6.4, "rotation_period_hours": 153.6, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6200.0, "rotation_period_hours": 34.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 14000.0, "rotation_period_hours": 42.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 28000.0, "rotation_period_hours": 50.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 56000.0, "rotation_period_hours": 28.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ473A.json b/docs/atlas/proposals/GJ473A.json index 7d9058e55..d3a48529b 100644 --- a/docs/atlas/proposals/GJ473A.json +++ b/docs/atlas/proposals/GJ473A.json @@ -25,7 +25,7 @@ "orbital_period_days": 8.2, "rotation_period_hours": 196.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 22.0, "rotation_period_hours": 528.0, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "transit", "settlement_pattern": "town_network", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 175.0, "rotation_period_hours": 28.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 760.0, "rotation_period_hours": 13.1, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 8.8, "rotation_period_hours": 211.2, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 2900.0, "rotation_period_hours": 36.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 6200.0, "rotation_period_hours": 43.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 11500.0, "rotation_period_hours": 56.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ473B.json b/docs/atlas/proposals/GJ473B.json index 5ff960afd..0f7d1c044 100644 --- a/docs/atlas/proposals/GJ473B.json +++ b/docs/atlas/proposals/GJ473B.json @@ -25,7 +25,7 @@ "orbital_period_days": 1.5, "rotation_period_hours": 36, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 4, "rotation_period_hours": 96, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 40, "rotation_period_hours": 960, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 250, "rotation_period_hours": 9.5, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 4, "rotation_period_hours": 96, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 1300, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 3700, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ475.json b/docs/atlas/proposals/GJ475.json index af4ed721b..b2f56c53b 100644 --- a/docs/atlas/proposals/GJ475.json +++ b/docs/atlas/proposals/GJ475.json @@ -12,20 +12,20 @@ "raw_bodies_line": null }, "bodies": [ - {"body_id": "GJ475b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.38, "orbital_period_days": 40, "rotation_period_hours": 18.0, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched"}, - {"body_id": "GJ475c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.52, "orbital_period_days": 100, "rotation_period_hours": 22.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "hot rocky"}, - {"body_id": "GJ475d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.55, "orbital_period_days": 220, "rotation_period_hours": 20.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "trace", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "warm rocky, inner habitable zone edge"}, - {"body_id": "GJ475e", "proper_name": "Crieff", "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": true, "population": 400000000, "mass_class": "terrestrial", "surface_gravity": 0.92, "orbital_period_days": 450, "rotation_period_hours": 25.0, "atmosphere": "breathable", "biome_summary": "temperate-cool", "hydrosphere": "moderate", "economic_role": "agriculture", "settlement_pattern": "dispersed", "industrial_corridor": null, "notes": "primary inhabited world, long winters, shortened summers, grassland plains with dark ridge formations, brach herding, thrds fiber cooperative, Wave 2 Scottish highland heritage, pastoral and cosmopolitan tension"}, - {"body_id": "GJ475e-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ475e", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, - {"body_id": "GJ475f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.42, "orbital_period_days": 850, "rotation_period_hours": 18.0, "atmosphere": "thin", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer habitable zone edge, cold"}, - {"body_id": "GJ475g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 1700, "rotation_period_hours": 16.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, - {"body_id": "GJ475h", "proper_name": null, "body_type": "gas_giant", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 4300, "rotation_period_hours": 10.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "large gas giant"}, - {"body_id": "GJ475h-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ475h", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.07, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ475h-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ475h", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ475i", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.25, "orbital_period_days": 8500, "rotation_period_hours": 20.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, - {"body_id": "GJ475j", "proper_name": null, "body_type": "planet", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 15000, "rotation_period_hours": 24.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ475-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, - {"body_id": "GJ475-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 11, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ475b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.38, "orbital_period_days": 40, "rotation_period_hours": 18.0, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched"}, + {"body_id": "GJ475c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.52, "orbital_period_days": 100, "rotation_period_hours": 22.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "hot rocky"}, + {"body_id": "GJ475d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.55, "orbital_period_days": 220, "rotation_period_hours": 20.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "trace", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "warm rocky, inner habitable zone edge"}, + {"body_id": "GJ475e", "proper_name": "Crieff", "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": true, "population": 400000000, "mass_class": "terrestrial", "surface_gravity": 0.92, "orbital_period_days": 450, "rotation_period_hours": 25.0, "atmosphere": "breathable", "planet_class": "temperate-cool", "hydrosphere": "moderate", "economic_role": "agriculture", "settlement_pattern": "dispersed", "industrial_corridor": null, "notes": "primary inhabited world, long winters, shortened summers, grassland plains with dark ridge formations, brach herding, thrds fiber cooperative, Wave 2 Scottish highland heritage, pastoral and cosmopolitan tension"}, + {"body_id": "GJ475e-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ475e", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, + {"body_id": "GJ475f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.42, "orbital_period_days": 850, "rotation_period_hours": 18.0, "atmosphere": "thin", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer habitable zone edge, cold"}, + {"body_id": "GJ475g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 1700, "rotation_period_hours": 16.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, + {"body_id": "GJ475h", "proper_name": null, "body_type": "gas_giant", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 4300, "rotation_period_hours": 10.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "large gas giant"}, + {"body_id": "GJ475h-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ475h", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.07, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ475h-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ475h", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ475i", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.25, "orbital_period_days": 8500, "rotation_period_hours": 20.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, + {"body_id": "GJ475j", "proper_name": null, "body_type": "planet", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 15000, "rotation_period_hours": 24.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ475-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, + {"body_id": "GJ475-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 11, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ475e-S1", "proper_name": "Galashiels", "orbits_body_id": "GJ475e", "station_type": "commercial", "population": 10000000, "economic_role": "transit", "docking_class": "major", "has_gate_infrastructure": false, "notes": "thrds cooperative export terminal, fiber processing and distribution, corridor buyer facilities, transit services"}, diff --git a/docs/atlas/proposals/GJ481.json b/docs/atlas/proposals/GJ481.json index 8875004e3..086c214a0 100644 --- a/docs/atlas/proposals/GJ481.json +++ b/docs/atlas/proposals/GJ481.json @@ -25,7 +25,7 @@ "orbital_period_days": 28.0, "rotation_period_hours": 20.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 26.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 580.0, "rotation_period_hours": 27.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1900.0, "rotation_period_hours": 12.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6.4, "rotation_period_hours": 153.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4800.0, "rotation_period_hours": 34.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 11000.0, "rotation_period_hours": 43.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 26000.0, "rotation_period_hours": 29.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 54000.0, "rotation_period_hours": 23.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ482A.json b/docs/atlas/proposals/GJ482A.json index fba820bf3..9498608a2 100644 --- a/docs/atlas/proposals/GJ482A.json +++ b/docs/atlas/proposals/GJ482A.json @@ -25,7 +25,7 @@ "orbital_period_days": 58.0, "rotation_period_hours": 17.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 220.0, "rotation_period_hours": 22.6, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 480.0, "rotation_period_hours": 26.2, "atmosphere": "standard", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 820.0, "rotation_period_hours": 23.4, "atmosphere": "standard", - "biome_summary": "tropical_ocean", + "planet_class": "tropical_ocean", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -105,7 +105,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 10.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 7.4, "rotation_period_hours": 177.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 15.8, "rotation_period_hours": 379.2, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 11000.0, "rotation_period_hours": 36.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 24000.0, "rotation_period_hours": 44.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 48000.0, "rotation_period_hours": 52.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 88000.0, "rotation_period_hours": 30.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ482B.json b/docs/atlas/proposals/GJ482B.json index 016658d72..9a09c73c3 100644 --- a/docs/atlas/proposals/GJ482B.json +++ b/docs/atlas/proposals/GJ482B.json @@ -25,7 +25,7 @@ "orbital_period_days": 24.0, "rotation_period_hours": 19.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 26.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "commercial", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 560.0, "rotation_period_hours": 27.6, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 11.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.8, "rotation_period_hours": 139.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4600.0, "rotation_period_hours": 33.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 10600.0, "rotation_period_hours": 42.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 24000.0, "rotation_period_hours": 28.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 50000.0, "rotation_period_hours": 22.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ49.json b/docs/atlas/proposals/GJ49.json index 787c17883..3d3a63321 100644 --- a/docs/atlas/proposals/GJ49.json +++ b/docs/atlas/proposals/GJ49.json @@ -25,7 +25,7 @@ "orbital_period_days": 8.4, "rotation_period_hours": 201.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 65.0, "rotation_period_hours": 28.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 220.0, "rotation_period_hours": 24.6, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 640.0, "rotation_period_hours": 28.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 21.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4400.0, "rotation_period_hours": 17.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ4A.json b/docs/atlas/proposals/GJ4A.json index 52d972015..95c0da734 100644 --- a/docs/atlas/proposals/GJ4A.json +++ b/docs/atlas/proposals/GJ4A.json @@ -25,7 +25,7 @@ "orbital_period_days": 25.0, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 84.0, "rotation_period_hours": 26.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "village_network", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 430.0, "rotation_period_hours": 30.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 13.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 9.6, "rotation_period_hours": 230.4, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 3800.0, "rotation_period_hours": 38.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 7200.0, "rotation_period_hours": 49.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 13500.0, "rotation_period_hours": 62.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 24000.0, "rotation_period_hours": 76.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ5.json b/docs/atlas/proposals/GJ5.json index 364204baa..8d479abea 100644 --- a/docs/atlas/proposals/GJ5.json +++ b/docs/atlas/proposals/GJ5.json @@ -25,7 +25,7 @@ "orbital_period_days": 30.0, "rotation_period_hours": 19.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 275.0, "rotation_period_hours": 26.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 720.0, "rotation_period_hours": 27.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2200.0, "rotation_period_hours": 11.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6.2, "rotation_period_hours": 148.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5400.0, "rotation_period_hours": 34.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 12400.0, "rotation_period_hours": 42.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 28000.0, "rotation_period_hours": 28.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 58000.0, "rotation_period_hours": 22.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ501B.json b/docs/atlas/proposals/GJ501B.json index a6d4b4249..155a38e6f 100644 --- a/docs/atlas/proposals/GJ501B.json +++ b/docs/atlas/proposals/GJ501B.json @@ -25,7 +25,7 @@ "orbital_period_days": 68.0, "rotation_period_hours": 19.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 260.0, "rotation_period_hours": 21.8, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 650.0, "rotation_period_hours": 25.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 29.6, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5200.0, "rotation_period_hours": 13.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 8.4, "rotation_period_hours": 201.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 11400.0, "rotation_period_hours": 32.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 26000.0, "rotation_period_hours": 41.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 56000.0, "rotation_period_hours": 49.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 118000.0, "rotation_period_hours": 26.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ502.json b/docs/atlas/proposals/GJ502.json index 11355ddfa..8edff932d 100644 --- a/docs/atlas/proposals/GJ502.json +++ b/docs/atlas/proposals/GJ502.json @@ -25,7 +25,7 @@ "orbital_period_days": 48.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 160.0, "rotation_period_hours": 25.4, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 390.0, "rotation_period_hours": 24.6, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "transit", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1050.0, "rotation_period_hours": 27.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3200.0, "rotation_period_hours": 11.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6.8, "rotation_period_hours": 163.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 14.6, "rotation_period_hours": 350.4, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 8200.0, "rotation_period_hours": 36.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 17600.0, "rotation_period_hours": 44.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 36000.0, "rotation_period_hours": 52.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 66000.0, "rotation_period_hours": 30.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ505A.json b/docs/atlas/proposals/GJ505A.json index ff4c03dc3..aeaae9bec 100644 --- a/docs/atlas/proposals/GJ505A.json +++ b/docs/atlas/proposals/GJ505A.json @@ -25,7 +25,7 @@ "orbital_period_days": 22.0, "rotation_period_hours": 18.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 27.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": "mining", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": "mining", "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 640.0, "rotation_period_hours": 28.8, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2000.0, "rotation_period_hours": 11.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.8, "rotation_period_hours": 139.2, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5400.0, "rotation_period_hours": 34.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 12200.0, "rotation_period_hours": 42.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 26000.0, "rotation_period_hours": 51.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 52000.0, "rotation_period_hours": 29.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ506.json b/docs/atlas/proposals/GJ506.json index 0ee3a6020..348a0317d 100644 --- a/docs/atlas/proposals/GJ506.json +++ b/docs/atlas/proposals/GJ506.json @@ -25,7 +25,7 @@ "orbital_period_days": 42.0, "rotation_period_hours": 19.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 24.6, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 310.0, "rotation_period_hours": 25.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "manufacturing", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 920.0, "rotation_period_hours": 27.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2800.0, "rotation_period_hours": 10.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6.4, "rotation_period_hours": 153.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 13.8, "rotation_period_hours": 331.2, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 7200.0, "rotation_period_hours": 35.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 15400.0, "rotation_period_hours": 43.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 32000.0, "rotation_period_hours": 52.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 58000.0, "rotation_period_hours": 29.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ508A.json b/docs/atlas/proposals/GJ508A.json index 7062ddb9c..44a852333 100644 --- a/docs/atlas/proposals/GJ508A.json +++ b/docs/atlas/proposals/GJ508A.json @@ -25,7 +25,7 @@ "orbital_period_days": 8.6, "rotation_period_hours": 206.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 65.0, "rotation_period_hours": 28.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 220.0, "rotation_period_hours": 24.8, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 640.0, "rotation_period_hours": 28.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 21.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4600.0, "rotation_period_hours": 17.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ524.json b/docs/atlas/proposals/GJ524.json index c7fdb0f34..54ab6bbe2 100644 --- a/docs/atlas/proposals/GJ524.json +++ b/docs/atlas/proposals/GJ524.json @@ -25,7 +25,7 @@ "orbital_period_days": 48.0, "rotation_period_hours": 18.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 350.0, "rotation_period_hours": 25.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 780.0, "rotation_period_hours": 23.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2400.0, "rotation_period_hours": 10.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 7.2, "rotation_period_hours": 172.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 16.4, "rotation_period_hours": 393.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 6200.0, "rotation_period_hours": 35.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 14000.0, "rotation_period_hours": 43.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 32000.0, "rotation_period_hours": 52.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 68000.0, "rotation_period_hours": 30.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 140000.0, "rotation_period_hours": 25.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ526.json b/docs/atlas/proposals/GJ526.json index ea8d73213..d4ecf24aa 100644 --- a/docs/atlas/proposals/GJ526.json +++ b/docs/atlas/proposals/GJ526.json @@ -25,7 +25,7 @@ "orbital_period_days": 6.8, "rotation_period_hours": 163.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 45.0, "rotation_period_hours": 1080.0, "atmosphere": "standard", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": "manufacturing", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": "mining", "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 22.8, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 620.0, "rotation_period_hours": 12.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.4, "rotation_period_hours": 129.6, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1600.0, "rotation_period_hours": 31.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 39.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 9600.0, "rotation_period_hours": 26.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ528A.json b/docs/atlas/proposals/GJ528A.json index 7da887bd5..43530bf88 100644 --- a/docs/atlas/proposals/GJ528A.json +++ b/docs/atlas/proposals/GJ528A.json @@ -25,7 +25,7 @@ "orbital_period_days": 10.8, "rotation_period_hours": 259.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 74.0, "rotation_period_hours": 28.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 260.0, "rotation_period_hours": 26.2, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 780.0, "rotation_period_hours": 30.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2200.0, "rotation_period_hours": 23.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5800.0, "rotation_period_hours": 19.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ529.json b/docs/atlas/proposals/GJ529.json index 695c9a257..598f9cdd0 100644 --- a/docs/atlas/proposals/GJ529.json +++ b/docs/atlas/proposals/GJ529.json @@ -25,7 +25,7 @@ "orbital_period_days": 48.0, "rotation_period_hours": 1152.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 25.8, "atmosphere": "breathable", - "biome_summary": "temperate-cool", + "planet_class": "temperate-cool", "hydrosphere": "rivers-lakes", "economic_role": "agricultural", "settlement_pattern": "concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": 19.8, "rotation_period_hours": 475.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 350.0, "rotation_period_hours": 21.0, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1700.0, "rotation_period_hours": 12.6, "atmosphere": "hydrogen-helium", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 11.4, "rotation_period_hours": 273.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 24.6, "rotation_period_hours": 590.4, "atmosphere": "none", - "biome_summary": "ice", + "planet_class": "ice", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 5200.0, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 12500.0, "rotation_period_hours": 14.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 28000.0, "rotation_period_hours": 12.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 56000.0, "rotation_period_hours": 10.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ532.json b/docs/atlas/proposals/GJ532.json index 3daa746f2..2784018bc 100644 --- a/docs/atlas/proposals/GJ532.json +++ b/docs/atlas/proposals/GJ532.json @@ -25,7 +25,7 @@ "orbital_period_days": 18.0, "rotation_period_hours": 20.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 27.2, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": "liquid_water", "economic_role": "mining", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": "mining", "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 440.0, "rotation_period_hours": 26.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 12.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3800.0, "rotation_period_hours": 11.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 9600.0, "rotation_period_hours": 34.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 22000.0, "rotation_period_hours": 28.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 46000.0, "rotation_period_hours": 44.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 96000.0, "rotation_period_hours": 23.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ534.json b/docs/atlas/proposals/GJ534.json index 32f4e06e8..7ac71076b 100644 --- a/docs/atlas/proposals/GJ534.json +++ b/docs/atlas/proposals/GJ534.json @@ -25,7 +25,7 @@ "orbital_period_days": 56.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 210.0, "rotation_period_hours": 24.2, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 560.0, "rotation_period_hours": 28.6, "atmosphere": "standard", - "biome_summary": "boreal", + "planet_class": "boreal", "hydrosphere": "liquid_water", "economic_role": "resource_extraction", "settlement_pattern": "dispersed", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 27.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 10.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6.8, "rotation_period_hours": 163.2, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 14.6, "rotation_period_hours": 350.4, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 10800.0, "rotation_period_hours": 36.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 23000.0, "rotation_period_hours": 44.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 46000.0, "rotation_period_hours": 53.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 86000.0, "rotation_period_hours": 30.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ536.json b/docs/atlas/proposals/GJ536.json index 22fe7a400..73688b8c0 100644 --- a/docs/atlas/proposals/GJ536.json +++ b/docs/atlas/proposals/GJ536.json @@ -25,7 +25,7 @@ "orbital_period_days": 20.0, "rotation_period_hours": 480.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 58.0, "rotation_period_hours": 26.0, "atmosphere": "standard", - "biome_summary": "temperate_highland", + "planet_class": "temperate_highland", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "village_network", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 360.0, "rotation_period_hours": 29.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1100.0, "rotation_period_hours": 14.5, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 7.8, "rotation_period_hours": 187.2, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 3200.0, "rotation_period_hours": 37.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 6800.0, "rotation_period_hours": 47.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 12500.0, "rotation_period_hours": 59.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 22500.0, "rotation_period_hours": 74.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ53A.json b/docs/atlas/proposals/GJ53A.json index 35a9486c9..7a6268ba1 100644 --- a/docs/atlas/proposals/GJ53A.json +++ b/docs/atlas/proposals/GJ53A.json @@ -25,7 +25,7 @@ "orbital_period_days": 38.0, "rotation_period_hours": 19.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 130.0, "rotation_period_hours": 26.8, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 305.0, "rotation_period_hours": 24.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "transit", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1100.0, "rotation_period_hours": 28.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3200.0, "rotation_period_hours": 11.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6.2, "rotation_period_hours": 148.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 13.8, "rotation_period_hours": 331.2, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 7800.0, "rotation_period_hours": 36.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 16000.0, "rotation_period_hours": 44.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 32000.0, "rotation_period_hours": 54.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 58000.0, "rotation_period_hours": 30.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ54.1.json b/docs/atlas/proposals/GJ54.1.json index b15df9a55..a6d825daa 100644 --- a/docs/atlas/proposals/GJ54.1.json +++ b/docs/atlas/proposals/GJ54.1.json @@ -25,7 +25,7 @@ "orbital_period_days": 12.0, "rotation_period_hours": 288.0, "atmosphere": "standard", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": "manufacturing", "settlement_pattern": "urban_concentrated", @@ -45,7 +45,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 42.0, "rotation_period_hours": 22.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 130.0, "rotation_period_hours": 26.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 380.0, "rotation_period_hours": 20.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 940.0, "rotation_period_hours": 17.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 2400.0, "rotation_period_hours": 15.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ54.json b/docs/atlas/proposals/GJ54.json index cfdcfa9fb..9b00a2efc 100644 --- a/docs/atlas/proposals/GJ54.json +++ b/docs/atlas/proposals/GJ54.json @@ -25,7 +25,7 @@ "orbital_period_days": 22.0, "rotation_period_hours": 18.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 26.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 580.0, "rotation_period_hours": 27.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 11.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6.2, "rotation_period_hours": 148.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4600.0, "rotation_period_hours": 34.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 10800.0, "rotation_period_hours": 42.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 24000.0, "rotation_period_hours": 50.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 50000.0, "rotation_period_hours": 28.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ541.json b/docs/atlas/proposals/GJ541.json index 48cd129cf..c9eb96898 100644 --- a/docs/atlas/proposals/GJ541.json +++ b/docs/atlas/proposals/GJ541.json @@ -25,7 +25,7 @@ "orbital_period_days": 35.0, "rotation_period_hours": 20.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 110.0, "rotation_period_hours": 27.8, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 260.0, "rotation_period_hours": 24.6, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 480.0, "rotation_period_hours": 31.2, "atmosphere": "standard", - "biome_summary": "cold_temperate", + "planet_class": "cold_temperate", "hydrosphere": "liquid_water", "economic_role": "research", "settlement_pattern": "urban_concentrated", @@ -105,7 +105,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1600.0, "rotation_period_hours": 12.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5.2, "rotation_period_hours": 124.8, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3800.0, "rotation_period_hours": 38.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 8600.0, "rotation_period_hours": 44.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 19000.0, "rotation_period_hours": 28.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ542.json b/docs/atlas/proposals/GJ542.json index 33021bfe4..180de894b 100644 --- a/docs/atlas/proposals/GJ542.json +++ b/docs/atlas/proposals/GJ542.json @@ -25,7 +25,7 @@ "orbital_period_days": 22.0, "rotation_period_hours": 17.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 25.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "mining", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 560.0, "rotation_period_hours": 27.6, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 11.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.6, "rotation_period_hours": 134.4, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4600.0, "rotation_period_hours": 33.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 10600.0, "rotation_period_hours": 41.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 24000.0, "rotation_period_hours": 49.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 48000.0, "rotation_period_hours": 27.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ546.json b/docs/atlas/proposals/GJ546.json index c7eb256b6..2e2dead41 100644 --- a/docs/atlas/proposals/GJ546.json +++ b/docs/atlas/proposals/GJ546.json @@ -25,7 +25,7 @@ "orbital_period_days": 17.0, "rotation_period_hours": 20.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 27.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 440.0, "rotation_period_hours": 27.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1200.0, "rotation_period_hours": 30.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3400.0, "rotation_period_hours": 37.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 8800.0, "rotation_period_hours": 23.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 22000.0, "rotation_period_hours": 19.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ551.json b/docs/atlas/proposals/GJ551.json index 3cbaf6ee2..4008be48d 100644 --- a/docs/atlas/proposals/GJ551.json +++ b/docs/atlas/proposals/GJ551.json @@ -25,7 +25,7 @@ "orbital_period_days": 11.2, "rotation_period_hours": 268.8, "atmosphere": "breathable", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "rivers", "economic_role": "service_mixed", "settlement_pattern": "urban_concentrated", @@ -45,7 +45,7 @@ "orbital_period_days": 30, "rotation_period_hours": 720, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 200, "rotation_period_hours": 14.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 6000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 9500, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ555.json b/docs/atlas/proposals/GJ555.json index 3447ea4a5..8e2a7b46b 100644 --- a/docs/atlas/proposals/GJ555.json +++ b/docs/atlas/proposals/GJ555.json @@ -25,7 +25,7 @@ "orbital_period_days": 4.6, "rotation_period_hours": 110.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 15.2, "rotation_period_hours": 364.8, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 80.0, "rotation_period_hours": 20.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 350.0, "rotation_period_hours": 12.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.2, "rotation_period_hours": 124.8, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1100.0, "rotation_period_hours": 29.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3000.0, "rotation_period_hours": 23.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 6000, "rotation_period_hours": 18.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ556.json b/docs/atlas/proposals/GJ556.json index b92c2e99a..68bef709e 100644 --- a/docs/atlas/proposals/GJ556.json +++ b/docs/atlas/proposals/GJ556.json @@ -25,7 +25,7 @@ "orbital_period_days": 9.4, "rotation_period_hours": 225.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 70.0, "rotation_period_hours": 27.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 240.0, "rotation_period_hours": 25.4, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 720.0, "rotation_period_hours": 29.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2000.0, "rotation_period_hours": 22.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5400.0, "rotation_period_hours": 18.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ559B.json b/docs/atlas/proposals/GJ559B.json index f6ac9cbd3..2f3b4bd9b 100644 --- a/docs/atlas/proposals/GJ559B.json +++ b/docs/atlas/proposals/GJ559B.json @@ -25,7 +25,7 @@ "orbital_period_days": 40, "rotation_period_hours": 900, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 320, "rotation_period_hours": 25.2, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "rivers", "economic_role": "service_mixed", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": 15.0, "rotation_period_hours": 360, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 800, "rotation_period_hours": 19.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 9500, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4500, "rotation_period_hours": 16.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ566A.json b/docs/atlas/proposals/GJ566A.json index bac24a7d5..51e907ccc 100644 --- a/docs/atlas/proposals/GJ566A.json +++ b/docs/atlas/proposals/GJ566A.json @@ -25,7 +25,7 @@ "orbital_period_days": 32.0, "rotation_period_hours": 20.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 280.0, "rotation_period_hours": 25.6, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "commercial", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 740.0, "rotation_period_hours": 27.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2600.0, "rotation_period_hours": 10.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.4, "rotation_period_hours": 129.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 11.6, "rotation_period_hours": 278.4, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 6400.0, "rotation_period_hours": 36.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 13500.0, "rotation_period_hours": 44.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 26000.0, "rotation_period_hours": 52.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 44000.0, "rotation_period_hours": 64.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 72000.0, "rotation_period_hours": 34.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ566B.json b/docs/atlas/proposals/GJ566B.json index f640e3ce3..c968077f6 100644 --- a/docs/atlas/proposals/GJ566B.json +++ b/docs/atlas/proposals/GJ566B.json @@ -25,7 +25,7 @@ "orbital_period_days": 16.0, "rotation_period_hours": 384.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 160.0, "rotation_period_hours": 26.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "manufacturing", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 480.0, "rotation_period_hours": 27.2, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 11.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.4, "rotation_period_hours": 129.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 12.8, "rotation_period_hours": 307.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3800.0, "rotation_period_hours": 33.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 8800.0, "rotation_period_hours": 41.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 20000.0, "rotation_period_hours": 49.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 42000.0, "rotation_period_hours": 28.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ567.json b/docs/atlas/proposals/GJ567.json index fba86313b..697dfb8be 100644 --- a/docs/atlas/proposals/GJ567.json +++ b/docs/atlas/proposals/GJ567.json @@ -25,7 +25,7 @@ "orbital_period_days": 30.0, "rotation_period_hours": 22.5, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 92.0, "rotation_period_hours": 25.6, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "manufacturing", "settlement_pattern": "village_network", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 510.0, "rotation_period_hours": 30.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1700.0, "rotation_period_hours": 13.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 9.0, "rotation_period_hours": 216.0, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4600.0, "rotation_period_hours": 39.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 9200.0, "rotation_period_hours": 50.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 16800.0, "rotation_period_hours": 63.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 30000.0, "rotation_period_hours": 78.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ570A.json b/docs/atlas/proposals/GJ570A.json index ee1070398..d68787495 100644 --- a/docs/atlas/proposals/GJ570A.json +++ b/docs/atlas/proposals/GJ570A.json @@ -25,7 +25,7 @@ "orbital_period_days": 18, "rotation_period_hours": 430, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 60, "rotation_period_hours": 1440, "atmosphere": "toxic", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 180, "rotation_period_hours": 20.0, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 400, "rotation_period_hours": 17.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 750, "rotation_period_hours": 15.5, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 2200, "rotation_period_hours": 11.5, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 4.0, "rotation_period_hours": 96, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 9.0, "rotation_period_hours": 216, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ575A.json b/docs/atlas/proposals/GJ575A.json index 8f2cf64ac..98bcc3e4f 100644 --- a/docs/atlas/proposals/GJ575A.json +++ b/docs/atlas/proposals/GJ575A.json @@ -5,20 +5,20 @@ "spectral_class": "G2V + G2V", "wiki_data": {"habitable_count": 1, "inhabited_count": 1, "has_gas_giant": true, "has_asteroid_belt": true, "has_horizon_station": true, "raw_bodies_line": null}, "bodies": [ - {"body_id": "GJ575Ab", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.38, "orbital_period_days": 50, "rotation_period_hours": 18.0, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched, binary illumination"}, - {"body_id": "GJ575Ac", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.52, "orbital_period_days": 110, "rotation_period_hours": 22.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "hot rocky"}, - {"body_id": "GJ575Ad", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.58, "orbital_period_days": 220, "rotation_period_hours": 20.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "trace", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "warm rocky, inner HZ edge"}, - {"body_id": "GJ575Ae", "proper_name": "Sawantwadi", "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": true, "population": 80000000, "mass_class": "terrestrial", "surface_gravity": 0.94, "orbital_period_days": 450, "rotation_period_hours": 24.0, "atmosphere": "breathable", "biome_summary": "temperate", "hydrosphere": "moderate", "economic_role": "agriculture", "settlement_pattern": "dispersed", "industrial_corridor": null, "notes": "primary inhabited world, G2V+G2V twin-sun binary illumination, dual-star growth cycles, irreplaceable spice-crop complex, Desai family cultivation tradition, Wave 2 Konkan-coast heritage, agricultural monopoly by physics"}, - {"body_id": "GJ575Ae-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ575Ae", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, - {"body_id": "GJ575Af", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.42, "orbital_period_days": 850, "rotation_period_hours": 18.0, "atmosphere": "thin", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer HZ edge"}, - {"body_id": "GJ575Ag", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 1700, "rotation_period_hours": 16.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, - {"body_id": "GJ575Ah", "proper_name": null, "body_type": "gas_giant", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 4200, "rotation_period_hours": 10.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "large gas giant"}, - {"body_id": "GJ575Ah-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ575Ah", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.07, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ575Ah-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ575Ah", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ575Ai", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.25, "orbital_period_days": 8500, "rotation_period_hours": 20.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, - {"body_id": "GJ575Aj", "proper_name": null, "body_type": "planet", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 16000, "rotation_period_hours": 24.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ575A-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, - {"body_id": "GJ575A-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 11, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ575Ab", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.38, "orbital_period_days": 50, "rotation_period_hours": 18.0, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched, binary illumination"}, + {"body_id": "GJ575Ac", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.52, "orbital_period_days": 110, "rotation_period_hours": 22.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "hot rocky"}, + {"body_id": "GJ575Ad", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.58, "orbital_period_days": 220, "rotation_period_hours": 20.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "trace", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "warm rocky, inner HZ edge"}, + {"body_id": "GJ575Ae", "proper_name": "Sawantwadi", "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": true, "population": 80000000, "mass_class": "terrestrial", "surface_gravity": 0.94, "orbital_period_days": 450, "rotation_period_hours": 24.0, "atmosphere": "breathable", "planet_class": "temperate", "hydrosphere": "moderate", "economic_role": "agriculture", "settlement_pattern": "dispersed", "industrial_corridor": null, "notes": "primary inhabited world, G2V+G2V twin-sun binary illumination, dual-star growth cycles, irreplaceable spice-crop complex, Desai family cultivation tradition, Wave 2 Konkan-coast heritage, agricultural monopoly by physics"}, + {"body_id": "GJ575Ae-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ575Ae", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, + {"body_id": "GJ575Af", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.42, "orbital_period_days": 850, "rotation_period_hours": 18.0, "atmosphere": "thin", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer HZ edge"}, + {"body_id": "GJ575Ag", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 1700, "rotation_period_hours": 16.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, + {"body_id": "GJ575Ah", "proper_name": null, "body_type": "gas_giant", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 4200, "rotation_period_hours": 10.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "large gas giant"}, + {"body_id": "GJ575Ah-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ575Ah", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.07, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ575Ah-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ575Ah", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ575Ai", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.25, "orbital_period_days": 8500, "rotation_period_hours": 20.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, + {"body_id": "GJ575Aj", "proper_name": null, "body_type": "planet", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 16000, "rotation_period_hours": 24.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ575A-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, + {"body_id": "GJ575A-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 11, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ575Ae-S1", "proper_name": "Vengurla", "orbits_body_id": "GJ575Ae", "station_type": "agricultural", "population": 3000000, "economic_role": "agriculture", "docking_class": "standard", "has_gate_infrastructure": false, "notes": "spice-crop export terminal, Desai family cultivation knowledge center, no written documentation of process"}, diff --git a/docs/atlas/proposals/GJ581.json b/docs/atlas/proposals/GJ581.json index aa9458816..811bf0e6b 100644 --- a/docs/atlas/proposals/GJ581.json +++ b/docs/atlas/proposals/GJ581.json @@ -25,7 +25,7 @@ "orbital_period_days": 3.8, "rotation_period_hours": 91.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 12.0, "rotation_period_hours": 288.0, "atmosphere": "standard", - "biome_summary": "geothermal", + "planet_class": "geothermal", "hydrosphere": "subsurface_liquid", "economic_role": "mining", "settlement_pattern": "underground_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 68.0, "rotation_period_hours": 21.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 280.0, "rotation_period_hours": 12.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 4.8, "rotation_period_hours": 115.2, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 860.0, "rotation_period_hours": 29.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 2400.0, "rotation_period_hours": 37.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 5600.0, "rotation_period_hours": 24.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ588.json b/docs/atlas/proposals/GJ588.json index 879b01f86..92c425b16 100644 --- a/docs/atlas/proposals/GJ588.json +++ b/docs/atlas/proposals/GJ588.json @@ -25,7 +25,7 @@ "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 18, "rotation_period_hours": 432, "atmosphere": "breathable", - "biome_summary": "temperate-cool", + "planet_class": "temperate-cool", "hydrosphere": "moderate", "economic_role": "agriculture", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": 45, "rotation_period_hours": 1080, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 120, "rotation_period_hours": 16.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 600, "rotation_period_hours": 10.5, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 2200, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 4500, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ598.json b/docs/atlas/proposals/GJ598.json index f9ac94a1c..53e254799 100644 --- a/docs/atlas/proposals/GJ598.json +++ b/docs/atlas/proposals/GJ598.json @@ -25,7 +25,7 @@ "orbital_period_days": 72.0, "rotation_period_hours": 17.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 280.0, "rotation_period_hours": 23.4, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 650.0, "rotation_period_hours": 27.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1500.0, "rotation_period_hours": 26.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 4800.0, "rotation_period_hours": 10.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 7.4, "rotation_period_hours": 177.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 11000.0, "rotation_period_hours": 35.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 26000.0, "rotation_period_hours": 44.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 56000.0, "rotation_period_hours": 52.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 110000.0, "rotation_period_hours": 30.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ601A.json b/docs/atlas/proposals/GJ601A.json index 8bd64ca98..5189036b8 100644 --- a/docs/atlas/proposals/GJ601A.json +++ b/docs/atlas/proposals/GJ601A.json @@ -25,7 +25,7 @@ "orbital_period_days": 88.0, "rotation_period_hours": 18.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 320.0, "rotation_period_hours": 22.6, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 920.0, "rotation_period_hours": 28.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2200.0, "rotation_period_hours": 26.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6800.0, "rotation_period_hours": 10.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 7.2, "rotation_period_hours": 172.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 15.8, "rotation_period_hours": 379.2, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 16000.0, "rotation_period_hours": 36.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 36000.0, "rotation_period_hours": 44.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 72000.0, "rotation_period_hours": 52.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 140000.0, "rotation_period_hours": 32.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ603.json b/docs/atlas/proposals/GJ603.json index eaafd1137..b8e5ce434 100644 --- a/docs/atlas/proposals/GJ603.json +++ b/docs/atlas/proposals/GJ603.json @@ -25,7 +25,7 @@ "orbital_period_days": 42.0, "rotation_period_hours": 17.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 350.0, "rotation_period_hours": 26.6, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": 700.0, "rotation_period_hours": 23.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2200.0, "rotation_period_hours": 11.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6.2, "rotation_period_hours": 148.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5400.0, "rotation_period_hours": 34.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 12000.0, "rotation_period_hours": 43.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 26000.0, "rotation_period_hours": 52.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 56000.0, "rotation_period_hours": 30.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 114000.0, "rotation_period_hours": 25.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ61.json b/docs/atlas/proposals/GJ61.json index d01542aa5..64b7549bf 100644 --- a/docs/atlas/proposals/GJ61.json +++ b/docs/atlas/proposals/GJ61.json @@ -25,7 +25,7 @@ "orbital_period_days": 48.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 350.0, "rotation_period_hours": 26.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "research", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": 780.0, "rotation_period_hours": 24.2, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2600.0, "rotation_period_hours": 11.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6.8, "rotation_period_hours": 163.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6400.0, "rotation_period_hours": 35.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 14000.0, "rotation_period_hours": 44.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 32000.0, "rotation_period_hours": 52.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 68000.0, "rotation_period_hours": 30.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 140000.0, "rotation_period_hours": 25.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ615.json b/docs/atlas/proposals/GJ615.json index 3d729bb5e..4d815f6f0 100644 --- a/docs/atlas/proposals/GJ615.json +++ b/docs/atlas/proposals/GJ615.json @@ -25,7 +25,7 @@ "orbital_period_days": 28.0, "rotation_period_hours": 19.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 280.0, "rotation_period_hours": 26.2, "atmosphere": "standard", - "biome_summary": "boreal", + "planet_class": "boreal", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 720.0, "rotation_period_hours": 27.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2200.0, "rotation_period_hours": 11.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.8, "rotation_period_hours": 139.2, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5600.0, "rotation_period_hours": 34.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 12400.0, "rotation_period_hours": 42.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 26000.0, "rotation_period_hours": 49.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 52000.0, "rotation_period_hours": 28.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ616.json b/docs/atlas/proposals/GJ616.json index 0de6ab967..daf695194 100644 --- a/docs/atlas/proposals/GJ616.json +++ b/docs/atlas/proposals/GJ616.json @@ -25,7 +25,7 @@ "orbital_period_days": 28.0, "rotation_period_hours": 20.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 26.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 580.0, "rotation_period_hours": 27.6, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 12.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6.2, "rotation_period_hours": 148.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4800.0, "rotation_period_hours": 34.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 11000.0, "rotation_period_hours": 42.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 26000.0, "rotation_period_hours": 28.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 54000.0, "rotation_period_hours": 22.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ620.1A.json b/docs/atlas/proposals/GJ620.1A.json index 1285ad7b2..fcccbe730 100644 --- a/docs/atlas/proposals/GJ620.1A.json +++ b/docs/atlas/proposals/GJ620.1A.json @@ -25,7 +25,7 @@ "orbital_period_days": 46.0, "rotation_period_hours": 19.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 150.0, "rotation_period_hours": 24.8, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 330.0, "rotation_period_hours": 25.6, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "mining", "settlement_pattern": "dispersed", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 980.0, "rotation_period_hours": 27.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2800.0, "rotation_period_hours": 11.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5.8, "rotation_period_hours": 139.2, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 7200.0, "rotation_period_hours": 34.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 15000.0, "rotation_period_hours": 42.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 32000.0, "rotation_period_hours": 28.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 58000.0, "rotation_period_hours": 22.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ624.json b/docs/atlas/proposals/GJ624.json index 6faa51c0a..6adb649ae 100644 --- a/docs/atlas/proposals/GJ624.json +++ b/docs/atlas/proposals/GJ624.json @@ -25,7 +25,7 @@ "orbital_period_days": 52.0, "rotation_period_hours": 17.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 23.4, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 480.0, "rotation_period_hours": 26.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1100.0, "rotation_period_hours": 27.2, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3600.0, "rotation_period_hours": 10.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6.6, "rotation_period_hours": 158.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 14.2, "rotation_period_hours": 340.8, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 8800.0, "rotation_period_hours": 35.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 20000.0, "rotation_period_hours": 44.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 42000.0, "rotation_period_hours": 52.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 80000.0, "rotation_period_hours": 31.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ625.json b/docs/atlas/proposals/GJ625.json index af6bb8336..e5bb75400 100644 --- a/docs/atlas/proposals/GJ625.json +++ b/docs/atlas/proposals/GJ625.json @@ -25,7 +25,7 @@ "orbital_period_days": 8.4, "rotation_period_hours": 201.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 65.0, "rotation_period_hours": 1560.0, "atmosphere": "standard", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": "commercial", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": 110.0, "rotation_period_hours": 2640.0, "atmosphere": "standard", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 520.0, "rotation_period_hours": 11.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.4, "rotation_period_hours": 129.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 11.8, "rotation_period_hours": 283.2, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 1600.0, "rotation_period_hours": 32.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 40.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 9800.0, "rotation_period_hours": 26.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ628.json b/docs/atlas/proposals/GJ628.json index 57f83b5a0..64fe10c75 100644 --- a/docs/atlas/proposals/GJ628.json +++ b/docs/atlas/proposals/GJ628.json @@ -25,7 +25,7 @@ "orbital_period_days": 4.8, "rotation_period_hours": 115.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 18.0, "rotation_period_hours": 432.0, "atmosphere": "standard", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": "mining", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": "mining", "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 95.0, "rotation_period_hours": 21.6, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 380.0, "rotation_period_hours": 12.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.2, "rotation_period_hours": 124.8, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": "mining", "settlement_pattern": "dispersed", @@ -145,7 +145,7 @@ "orbital_period_days": 1200.0, "rotation_period_hours": 30.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3200.0, "rotation_period_hours": 38.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 7400.0, "rotation_period_hours": 25.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ631.json b/docs/atlas/proposals/GJ631.json index b4691e46c..f4846dd33 100644 --- a/docs/atlas/proposals/GJ631.json +++ b/docs/atlas/proposals/GJ631.json @@ -25,7 +25,7 @@ "orbital_period_days": 22.0, "rotation_period_hours": 18.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 26.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "mining", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": "mining", "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 680.0, "rotation_period_hours": 28.2, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2200.0, "rotation_period_hours": 11.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.8, "rotation_period_hours": 139.2, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5800.0, "rotation_period_hours": 34.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 13200.0, "rotation_period_hours": 42.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 28000.0, "rotation_period_hours": 29.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 52000.0, "rotation_period_hours": 22.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ635A.json b/docs/atlas/proposals/GJ635A.json index 6c5c9cc72..3351c50c4 100644 --- a/docs/atlas/proposals/GJ635A.json +++ b/docs/atlas/proposals/GJ635A.json @@ -25,7 +25,7 @@ "orbital_period_days": 42.0, "rotation_period_hours": 16.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 180.0, "rotation_period_hours": 22.4, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 540.0, "rotation_period_hours": 27.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1200.0, "rotation_period_hours": 26.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3800.0, "rotation_period_hours": 11.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6.2, "rotation_period_hours": 148.8, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 9200.0, "rotation_period_hours": 35.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 21000.0, "rotation_period_hours": 43.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 36000.0, "rotation_period_hours": 50.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 72000.0, "rotation_period_hours": 32.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ635B.json b/docs/atlas/proposals/GJ635B.json index 7d36d3c5d..fae93396e 100644 --- a/docs/atlas/proposals/GJ635B.json +++ b/docs/atlas/proposals/GJ635B.json @@ -25,7 +25,7 @@ "orbital_period_days": 24.0, "rotation_period_hours": 19.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 120.0, "rotation_period_hours": 25.4, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 280.0, "rotation_period_hours": 27.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "research", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 12.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 4.6, "rotation_period_hours": 110.4, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 3600.0, "rotation_period_hours": 34.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 8000.0, "rotation_period_hours": 42.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 17000.0, "rotation_period_hours": 27.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 36000.0, "rotation_period_hours": 23.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ638.json b/docs/atlas/proposals/GJ638.json index c57f9a9d5..40c779872 100644 --- a/docs/atlas/proposals/GJ638.json +++ b/docs/atlas/proposals/GJ638.json @@ -25,7 +25,7 @@ "orbital_period_days": 15, "rotation_period_hours": 360, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 40, "rotation_period_hours": 960, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 100, "rotation_period_hours": 22.0, "atmosphere": "breathable", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "minimal", "economic_role": "extraction", "settlement_pattern": "concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": 250, "rotation_period_hours": 17.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 600, "rotation_period_hours": 15.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1800, "rotation_period_hours": 11.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 4500, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 8500, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ643.json b/docs/atlas/proposals/GJ643.json index 4b2f4feae..386bdc2a2 100644 --- a/docs/atlas/proposals/GJ643.json +++ b/docs/atlas/proposals/GJ643.json @@ -25,7 +25,7 @@ "orbital_period_days": 4.6, "rotation_period_hours": 110.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 18.0, "rotation_period_hours": 52.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "commercial", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 62.0, "rotation_period_hours": 22.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 27.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 580.0, "rotation_period_hours": 20.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1500.0, "rotation_period_hours": 17.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ644A.json b/docs/atlas/proposals/GJ644A.json index d1c9086c1..81c503b56 100644 --- a/docs/atlas/proposals/GJ644A.json +++ b/docs/atlas/proposals/GJ644A.json @@ -25,7 +25,7 @@ "orbital_period_days": 7.8, "rotation_period_hours": 187.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 21.0, "rotation_period_hours": 211.0, "atmosphere": "standard", - "biome_summary": "temperate_savanna", + "planet_class": "temperate_savanna", "hydrosphere": "liquid_water", "economic_role": "manufacturing", "settlement_pattern": "town_network", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 165.0, "rotation_period_hours": 27.5, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 680.0, "rotation_period_hours": 12.7, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 8.2, "rotation_period_hours": 196.8, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 2200.0, "rotation_period_hours": 34.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4800.0, "rotation_period_hours": 41.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 9200.0, "rotation_period_hours": 57.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ644C.json b/docs/atlas/proposals/GJ644C.json index e50261817..975bdef10 100644 --- a/docs/atlas/proposals/GJ644C.json +++ b/docs/atlas/proposals/GJ644C.json @@ -25,7 +25,7 @@ "orbital_period_days": 5.0, "rotation_period_hours": 120.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": "agricultural", "settlement_pattern": "urban_concentrated", @@ -45,7 +45,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 18.0, "rotation_period_hours": 21.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 56.0, "rotation_period_hours": 25.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 180.0, "rotation_period_hours": 19.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 480.0, "rotation_period_hours": 16.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1200.0, "rotation_period_hours": 14.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ653.json b/docs/atlas/proposals/GJ653.json index 6f39f2b6c..ea7b1e056 100644 --- a/docs/atlas/proposals/GJ653.json +++ b/docs/atlas/proposals/GJ653.json @@ -5,19 +5,19 @@ "spectral_class": "K5V", "wiki_data": {"habitable_count": 1, "inhabited_count": 1, "has_gas_giant": true, "has_asteroid_belt": true, "has_horizon_station": true, "raw_bodies_line": null}, "bodies": [ - {"body_id": "GJ653b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.30, "orbital_period_days": 18, "rotation_period_hours": 432, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, tidally locked"}, - {"body_id": "GJ653c", "proper_name": "Brora", "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": true, "population": 40000000, "mass_class": "terrestrial", "surface_gravity": 0.84, "orbital_period_days": 50, "rotation_period_hours": 1200, "atmosphere": "breathable", "biome_summary": "arid", "hydrosphere": "minimal", "economic_role": "extraction", "settlement_pattern": "concentrated", "industrial_corridor": null, "notes": "primary inhabited world, tidally locked, dim K5V light, 300-year mining settlement, Dunmore Miners' Cooperative, terminal grade decline in extraction yields, Wave 3 Scottish founding"}, - {"body_id": "GJ653c-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ653c", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, - {"body_id": "GJ653d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.38, "orbital_period_days": 120, "rotation_period_hours": 16.0, "atmosphere": "thin", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, - {"body_id": "GJ653e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.30, "orbital_period_days": 320, "rotation_period_hours": 15.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, - {"body_id": "GJ653f", "proper_name": null, "body_type": "gas_giant", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 1200, "rotation_period_hours": 11.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, - {"body_id": "GJ653f-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ653f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ653f-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ653f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.03, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ653g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, - {"body_id": "GJ653h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.10, "orbital_period_days": 7500, "rotation_period_hours": 22.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ653i", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.09, "orbital_period_days": 14000, "rotation_period_hours": 24.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ653-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "sparse belt"}, - {"body_id": "GJ653-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ653b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.30, "orbital_period_days": 18, "rotation_period_hours": 432, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, tidally locked"}, + {"body_id": "GJ653c", "proper_name": "Brora", "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": true, "population": 40000000, "mass_class": "terrestrial", "surface_gravity": 0.84, "orbital_period_days": 50, "rotation_period_hours": 1200, "atmosphere": "breathable", "planet_class": "arid", "hydrosphere": "minimal", "economic_role": "extraction", "settlement_pattern": "concentrated", "industrial_corridor": null, "notes": "primary inhabited world, tidally locked, dim K5V light, 300-year mining settlement, Dunmore Miners' Cooperative, terminal grade decline in extraction yields, Wave 3 Scottish founding"}, + {"body_id": "GJ653c-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ653c", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, + {"body_id": "GJ653d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.38, "orbital_period_days": 120, "rotation_period_hours": 16.0, "atmosphere": "thin", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, + {"body_id": "GJ653e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.30, "orbital_period_days": 320, "rotation_period_hours": 15.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, + {"body_id": "GJ653f", "proper_name": null, "body_type": "gas_giant", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 1200, "rotation_period_hours": 11.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, + {"body_id": "GJ653f-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ653f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ653f-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ653f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.03, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ653g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, + {"body_id": "GJ653h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.10, "orbital_period_days": 7500, "rotation_period_hours": 22.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ653i", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.09, "orbital_period_days": 14000, "rotation_period_hours": 24.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ653-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "sparse belt"}, + {"body_id": "GJ653-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ653c-S1", "proper_name": "Kelty", "orbits_body_id": "GJ653c", "station_type": "industrial", "population": 3000000, "economic_role": "extraction", "docking_class": "standard", "has_gate_infrastructure": false, "notes": "Dunmore Miners' Cooperative, extraction export staging, community assembly governance, Caledonia's End kinship connection families"}, diff --git a/docs/atlas/proposals/GJ656.json b/docs/atlas/proposals/GJ656.json index 55377c7aa..de559352a 100644 --- a/docs/atlas/proposals/GJ656.json +++ b/docs/atlas/proposals/GJ656.json @@ -25,7 +25,7 @@ "orbital_period_days": 10.8, "rotation_period_hours": 259.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 68.0, "rotation_period_hours": 26.8, "atmosphere": "standard", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": "liquid_water", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 230.0, "rotation_period_hours": 25.4, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 700.0, "rotation_period_hours": 29.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1900.0, "rotation_period_hours": 22.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5000.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ65A.json b/docs/atlas/proposals/GJ65A.json index 2c88fa3f2..14e35ec4a 100644 --- a/docs/atlas/proposals/GJ65A.json +++ b/docs/atlas/proposals/GJ65A.json @@ -25,7 +25,7 @@ "orbital_period_days": 3, "rotation_period_hours": 72, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 8, "rotation_period_hours": 192, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 20, "rotation_period_hours": 480, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 55, "rotation_period_hours": 1320, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 350, "rotation_period_hours": 11.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 1200, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ660A.json b/docs/atlas/proposals/GJ660A.json index 4e3b309e6..e4793e597 100644 --- a/docs/atlas/proposals/GJ660A.json +++ b/docs/atlas/proposals/GJ660A.json @@ -25,7 +25,7 @@ "orbital_period_days": 20.0, "rotation_period_hours": 18.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 70.0, "rotation_period_hours": 24.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 330.0, "rotation_period_hours": 29.4, "atmosphere": "thin", - "biome_summary": "volcanic", + "planet_class": "volcanic", "hydrosphere": null, "economic_role": "energy", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": 700.0, "rotation_period_hours": 33.6, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2000.0, "rotation_period_hours": 11.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5.4, "rotation_period_hours": 129.6, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4800.0, "rotation_period_hours": 37.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 10500.0, "rotation_period_hours": 43.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 23000.0, "rotation_period_hours": 25.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 46000.0, "rotation_period_hours": 22.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ661A.json b/docs/atlas/proposals/GJ661A.json index f7e3d8075..e706b093e 100644 --- a/docs/atlas/proposals/GJ661A.json +++ b/docs/atlas/proposals/GJ661A.json @@ -25,7 +25,7 @@ "orbital_period_days": 16, "rotation_period_hours": 384, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 65, "rotation_period_hours": 1560, "atmosphere": "toxic", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 250, "rotation_period_hours": 25.0, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "rivers", "economic_role": "service_mixed", "settlement_pattern": "dispersed_rural", @@ -85,7 +85,7 @@ "orbital_period_days": 18.0, "rotation_period_hours": 432, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 500, "rotation_period_hours": 18.5, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 850, "rotation_period_hours": 16.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1300, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 2600, "rotation_period_hours": 12.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 4.5, "rotation_period_hours": 108, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 10.0, "rotation_period_hours": 240, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ661B.json b/docs/atlas/proposals/GJ661B.json index e30f633b7..0f6422702 100644 --- a/docs/atlas/proposals/GJ661B.json +++ b/docs/atlas/proposals/GJ661B.json @@ -25,7 +25,7 @@ "orbital_period_days": 68.0, "rotation_period_hours": 17.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 260.0, "rotation_period_hours": 23.4, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 620.0, "rotation_period_hours": 27.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 26.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 4600.0, "rotation_period_hours": 10.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 7.2, "rotation_period_hours": 172.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 16.4, "rotation_period_hours": 393.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 11000.0, "rotation_period_hours": 35.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 26000.0, "rotation_period_hours": 44.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 54000.0, "rotation_period_hours": 52.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 110000.0, "rotation_period_hours": 30.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ663A.json b/docs/atlas/proposals/GJ663A.json index fd82fcf71..c584dffd6 100644 --- a/docs/atlas/proposals/GJ663A.json +++ b/docs/atlas/proposals/GJ663A.json @@ -25,7 +25,7 @@ "orbital_period_days": 30, "rotation_period_hours": 720, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 80, "rotation_period_hours": 1920, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": "extraction", "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 12.0, "rotation_period_hours": 288, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": "extraction", "settlement_pattern": "domed", @@ -85,7 +85,7 @@ "orbital_period_days": 200, "rotation_period_hours": 18.0, "atmosphere": "thin", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 450, "rotation_period_hours": 16.5, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 800, "rotation_period_hours": 20.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1300, "rotation_period_hours": 15.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": "extraction", "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 2800, "rotation_period_hours": 11.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 4.0, "rotation_period_hours": 96, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 10.0, "rotation_period_hours": 240, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ664.json b/docs/atlas/proposals/GJ664.json index 50dd3ec4f..63dd09b58 100644 --- a/docs/atlas/proposals/GJ664.json +++ b/docs/atlas/proposals/GJ664.json @@ -25,7 +25,7 @@ "orbital_period_days": 15, "rotation_period_hours": 360, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 55, "rotation_period_hours": 1320, "atmosphere": "toxic", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 220, "rotation_period_hours": 23.0, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "rivers", "economic_role": "manufacturing", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": 11.0, "rotation_period_hours": 264, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 450, "rotation_period_hours": 18.0, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 750, "rotation_period_hours": 16.5, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1200, "rotation_period_hours": 19.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 2400, "rotation_period_hours": 12.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 4.0, "rotation_period_hours": 96, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 9.0, "rotation_period_hours": 216, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ667A.json b/docs/atlas/proposals/GJ667A.json index c5b4d1471..e5168a3a3 100644 --- a/docs/atlas/proposals/GJ667A.json +++ b/docs/atlas/proposals/GJ667A.json @@ -12,19 +12,19 @@ "raw_bodies_line": null }, "bodies": [ - {"body_id": "GJ667Ab", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 30, "rotation_period_hours": 720, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, tidally locked"}, - {"body_id": "GJ667Ac", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.50, "orbital_period_days": 70, "rotation_period_hours": 22.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, hot arid"}, - {"body_id": "GJ667Ad", "proper_name": "Geelong", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 600000000, "mass_class": "terrestrial", "surface_gravity": 0.92, "orbital_period_days": 160, "rotation_period_hours": 22.0, "atmosphere": "breathable", "biome_summary": "temperate", "hydrosphere": "moderate", "economic_role": "transit", "settlement_pattern": "urban", "industrial_corridor": null, "notes": "primary inhabited world, Wave 3 colony, Commonwealth bicameral governance, junction hub, bonded warehousing district"}, - {"body_id": "GJ667Ad-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ667Ad", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, - {"body_id": "GJ667Ae", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.42, "orbital_period_days": 320, "rotation_period_hours": 18.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky, outer habitable zone edge"}, - {"body_id": "GJ667Af", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 830, "rotation_period_hours": 16.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold outer rocky"}, - {"body_id": "GJ667Ag", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 2400, "rotation_period_hours": 11.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, - {"body_id": "GJ667Ag-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ667Ag", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ667Ag-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ667Ag", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ667Ah", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 5200, "rotation_period_hours": 20.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice world"}, - {"body_id": "GJ667Ai", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.12, "orbital_period_days": 9500, "rotation_period_hours": 22.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ667A-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, - {"body_id": "GJ667A-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ667Ab", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 30, "rotation_period_hours": 720, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, tidally locked"}, + {"body_id": "GJ667Ac", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.50, "orbital_period_days": 70, "rotation_period_hours": 22.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, hot arid"}, + {"body_id": "GJ667Ad", "proper_name": "Geelong", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 600000000, "mass_class": "terrestrial", "surface_gravity": 0.92, "orbital_period_days": 160, "rotation_period_hours": 22.0, "atmosphere": "breathable", "planet_class": "temperate", "hydrosphere": "moderate", "economic_role": "transit", "settlement_pattern": "urban", "industrial_corridor": null, "notes": "primary inhabited world, Wave 3 colony, Commonwealth bicameral governance, junction hub, bonded warehousing district"}, + {"body_id": "GJ667Ad-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ667Ad", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, + {"body_id": "GJ667Ae", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.42, "orbital_period_days": 320, "rotation_period_hours": 18.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky, outer habitable zone edge"}, + {"body_id": "GJ667Af", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 830, "rotation_period_hours": 16.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold outer rocky"}, + {"body_id": "GJ667Ag", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 2400, "rotation_period_hours": 11.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, + {"body_id": "GJ667Ag-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ667Ag", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ667Ag-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ667Ag", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ667Ah", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 5200, "rotation_period_hours": 20.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice world"}, + {"body_id": "GJ667Ai", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.12, "orbital_period_days": 9500, "rotation_period_hours": 22.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ667A-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, + {"body_id": "GJ667A-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ667Ad-S1", "proper_name": "Footscray", "orbits_body_id": "GJ667Ad", "station_type": "commercial", "population": 25000000, "economic_role": "transit", "docking_class": "major", "has_gate_infrastructure": false, "notes": "junction transit hub, bonded warehousing, Assembly transit compliance office, delegate with Gateway voting rights"}, diff --git a/docs/atlas/proposals/GJ667B.json b/docs/atlas/proposals/GJ667B.json index 0c82b9331..37dc1b726 100644 --- a/docs/atlas/proposals/GJ667B.json +++ b/docs/atlas/proposals/GJ667B.json @@ -12,20 +12,20 @@ "raw_bodies_line": null }, "bodies": [ - {"body_id": "GJ667Bb", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 25, "rotation_period_hours": 600, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, tidally locked"}, - {"body_id": "GJ667Bc", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.48, "orbital_period_days": 60, "rotation_period_hours": 1440, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, hot"}, - {"body_id": "GJ667Bd", "proper_name": "Jinja", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 1200000000, "mass_class": "terrestrial", "surface_gravity": 0.94, "orbital_period_days": 140, "rotation_period_hours": 21.0, "atmosphere": "breathable", "biome_summary": "temperate", "hydrosphere": "moderate", "economic_role": "transit", "settlement_pattern": "urban", "industrial_corridor": "gate_corp", "notes": "primary inhabited world, Wave 3 colony, Nakibuuka founding family, East African heritage, 4-aperture hub, cannot feed itself, dependent on food imports"}, - {"body_id": "GJ667Bd-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ667Bd", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 8, "rotation_period_hours": 192, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, - {"body_id": "GJ667Be", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.40, "orbital_period_days": 280, "rotation_period_hours": 17.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, - {"body_id": "GJ667Bf", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 700, "rotation_period_hours": 15.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, - {"body_id": "GJ667Bg", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 2000, "rotation_period_hours": 10.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "large gas giant"}, - {"body_id": "GJ667Bg-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ667Bg", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.07, "orbital_period_days": 4, "rotation_period_hours": 96, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ667Bg-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ667Bg", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ667Bg-3", "proper_name": null, "body_type": "moon", "orbit_index": 3, "parent_body_id": "GJ667Bg", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.03, "orbital_period_days": 22, "rotation_period_hours": 528, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice moon"}, - {"body_id": "GJ667Bh", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.25, "orbital_period_days": 4800, "rotation_period_hours": 22.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, - {"body_id": "GJ667Bi", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 8500, "rotation_period_hours": 22.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ667B-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, - {"body_id": "GJ667B-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ667Bb", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 25, "rotation_period_hours": 600, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, tidally locked"}, + {"body_id": "GJ667Bc", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.48, "orbital_period_days": 60, "rotation_period_hours": 1440, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, hot"}, + {"body_id": "GJ667Bd", "proper_name": "Jinja", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 1200000000, "mass_class": "terrestrial", "surface_gravity": 0.94, "orbital_period_days": 140, "rotation_period_hours": 21.0, "atmosphere": "breathable", "planet_class": "temperate", "hydrosphere": "moderate", "economic_role": "transit", "settlement_pattern": "urban", "industrial_corridor": "gate_corp", "notes": "primary inhabited world, Wave 3 colony, Nakibuuka founding family, East African heritage, 4-aperture hub, cannot feed itself, dependent on food imports"}, + {"body_id": "GJ667Bd-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ667Bd", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 8, "rotation_period_hours": 192, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, + {"body_id": "GJ667Be", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.40, "orbital_period_days": 280, "rotation_period_hours": 17.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, + {"body_id": "GJ667Bf", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 700, "rotation_period_hours": 15.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, + {"body_id": "GJ667Bg", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 2000, "rotation_period_hours": 10.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "large gas giant"}, + {"body_id": "GJ667Bg-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ667Bg", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.07, "orbital_period_days": 4, "rotation_period_hours": 96, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ667Bg-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ667Bg", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ667Bg-3", "proper_name": null, "body_type": "moon", "orbit_index": 3, "parent_body_id": "GJ667Bg", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.03, "orbital_period_days": 22, "rotation_period_hours": 528, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice moon"}, + {"body_id": "GJ667Bh", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.25, "orbital_period_days": 4800, "rotation_period_hours": 22.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, + {"body_id": "GJ667Bi", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 8500, "rotation_period_hours": 22.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ667B-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, + {"body_id": "GJ667B-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ667Bd-S1", "proper_name": "Mengo", "orbits_body_id": "GJ667Bd", "station_type": "commercial", "population": 45000000, "economic_role": "transit", "docking_class": "major", "has_gate_infrastructure": false, "notes": "primary transit hub, bonded warehousing, hazardous-cargo certification, multi-aperture coordination center, Assembly transit compliance office"}, diff --git a/docs/atlas/proposals/GJ667C.json b/docs/atlas/proposals/GJ667C.json index eb6ca1127..4937505ae 100644 --- a/docs/atlas/proposals/GJ667C.json +++ b/docs/atlas/proposals/GJ667C.json @@ -25,7 +25,7 @@ "orbital_period_days": 7.2, "rotation_period_hours": 172.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 28.0, "rotation_period_hours": 672.0, "atmosphere": "standard", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 42.0, "rotation_period_hours": 1008.0, "atmosphere": "standard", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 62.0, "rotation_period_hours": 1488.0, "atmosphere": "standard", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": "research", "settlement_pattern": "dispersed", @@ -105,7 +105,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 380.0, "rotation_period_hours": 13.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5.8, "rotation_period_hours": 139.2, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 1200.0, "rotation_period_hours": 30.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 3400.0, "rotation_period_hours": 24.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ66A.json b/docs/atlas/proposals/GJ66A.json index bfc9ae8be..e497ff05e 100644 --- a/docs/atlas/proposals/GJ66A.json +++ b/docs/atlas/proposals/GJ66A.json @@ -25,7 +25,7 @@ "orbital_period_days": 22.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 95.0, "rotation_period_hours": 26.4, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 240.0, "rotation_period_hours": 23.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "transit", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 720.0, "rotation_period_hours": 27.2, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2800.0, "rotation_period_hours": 10.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5.8, "rotation_period_hours": 139.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 12.6, "rotation_period_hours": 302.4, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 7200.0, "rotation_period_hours": 35.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 15600.0, "rotation_period_hours": 43.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 34000.0, "rotation_period_hours": 28.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ66B.json b/docs/atlas/proposals/GJ66B.json index d0b8157e8..354d1878a 100644 --- a/docs/atlas/proposals/GJ66B.json +++ b/docs/atlas/proposals/GJ66B.json @@ -25,7 +25,7 @@ "orbital_period_days": 28.0, "rotation_period_hours": 19.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 280.0, "rotation_period_hours": 25.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "mining", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": "mining", "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 820.0, "rotation_period_hours": 27.6, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2600.0, "rotation_period_hours": 11.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6.2, "rotation_period_hours": 148.8, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6800.0, "rotation_period_hours": 34.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 14800.0, "rotation_period_hours": 43.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 30000.0, "rotation_period_hours": 51.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 56000.0, "rotation_period_hours": 29.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ67.json b/docs/atlas/proposals/GJ67.json index 38ad9df71..932a901ba 100644 --- a/docs/atlas/proposals/GJ67.json +++ b/docs/atlas/proposals/GJ67.json @@ -25,7 +25,7 @@ "orbital_period_days": 74.0, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 160.0, "rotation_period_hours": 27.0, "atmosphere": "thick", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 340.0, "rotation_period_hours": 25.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "village_network", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 740.0, "rotation_period_hours": 30.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2400.0, "rotation_period_hours": 11.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 8.7, "rotation_period_hours": 208.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 18.5, "rotation_period_hours": 444.0, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 5600.0, "rotation_period_hours": 40.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 10500.0, "rotation_period_hours": 52.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 19000.0, "rotation_period_hours": 65.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 34500.0, "rotation_period_hours": 80.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ6711.json b/docs/atlas/proposals/GJ6711.json index 627dc0bd2..63ef2f9a7 100644 --- a/docs/atlas/proposals/GJ6711.json +++ b/docs/atlas/proposals/GJ6711.json @@ -25,7 +25,7 @@ "orbital_period_days": 18.0, "rotation_period_hours": 15.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 180.0, "rotation_period_hours": 26.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": 420.0, "rotation_period_hours": 24.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1600.0, "rotation_period_hours": 14.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.4, "rotation_period_hours": 129.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 12.6, "rotation_period_hours": 302.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 35.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 10400.0, "rotation_period_hours": 44.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 26000.0, "rotation_period_hours": 50.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 58000.0, "rotation_period_hours": 19.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ672.json b/docs/atlas/proposals/GJ672.json index 8b3b1ee8b..9eb956ea7 100644 --- a/docs/atlas/proposals/GJ672.json +++ b/docs/atlas/proposals/GJ672.json @@ -25,7 +25,7 @@ "orbital_period_days": 52.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 23.4, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 460.0, "rotation_period_hours": 26.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1100.0, "rotation_period_hours": 27.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3200.0, "rotation_period_hours": 11.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 7.2, "rotation_period_hours": 172.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 8200.0, "rotation_period_hours": 36.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 18000.0, "rotation_period_hours": 45.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 40000.0, "rotation_period_hours": 53.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 86000.0, "rotation_period_hours": 31.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ673.json b/docs/atlas/proposals/GJ673.json index 254e7bfa4..79cdefdf9 100644 --- a/docs/atlas/proposals/GJ673.json +++ b/docs/atlas/proposals/GJ673.json @@ -25,7 +25,7 @@ "orbital_period_days": 20, "rotation_period_hours": 480, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": "extraction", "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 50, "rotation_period_hours": 20.0, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 120, "rotation_period_hours": 22.0, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "trace", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 8, "rotation_period_hours": 192, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 280, "rotation_period_hours": 17.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 650, "rotation_period_hours": 15.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1800, "rotation_period_hours": 11.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 4500, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 8000, "rotation_period_hours": 24.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ674.json b/docs/atlas/proposals/GJ674.json index 40e1bbfba..08054a1cd 100644 --- a/docs/atlas/proposals/GJ674.json +++ b/docs/atlas/proposals/GJ674.json @@ -25,7 +25,7 @@ "orbital_period_days": 20, "rotation_period_hours": 480, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 230, "rotation_period_hours": 24.2, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "ocean", "economic_role": "extraction", "settlement_pattern": "dispersed_rural", @@ -65,7 +65,7 @@ "orbital_period_days": 12.0, "rotation_period_hours": 288, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 560, "rotation_period_hours": 18.0, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1100, "rotation_period_hours": 16.5, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 9500, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ675.json b/docs/atlas/proposals/GJ675.json index 629e731a3..e36a55f60 100644 --- a/docs/atlas/proposals/GJ675.json +++ b/docs/atlas/proposals/GJ675.json @@ -25,7 +25,7 @@ "orbital_period_days": 30.0, "rotation_period_hours": 19.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 280.0, "rotation_period_hours": 26.6, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 720.0, "rotation_period_hours": 27.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2200.0, "rotation_period_hours": 11.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.6, "rotation_period_hours": 134.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5600.0, "rotation_period_hours": 34.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 12800.0, "rotation_period_hours": 42.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 28000.0, "rotation_period_hours": 51.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 58000.0, "rotation_period_hours": 29.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ68.json b/docs/atlas/proposals/GJ68.json index 8e2b49270..42f48427d 100644 --- a/docs/atlas/proposals/GJ68.json +++ b/docs/atlas/proposals/GJ68.json @@ -12,19 +12,19 @@ "raw_bodies_line": null }, "bodies": [ - {"body_id": "GJ68b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 22, "rotation_period_hours": 528, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky"}, - {"body_id": "GJ68c", "proper_name": "Zomer", "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": true, "population": 800000, "mass_class": "terrestrial", "surface_gravity": 0.88, "orbital_period_days": 180, "rotation_period_hours": 22.0, "atmosphere": "breathable", "biome_summary": "arid", "hydrosphere": "rivers", "economic_role": "agricultural", "settlement_pattern": "dispersed_rural", "industrial_corridor": null, "notes": "warm and dry, root vegetables, legumes, crossbred grains, Raad meets here"}, - {"body_id": "GJ68d", "proper_name": "Lente", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 600000, "mass_class": "terrestrial", "surface_gravity": 0.84, "orbital_period_days": 320, "rotation_period_hours": 25.5, "atmosphere": "breathable", "biome_summary": "temperate", "hydrosphere": "ocean", "economic_role": "agricultural", "settlement_pattern": "dispersed_rural", "industrial_corridor": null, "notes": "cool, high moisture, leafy staples"}, - {"body_id": "GJ68e", "proper_name": "Herfst", "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": true, "population": 400000, "mass_class": "terrestrial", "surface_gravity": 0.80, "orbital_period_days": 480, "rotation_period_hours": 23.0, "atmosphere": "breathable", "biome_summary": "temperate", "hydrosphere": "rivers", "economic_role": "agricultural", "settlement_pattern": "dispersed_rural", "industrial_corridor": null, "notes": "soft fruit land"}, - {"body_id": "GJ68e-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ68e", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 14.0, "rotation_period_hours": 336, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": ""}, - {"body_id": "GJ68f", "proper_name": "Winter", "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": true, "population": 200000, "mass_class": "terrestrial", "surface_gravity": 0.72, "orbital_period_days": 700, "rotation_period_hours": 28.0, "atmosphere": "breathable", "biome_summary": "temperate", "hydrosphere": "rivers", "economic_role": "agricultural", "settlement_pattern": "dispersed_rural", "industrial_corridor": null, "notes": "low gravity pasture, livestock herds"}, - {"body_id": "GJ68g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.45, "orbital_period_days": 1100, "rotation_period_hours": 17.0, "atmosphere": "thin", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": ""}, - {"body_id": "GJ68h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.38, "orbital_period_days": 1600, "rotation_period_hours": 15.5, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer frozen"}, - {"body_id": "GJ68-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": ""}, - {"body_id": "GJ68i", "proper_name": null, "body_type": "gas_giant", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 3000, "rotation_period_hours": 11.5, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": ""}, - {"body_id": "GJ68i-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ68i", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.08, "orbital_period_days": 4.5, "rotation_period_hours": 108, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": ""}, - {"body_id": "GJ68i-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ68i", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 11.0, "rotation_period_hours": 264, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": ""}, - {"body_id": "GJ68-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": ""} + {"body_id": "GJ68b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 22, "rotation_period_hours": 528, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky"}, + {"body_id": "GJ68c", "proper_name": "Zomer", "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": true, "population": 800000, "mass_class": "terrestrial", "surface_gravity": 0.88, "orbital_period_days": 180, "rotation_period_hours": 22.0, "atmosphere": "breathable", "planet_class": "arid", "hydrosphere": "rivers", "economic_role": "agricultural", "settlement_pattern": "dispersed_rural", "industrial_corridor": null, "notes": "warm and dry, root vegetables, legumes, crossbred grains, Raad meets here"}, + {"body_id": "GJ68d", "proper_name": "Lente", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 600000, "mass_class": "terrestrial", "surface_gravity": 0.84, "orbital_period_days": 320, "rotation_period_hours": 25.5, "atmosphere": "breathable", "planet_class": "temperate", "hydrosphere": "ocean", "economic_role": "agricultural", "settlement_pattern": "dispersed_rural", "industrial_corridor": null, "notes": "cool, high moisture, leafy staples"}, + {"body_id": "GJ68e", "proper_name": "Herfst", "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": true, "population": 400000, "mass_class": "terrestrial", "surface_gravity": 0.80, "orbital_period_days": 480, "rotation_period_hours": 23.0, "atmosphere": "breathable", "planet_class": "temperate", "hydrosphere": "rivers", "economic_role": "agricultural", "settlement_pattern": "dispersed_rural", "industrial_corridor": null, "notes": "soft fruit land"}, + {"body_id": "GJ68e-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ68e", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 14.0, "rotation_period_hours": 336, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": ""}, + {"body_id": "GJ68f", "proper_name": "Winter", "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": true, "population": 200000, "mass_class": "terrestrial", "surface_gravity": 0.72, "orbital_period_days": 700, "rotation_period_hours": 28.0, "atmosphere": "breathable", "planet_class": "temperate", "hydrosphere": "rivers", "economic_role": "agricultural", "settlement_pattern": "dispersed_rural", "industrial_corridor": null, "notes": "low gravity pasture, livestock herds"}, + {"body_id": "GJ68g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.45, "orbital_period_days": 1100, "rotation_period_hours": 17.0, "atmosphere": "thin", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": ""}, + {"body_id": "GJ68h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.38, "orbital_period_days": 1600, "rotation_period_hours": 15.5, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer frozen"}, + {"body_id": "GJ68-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": ""}, + {"body_id": "GJ68i", "proper_name": null, "body_type": "gas_giant", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 3000, "rotation_period_hours": 11.5, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": ""}, + {"body_id": "GJ68i-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ68i", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.08, "orbital_period_days": 4.5, "rotation_period_hours": 108, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": ""}, + {"body_id": "GJ68i-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ68i", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 11.0, "rotation_period_hours": 264, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": ""}, + {"body_id": "GJ68-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": ""} ], "stations": [ {"station_id": "GJ68-oort-S1", "proper_name": "Horizon Station", "orbits_body_id": "GJ68-oort", "station_type": "horizon", "population": 0, "economic_role": "transit", "docking_class": "standard", "has_gate_infrastructure": true, "notes": "2 apertures"} diff --git a/docs/atlas/proposals/GJ680.json b/docs/atlas/proposals/GJ680.json index 8fdce66cb..de419ae49 100644 --- a/docs/atlas/proposals/GJ680.json +++ b/docs/atlas/proposals/GJ680.json @@ -5,19 +5,19 @@ "spectral_class": "K5", "wiki_data": {"habitable_count": 2, "inhabited_count": 2, "has_gas_giant": true, "has_asteroid_belt": true, "has_horizon_station": true, "raw_bodies_line": null}, "bodies": [ - {"body_id": "GJ680b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 20, "rotation_period_hours": 480, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, tidally locked"}, - {"body_id": "GJ680c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.48, "orbital_period_days": 55, "rotation_period_hours": 1320, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "rocky, tidally locked"}, - {"body_id": "GJ680d", "proper_name": "Tulbagh", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 150000000, "mass_class": "terrestrial", "surface_gravity": 0.90, "orbital_period_days": 130, "rotation_period_hours": 22.0, "atmosphere": "breathable", "biome_summary": "temperate", "hydrosphere": "moderate", "economic_role": "agriculture", "settlement_pattern": "dispersed", "industrial_corridor": null, "notes": "primary inhabited world, K5 warm steady light, mixed cereal and legume agriculture, Mostert family four of seven agricultural regions, Wave 2 Cape-heritage founders, council of agricultural cooperatives"}, - {"body_id": "GJ680d-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ680d", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 8, "rotation_period_hours": 192, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, - {"body_id": "GJ680e", "proper_name": "Hermanus", "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": true, "population": 8000000, "mass_class": "terrestrial", "surface_gravity": 0.70, "orbital_period_days": 280, "rotation_period_hours": 20.0, "atmosphere": "breathable", "biome_summary": "temperate-cool", "hydrosphere": "extensive", "economic_role": "agriculture", "settlement_pattern": "dispersed", "industrial_corridor": null, "notes": "secondary settlement body, fishing cooperative, marine protein surplus, 300-year cooperative structure"}, - {"body_id": "GJ680f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 650, "rotation_period_hours": 16.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, - {"body_id": "GJ680g", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 2000, "rotation_period_hours": 11.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, - {"body_id": "GJ680g-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ680g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ680g-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ680g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ680h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 5000, "rotation_period_hours": 20.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, - {"body_id": "GJ680i", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 9500, "rotation_period_hours": 22.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ680-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, - {"body_id": "GJ680-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ680b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 20, "rotation_period_hours": 480, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, tidally locked"}, + {"body_id": "GJ680c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.48, "orbital_period_days": 55, "rotation_period_hours": 1320, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "rocky, tidally locked"}, + {"body_id": "GJ680d", "proper_name": "Tulbagh", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 150000000, "mass_class": "terrestrial", "surface_gravity": 0.90, "orbital_period_days": 130, "rotation_period_hours": 22.0, "atmosphere": "breathable", "planet_class": "temperate", "hydrosphere": "moderate", "economic_role": "agriculture", "settlement_pattern": "dispersed", "industrial_corridor": null, "notes": "primary inhabited world, K5 warm steady light, mixed cereal and legume agriculture, Mostert family four of seven agricultural regions, Wave 2 Cape-heritage founders, council of agricultural cooperatives"}, + {"body_id": "GJ680d-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ680d", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 8, "rotation_period_hours": 192, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, + {"body_id": "GJ680e", "proper_name": "Hermanus", "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": true, "population": 8000000, "mass_class": "terrestrial", "surface_gravity": 0.70, "orbital_period_days": 280, "rotation_period_hours": 20.0, "atmosphere": "breathable", "planet_class": "temperate-cool", "hydrosphere": "extensive", "economic_role": "agriculture", "settlement_pattern": "dispersed", "industrial_corridor": null, "notes": "secondary settlement body, fishing cooperative, marine protein surplus, 300-year cooperative structure"}, + {"body_id": "GJ680f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 650, "rotation_period_hours": 16.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, + {"body_id": "GJ680g", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 2000, "rotation_period_hours": 11.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, + {"body_id": "GJ680g-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ680g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ680g-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ680g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ680h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 5000, "rotation_period_hours": 20.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, + {"body_id": "GJ680i", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 9500, "rotation_period_hours": 22.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ680-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, + {"body_id": "GJ680-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ680d-S1", "proper_name": "Elsenburg", "orbits_body_id": "GJ680d", "station_type": "agricultural", "population": 3000000, "economic_role": "agriculture", "docking_class": "standard", "has_gate_infrastructure": false, "notes": "agricultural cooperative trade hub, Mostert family landholdings, light manufacturing, surplus export to Mabaso Junction corridor"}, diff --git a/docs/atlas/proposals/GJ682.json b/docs/atlas/proposals/GJ682.json index 3c1ad8e9c..903f9cff2 100644 --- a/docs/atlas/proposals/GJ682.json +++ b/docs/atlas/proposals/GJ682.json @@ -25,7 +25,7 @@ "orbital_period_days": 3.4, "rotation_period_hours": 81.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 10.8, "rotation_period_hours": 259.2, "atmosphere": "standard", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": "manufacturing", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 72.0, "rotation_period_hours": 21.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 290.0, "rotation_period_hours": 13.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 4.4, "rotation_period_hours": 105.6, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 880.0, "rotation_period_hours": 28.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 2500.0, "rotation_period_hours": 36.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 5800.0, "rotation_period_hours": 23.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ684A.json b/docs/atlas/proposals/GJ684A.json index 1cf99b89f..3876cdc6a 100644 --- a/docs/atlas/proposals/GJ684A.json +++ b/docs/atlas/proposals/GJ684A.json @@ -25,7 +25,7 @@ "orbital_period_days": 50.0, "rotation_period_hours": 18.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 460.0, "rotation_period_hours": 25.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": 780.0, "rotation_period_hours": 24.2, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2600.0, "rotation_period_hours": 11.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 7.2, "rotation_period_hours": 172.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6800.0, "rotation_period_hours": 36.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 15000.0, "rotation_period_hours": 44.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 34000.0, "rotation_period_hours": 52.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 72000.0, "rotation_period_hours": 30.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 150000.0, "rotation_period_hours": 25.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ684B.json b/docs/atlas/proposals/GJ684B.json index 04325739e..2e76aa766 100644 --- a/docs/atlas/proposals/GJ684B.json +++ b/docs/atlas/proposals/GJ684B.json @@ -25,7 +25,7 @@ "orbital_period_days": 22.0, "rotation_period_hours": 19.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 180.0, "rotation_period_hours": 14.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 8.4, "rotation_period_hours": 201.6, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -85,7 +85,7 @@ "orbital_period_days": 18.6, "rotation_period_hours": 446.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 560.0, "rotation_period_hours": 27.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1500.0, "rotation_period_hours": 30.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 36.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 10000.0, "rotation_period_hours": 44.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 24000.0, "rotation_period_hours": 28.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 50000.0, "rotation_period_hours": 22.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ687.json b/docs/atlas/proposals/GJ687.json index 85dabbcc6..17a59f792 100644 --- a/docs/atlas/proposals/GJ687.json +++ b/docs/atlas/proposals/GJ687.json @@ -25,7 +25,7 @@ "orbital_period_days": 4.8, "rotation_period_hours": 115.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 38.0, "rotation_period_hours": 912.0, "atmosphere": "standard", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": "manufacturing", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 95.0, "rotation_period_hours": 21.6, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 420.0, "rotation_period_hours": 13.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.1, "rotation_period_hours": 122.4, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 33.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3600.0, "rotation_period_hours": 42.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 8200.0, "rotation_period_hours": 26.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ688.json b/docs/atlas/proposals/GJ688.json index edebdc234..00e03d8cf 100644 --- a/docs/atlas/proposals/GJ688.json +++ b/docs/atlas/proposals/GJ688.json @@ -25,7 +25,7 @@ "orbital_period_days": 32.0, "rotation_period_hours": 22.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 96.0, "rotation_period_hours": 25.8, "atmosphere": "standard", - "biome_summary": "temperate_maritime", + "planet_class": "temperate_maritime", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "town_network", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 550.0, "rotation_period_hours": 30.5, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1850.0, "rotation_period_hours": 13.0, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 8.4, "rotation_period_hours": 201.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 17.8, "rotation_period_hours": 427.2, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 5000.0, "rotation_period_hours": 40.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 9800.0, "rotation_period_hours": 50.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 18000.0, "rotation_period_hours": 63.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 32500.0, "rotation_period_hours": 79.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ69.json b/docs/atlas/proposals/GJ69.json index 23591691f..6c72cf54e 100644 --- a/docs/atlas/proposals/GJ69.json +++ b/docs/atlas/proposals/GJ69.json @@ -25,7 +25,7 @@ "orbital_period_days": 16.0, "rotation_period_hours": 19.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 25.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 440.0, "rotation_period_hours": 27.2, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 12.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.4, "rotation_period_hours": 129.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 3800.0, "rotation_period_hours": 33.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 8800.0, "rotation_period_hours": 42.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 20000.0, "rotation_period_hours": 28.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 44000.0, "rotation_period_hours": 22.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ693.json b/docs/atlas/proposals/GJ693.json index af7835ffb..bf8ebd283 100644 --- a/docs/atlas/proposals/GJ693.json +++ b/docs/atlas/proposals/GJ693.json @@ -25,7 +25,7 @@ "orbital_period_days": 12.0, "rotation_period_hours": 288.0, "atmosphere": "standard", - "biome_summary": "tropical", + "planet_class": "tropical", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -45,7 +45,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 40.0, "rotation_period_hours": 22.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 130.0, "rotation_period_hours": 27.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 380.0, "rotation_period_hours": 20.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 960.0, "rotation_period_hours": 17.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 2400.0, "rotation_period_hours": 14.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ695A.json b/docs/atlas/proposals/GJ695A.json index 289b04a9e..5d5bd66df 100644 --- a/docs/atlas/proposals/GJ695A.json +++ b/docs/atlas/proposals/GJ695A.json @@ -25,7 +25,7 @@ "orbital_period_days": 52.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 22.8, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 400.0, "rotation_period_hours": 26.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 880.0, "rotation_period_hours": 24.2, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3200.0, "rotation_period_hours": 10.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6.4, "rotation_period_hours": 153.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 8200.0, "rotation_period_hours": 35.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 18000.0, "rotation_period_hours": 44.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 38000.0, "rotation_period_hours": 52.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 76000.0, "rotation_period_hours": 30.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ699.json b/docs/atlas/proposals/GJ699.json index f16798e77..015e7a583 100644 --- a/docs/atlas/proposals/GJ699.json +++ b/docs/atlas/proposals/GJ699.json @@ -25,7 +25,7 @@ "orbital_period_days": 180, "rotation_period_hours": 21.0, "atmosphere": "breathable", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "rivers", "economic_role": "service_mixed", "settlement_pattern": "urban_concentrated", @@ -45,7 +45,7 @@ "orbital_period_days": 8.0, "rotation_period_hours": 192, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 50, "rotation_period_hours": 1200, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 400, "rotation_period_hours": 15.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1500, "rotation_period_hours": 13.5, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3.5, "rotation_period_hours": 84, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 6000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 9500, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ702B.json b/docs/atlas/proposals/GJ702B.json index e434eb06a..229528fae 100644 --- a/docs/atlas/proposals/GJ702B.json +++ b/docs/atlas/proposals/GJ702B.json @@ -25,7 +25,7 @@ "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 55, "rotation_period_hours": 1320, "atmosphere": "toxic", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 140, "rotation_period_hours": 28.0, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 250, "rotation_period_hours": 22.0, "atmosphere": "breathable", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "rivers", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 500, "rotation_period_hours": 18.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "rivers", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 900, "rotation_period_hours": 15.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 2400, "rotation_period_hours": 11.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 3.5, "rotation_period_hours": 84, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 8.0, "rotation_period_hours": 192, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 14.0, "rotation_period_hours": 336, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ706.json b/docs/atlas/proposals/GJ706.json index 7fbbb5975..70b0e9078 100644 --- a/docs/atlas/proposals/GJ706.json +++ b/docs/atlas/proposals/GJ706.json @@ -5,19 +5,19 @@ "spectral_class": "K2V", "wiki_data": {"habitable_count": 1, "inhabited_count": 1, "has_gas_giant": true, "has_asteroid_belt": true, "has_horizon_station": true, "raw_bodies_line": null}, "bodies": [ - {"body_id": "GJ706b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 22, "rotation_period_hours": 18.0, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky"}, - {"body_id": "GJ706c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.48, "orbital_period_days": 60, "rotation_period_hours": 20.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "hot rocky"}, - {"body_id": "GJ706d", "proper_name": "Mawhera", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 45000000, "mass_class": "terrestrial", "surface_gravity": 0.88, "orbital_period_days": 140, "rotation_period_hours": 22.0, "atmosphere": "breathable", "biome_summary": "temperate", "hydrosphere": "moderate", "economic_role": "agriculture", "settlement_pattern": "dispersed", "industrial_corridor": null, "notes": "primary inhabited world, K2V orange-tinted light, nephrite-adjacent mineral deposits (ngata jade), Wave 4 Maori-heritage Ngata whanau, pounamu working tradition, handcraft jade production, cross-cultural dialogue with Enugu, Ngata Stone Collective, Cross-Passage Council"}, - {"body_id": "GJ706d-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ706d", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 8, "rotation_period_hours": 192, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, - {"body_id": "GJ706e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.40, "orbital_period_days": 300, "rotation_period_hours": 18.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "trace", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer HZ edge, jade deposit candidate areas"}, - {"body_id": "GJ706f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 700, "rotation_period_hours": 16.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, - {"body_id": "GJ706g", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 2000, "rotation_period_hours": 11.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, - {"body_id": "GJ706g-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ706g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ706g-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ706g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ706h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 5000, "rotation_period_hours": 20.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, - {"body_id": "GJ706i", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 9500, "rotation_period_hours": 22.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ706-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, - {"body_id": "GJ706-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ706b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 22, "rotation_period_hours": 18.0, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky"}, + {"body_id": "GJ706c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.48, "orbital_period_days": 60, "rotation_period_hours": 20.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "hot rocky"}, + {"body_id": "GJ706d", "proper_name": "Mawhera", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 45000000, "mass_class": "terrestrial", "surface_gravity": 0.88, "orbital_period_days": 140, "rotation_period_hours": 22.0, "atmosphere": "breathable", "planet_class": "temperate", "hydrosphere": "moderate", "economic_role": "agriculture", "settlement_pattern": "dispersed", "industrial_corridor": null, "notes": "primary inhabited world, K2V orange-tinted light, nephrite-adjacent mineral deposits (ngata jade), Wave 4 Maori-heritage Ngata whanau, pounamu working tradition, handcraft jade production, cross-cultural dialogue with Enugu, Ngata Stone Collective, Cross-Passage Council"}, + {"body_id": "GJ706d-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ706d", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 8, "rotation_period_hours": 192, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, + {"body_id": "GJ706e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.40, "orbital_period_days": 300, "rotation_period_hours": 18.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "trace", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer HZ edge, jade deposit candidate areas"}, + {"body_id": "GJ706f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 700, "rotation_period_hours": 16.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, + {"body_id": "GJ706g", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 2000, "rotation_period_hours": 11.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, + {"body_id": "GJ706g-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ706g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ706g-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ706g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ706h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 5000, "rotation_period_hours": 20.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, + {"body_id": "GJ706i", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 9500, "rotation_period_hours": 22.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ706-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, + {"body_id": "GJ706-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ706d-S1", "proper_name": "Haumi", "orbits_body_id": "GJ706d", "station_type": "commercial", "population": 2000000, "economic_role": "transit", "docking_class": "standard", "has_gate_infrastructure": false, "notes": "Ngata Stone Collective export and authentication, jade buyer hospitality, Cross-Passage Council facilities, Outer Survey office"}, diff --git a/docs/atlas/proposals/GJ707.json b/docs/atlas/proposals/GJ707.json index b9ff1d610..4e58c607a 100644 --- a/docs/atlas/proposals/GJ707.json +++ b/docs/atlas/proposals/GJ707.json @@ -25,7 +25,7 @@ "orbital_period_days": 22.0, "rotation_period_hours": 20.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 160.0, "rotation_period_hours": 27.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 480.0, "rotation_period_hours": 25.8, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1300.0, "rotation_period_hours": 29.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3600.0, "rotation_period_hours": 22.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 9200.0, "rotation_period_hours": 18.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ71.json b/docs/atlas/proposals/GJ71.json index f2196f303..e873b44f1 100644 --- a/docs/atlas/proposals/GJ71.json +++ b/docs/atlas/proposals/GJ71.json @@ -25,7 +25,7 @@ "orbital_period_days": 42, "rotation_period_hours": 1012, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 310, "rotation_period_hours": 22.4, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "ocean", "economic_role": "agricultural", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": 520, "rotation_period_hours": 27.1, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "rivers", "economic_role": "agricultural", "settlement_pattern": "dispersed_rural", @@ -85,7 +85,7 @@ "orbital_period_days": 8.2, "rotation_period_hours": 196.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": "transit", "settlement_pattern": "domed", @@ -105,7 +105,7 @@ "orbital_period_days": 1850, "rotation_period_hours": 16.3, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 9500, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 4500, "rotation_period_hours": 16.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ713A.json b/docs/atlas/proposals/GJ713A.json index b5d383bca..ec56c7a10 100644 --- a/docs/atlas/proposals/GJ713A.json +++ b/docs/atlas/proposals/GJ713A.json @@ -25,7 +25,7 @@ "orbital_period_days": 42.0, "rotation_period_hours": 17.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 160.0, "rotation_period_hours": 24.6, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 620.0, "rotation_period_hours": 22.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "transit", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1200.0, "rotation_period_hours": 26.2, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3400.0, "rotation_period_hours": 10.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6.8, "rotation_period_hours": 163.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 14.2, "rotation_period_hours": 340.8, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 8600.0, "rotation_period_hours": 34.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 18000.0, "rotation_period_hours": 42.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 36000.0, "rotation_period_hours": 52.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 64000.0, "rotation_period_hours": 29.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ716.json b/docs/atlas/proposals/GJ716.json index fdbd5d28e..5699506c4 100644 --- a/docs/atlas/proposals/GJ716.json +++ b/docs/atlas/proposals/GJ716.json @@ -5,19 +5,19 @@ "spectral_class": "K1V", "wiki_data": {"habitable_count": 1, "inhabited_count": 1, "has_gas_giant": true, "has_asteroid_belt": true, "has_horizon_station": true, "raw_bodies_line": null}, "bodies": [ - {"body_id": "GJ716b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 25, "rotation_period_hours": 18.0, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky"}, - {"body_id": "GJ716c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.48, "orbital_period_days": 65, "rotation_period_hours": 22.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "warm rocky"}, - {"body_id": "GJ716d", "proper_name": "Laverton", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 30000000, "mass_class": "terrestrial", "surface_gravity": 0.88, "orbital_period_days": 160, "rotation_period_hours": 22.0, "atmosphere": "breathable", "biome_summary": "temperate", "hydrosphere": "moderate", "economic_role": "transit", "settlement_pattern": "concentrated", "industrial_corridor": "mvg", "notes": "primary inhabited world, K1V mild orange light, Wave 4 frontier depot, MVG supply staging, mineral survey support, mixed Australian-heritage admin core, frontier-practical governance"}, - {"body_id": "GJ716d-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ716d", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 8, "rotation_period_hours": 192, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, - {"body_id": "GJ716e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.40, "orbital_period_days": 350, "rotation_period_hours": 18.0, "atmosphere": "thin", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, - {"body_id": "GJ716f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 800, "rotation_period_hours": 16.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky, mostly worked-out deposits"}, - {"body_id": "GJ716g", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 2200, "rotation_period_hours": 11.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, - {"body_id": "GJ716g-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ716g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ716g-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ716g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ716h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 5500, "rotation_period_hours": 20.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, - {"body_id": "GJ716i", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 10000, "rotation_period_hours": 24.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ716-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, - {"body_id": "GJ716-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ716b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 25, "rotation_period_hours": 18.0, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky"}, + {"body_id": "GJ716c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.48, "orbital_period_days": 65, "rotation_period_hours": 22.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "warm rocky"}, + {"body_id": "GJ716d", "proper_name": "Laverton", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 30000000, "mass_class": "terrestrial", "surface_gravity": 0.88, "orbital_period_days": 160, "rotation_period_hours": 22.0, "atmosphere": "breathable", "planet_class": "temperate", "hydrosphere": "moderate", "economic_role": "transit", "settlement_pattern": "concentrated", "industrial_corridor": "mvg", "notes": "primary inhabited world, K1V mild orange light, Wave 4 frontier depot, MVG supply staging, mineral survey support, mixed Australian-heritage admin core, frontier-practical governance"}, + {"body_id": "GJ716d-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ716d", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 8, "rotation_period_hours": 192, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, + {"body_id": "GJ716e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.40, "orbital_period_days": 350, "rotation_period_hours": 18.0, "atmosphere": "thin", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, + {"body_id": "GJ716f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 800, "rotation_period_hours": 16.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky, mostly worked-out deposits"}, + {"body_id": "GJ716g", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 2200, "rotation_period_hours": 11.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, + {"body_id": "GJ716g-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ716g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ716g-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ716g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ716h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 5500, "rotation_period_hours": 20.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, + {"body_id": "GJ716i", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 10000, "rotation_period_hours": 24.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ716-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, + {"body_id": "GJ716-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ716d-S1", "proper_name": "Leonora", "orbits_body_id": "GJ716d", "station_type": "industrial", "population": 5000000, "economic_role": "transit", "docking_class": "standard", "has_gate_infrastructure": false, "notes": "MVG supply depot, mineral survey equipment storage, geological assessment services, sample processing, 90-year-old unfiled survey records"}, diff --git a/docs/atlas/proposals/GJ722.json b/docs/atlas/proposals/GJ722.json index 673a94080..faa92f9ce 100644 --- a/docs/atlas/proposals/GJ722.json +++ b/docs/atlas/proposals/GJ722.json @@ -25,7 +25,7 @@ "orbital_period_days": 9.6, "rotation_period_hours": 230.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 70.0, "rotation_period_hours": 27.6, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 240.0, "rotation_period_hours": 25.8, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 720.0, "rotation_period_hours": 29.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2000.0, "rotation_period_hours": 22.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5400.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ725B.json b/docs/atlas/proposals/GJ725B.json index d01bf88c9..81ebebbbd 100644 --- a/docs/atlas/proposals/GJ725B.json +++ b/docs/atlas/proposals/GJ725B.json @@ -25,7 +25,7 @@ "orbital_period_days": 25, "rotation_period_hours": 620, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 250, "rotation_period_hours": 28.4, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "rivers", "economic_role": "extraction", "settlement_pattern": "dispersed_rural", @@ -65,7 +65,7 @@ "orbital_period_days": 10.5, "rotation_period_hours": 252, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 520, "rotation_period_hours": 22.0, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 9500, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4500, "rotation_period_hours": 16.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 1800, "rotation_period_hours": 14.5, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 5.0, "rotation_period_hours": 120, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ726.json b/docs/atlas/proposals/GJ726.json index ecaef6913..8fb042aa3 100644 --- a/docs/atlas/proposals/GJ726.json +++ b/docs/atlas/proposals/GJ726.json @@ -25,7 +25,7 @@ "orbital_period_days": 18.0, "rotation_period_hours": 20.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 26.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 440.0, "rotation_period_hours": 27.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1200.0, "rotation_period_hours": 30.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3400.0, "rotation_period_hours": 36.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 8800.0, "rotation_period_hours": 23.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 22000.0, "rotation_period_hours": 18.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ729.json b/docs/atlas/proposals/GJ729.json index cc938947f..cade2aa14 100644 --- a/docs/atlas/proposals/GJ729.json +++ b/docs/atlas/proposals/GJ729.json @@ -25,7 +25,7 @@ "orbital_period_days": 7, "rotation_period_hours": 168, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 22, "rotation_period_hours": 528, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 60, "rotation_period_hours": 1440, "atmosphere": "thin", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": "extraction", "settlement_pattern": "cave", @@ -85,7 +85,7 @@ "orbital_period_days": 150, "rotation_period_hours": 14.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 400, "rotation_period_hours": 17.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ737B.json b/docs/atlas/proposals/GJ737B.json index 650cfc287..3ba6b6b86 100644 --- a/docs/atlas/proposals/GJ737B.json +++ b/docs/atlas/proposals/GJ737B.json @@ -25,7 +25,7 @@ "orbital_period_days": 21.0, "rotation_period_hours": 504.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 60.0, "rotation_period_hours": 1440.0, "atmosphere": "standard", - "biome_summary": "temperate_maritime", + "planet_class": "temperate_maritime", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "town_network", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 380.0, "rotation_period_hours": 29.5, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1200.0, "rotation_period_hours": 14.7, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 8.6, "rotation_period_hours": 206.4, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 3400.0, "rotation_period_hours": 38.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 7000.0, "rotation_period_hours": 48.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 12800.0, "rotation_period_hours": 61.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 23000.0, "rotation_period_hours": 77.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ75.json b/docs/atlas/proposals/GJ75.json index 8753b61a5..2ab4caee4 100644 --- a/docs/atlas/proposals/GJ75.json +++ b/docs/atlas/proposals/GJ75.json @@ -5,19 +5,19 @@ "spectral_class": "K0V", "wiki_data": {"habitable_count": 1, "inhabited_count": 1, "has_gas_giant": true, "has_asteroid_belt": true, "has_horizon_station": true, "raw_bodies_line": null}, "bodies": [ - {"body_id": "GJ75b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.38, "orbital_period_days": 30, "rotation_period_hours": 18.0, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky"}, - {"body_id": "GJ75c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.52, "orbital_period_days": 75, "rotation_period_hours": 22.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": "extraction", "settlement_pattern": null, "industrial_corridor": null, "notes": "mineral-rich second body, primary extraction target, processing operations"}, - {"body_id": "GJ75d", "proper_name": "Onitsha", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 120000000, "mass_class": "terrestrial", "surface_gravity": 0.92, "orbital_period_days": 180, "rotation_period_hours": 23.0, "atmosphere": "breathable", "biome_summary": "temperate", "hydrosphere": "moderate", "economic_role": "transit", "settlement_pattern": "urban", "industrial_corridor": null, "notes": "primary inhabited world, K0V Earth-comparable light, Wave 3 Igbo-heritage founding families (Okonkwo, Eze, Nwachukwu), mineral processing hub, outer north_reach credit market, junction commercial center"}, - {"body_id": "GJ75d-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ75d", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, - {"body_id": "GJ75e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.42, "orbital_period_days": 380, "rotation_period_hours": 18.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "trace", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer HZ edge"}, - {"body_id": "GJ75f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 850, "rotation_period_hours": 16.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, - {"body_id": "GJ75g", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 2400, "rotation_period_hours": 10.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "large gas giant"}, - {"body_id": "GJ75g-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ75g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.07, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ75g-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ75g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ75h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.25, "orbital_period_days": 5500, "rotation_period_hours": 20.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, - {"body_id": "GJ75i", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 10000, "rotation_period_hours": 22.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ75-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, - {"body_id": "GJ75-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ75b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.38, "orbital_period_days": 30, "rotation_period_hours": 18.0, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky"}, + {"body_id": "GJ75c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.52, "orbital_period_days": 75, "rotation_period_hours": 22.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": "extraction", "settlement_pattern": null, "industrial_corridor": null, "notes": "mineral-rich second body, primary extraction target, processing operations"}, + {"body_id": "GJ75d", "proper_name": "Onitsha", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 120000000, "mass_class": "terrestrial", "surface_gravity": 0.92, "orbital_period_days": 180, "rotation_period_hours": 23.0, "atmosphere": "breathable", "planet_class": "temperate", "hydrosphere": "moderate", "economic_role": "transit", "settlement_pattern": "urban", "industrial_corridor": null, "notes": "primary inhabited world, K0V Earth-comparable light, Wave 3 Igbo-heritage founding families (Okonkwo, Eze, Nwachukwu), mineral processing hub, outer north_reach credit market, junction commercial center"}, + {"body_id": "GJ75d-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ75d", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, + {"body_id": "GJ75e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.42, "orbital_period_days": 380, "rotation_period_hours": 18.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "trace", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer HZ edge"}, + {"body_id": "GJ75f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 850, "rotation_period_hours": 16.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, + {"body_id": "GJ75g", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 2400, "rotation_period_hours": 10.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "large gas giant"}, + {"body_id": "GJ75g-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ75g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.07, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ75g-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ75g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ75h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.25, "orbital_period_days": 5500, "rotation_period_hours": 20.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, + {"body_id": "GJ75i", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 10000, "rotation_period_hours": 22.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ75-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, + {"body_id": "GJ75-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ75c-S1", "proper_name": "Nnewi", "orbits_body_id": "GJ75c", "station_type": "industrial", "population": 15000000, "economic_role": "extraction", "docking_class": "major", "has_gate_infrastructure": false, "notes": "mineral processing complex, founding family consortium operations, outer north_reach credit market, commercial registry with second ledger"}, diff --git a/docs/atlas/proposals/GJ752A.json b/docs/atlas/proposals/GJ752A.json index bc625c65a..6445b5aba 100644 --- a/docs/atlas/proposals/GJ752A.json +++ b/docs/atlas/proposals/GJ752A.json @@ -25,7 +25,7 @@ "orbital_period_days": 5.8, "rotation_period_hours": 139.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 40.0, "rotation_period_hours": 28.6, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 130.0, "rotation_period_hours": 24.2, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 400.0, "rotation_period_hours": 28.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1100.0, "rotation_period_hours": 34.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 3000.0, "rotation_period_hours": 21.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 7600.0, "rotation_period_hours": 17.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ754.json b/docs/atlas/proposals/GJ754.json index e0efd828f..151aa719c 100644 --- a/docs/atlas/proposals/GJ754.json +++ b/docs/atlas/proposals/GJ754.json @@ -25,7 +25,7 @@ "orbital_period_days": 4.4, "rotation_period_hours": 105.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 14.8, "rotation_period_hours": 355.2, "atmosphere": "standard", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 88.0, "rotation_period_hours": 19.8, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 380.0, "rotation_period_hours": 12.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.2, "rotation_period_hours": 124.8, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1200.0, "rotation_period_hours": 30.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3100.0, "rotation_period_hours": 38.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 7200.0, "rotation_period_hours": 24.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ7547.json b/docs/atlas/proposals/GJ7547.json index c2be1218a..451d47473 100644 --- a/docs/atlas/proposals/GJ7547.json +++ b/docs/atlas/proposals/GJ7547.json @@ -25,7 +25,7 @@ "orbital_period_days": 22.0, "rotation_period_hours": 16.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 160.0, "rotation_period_hours": 28.2, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 480.0, "rotation_period_hours": 25.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 32.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3800.0, "rotation_period_hours": 38.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 9200.0, "rotation_period_hours": 22.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 24000.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ764.json b/docs/atlas/proposals/GJ764.json index c4edd0bbe..f5146003b 100644 --- a/docs/atlas/proposals/GJ764.json +++ b/docs/atlas/proposals/GJ764.json @@ -25,7 +25,7 @@ "orbital_period_days": 22, "rotation_period_hours": 528, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 75, "rotation_period_hours": 1800, "atmosphere": "toxic", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 310, "rotation_period_hours": 23.8, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "rivers", "economic_role": "manufacturing", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": 16.0, "rotation_period_hours": 384, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 550, "rotation_period_hours": 19.0, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 900, "rotation_period_hours": 17.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1400, "rotation_period_hours": 15.5, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 3000, "rotation_period_hours": 10.5, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 4.0, "rotation_period_hours": 96, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 10.0, "rotation_period_hours": 240, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": 16.0, "rotation_period_hours": 384, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -285,7 +285,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ768.json b/docs/atlas/proposals/GJ768.json index 5df33a39c..9e7e6f5dd 100644 --- a/docs/atlas/proposals/GJ768.json +++ b/docs/atlas/proposals/GJ768.json @@ -25,7 +25,7 @@ "orbital_period_days": 40, "rotation_period_hours": 960, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 120, "rotation_period_hours": 2880, "atmosphere": "toxic", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 300, "rotation_period_hours": 18.0, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 600, "rotation_period_hours": 24.5, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "ocean", "economic_role": "service_mixed", "settlement_pattern": "urban_concentrated", @@ -105,7 +105,7 @@ "orbital_period_days": 14.0, "rotation_period_hours": 336, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1000, "rotation_period_hours": 26.0, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "rivers", "economic_role": "service_mixed", "settlement_pattern": "dispersed_rural", @@ -145,7 +145,7 @@ "orbital_period_days": 18.0, "rotation_period_hours": 432, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "rivers", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 6.0, "rotation_period_hours": 144, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 1600, "rotation_period_hours": 16.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 2500, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": 4000, "rotation_period_hours": 11.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -285,7 +285,7 @@ "orbital_period_days": 8.0, "rotation_period_hours": 192, "atmosphere": "breathable", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "rivers", "economic_role": null, "settlement_pattern": null, @@ -305,7 +305,7 @@ "orbital_period_days": 5.0, "rotation_period_hours": 120, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -325,7 +325,7 @@ "orbital_period_days": 12.0, "rotation_period_hours": 288, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -345,7 +345,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ770.json b/docs/atlas/proposals/GJ770.json index c3121e3cb..8dd58e8ca 100644 --- a/docs/atlas/proposals/GJ770.json +++ b/docs/atlas/proposals/GJ770.json @@ -25,7 +25,7 @@ "orbital_period_days": 20, "rotation_period_hours": 480, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 55, "rotation_period_hours": 20.0, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 130, "rotation_period_hours": 22.0, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "extensive", "economic_role": "agriculture", "settlement_pattern": "dispersed", @@ -85,7 +85,7 @@ "orbital_period_days": 8, "rotation_period_hours": 192, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 280, "rotation_period_hours": 18.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 650, "rotation_period_hours": 16.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1800, "rotation_period_hours": 11.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 4500, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 9000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ771A.json b/docs/atlas/proposals/GJ771A.json index c5be3a56c..e2b3d177f 100644 --- a/docs/atlas/proposals/GJ771A.json +++ b/docs/atlas/proposals/GJ771A.json @@ -25,7 +25,7 @@ "orbital_period_days": 48.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 190.0, "rotation_period_hours": 22.8, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 420.0, "rotation_period_hours": 27.6, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1100.0, "rotation_period_hours": 26.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3400.0, "rotation_period_hours": 10.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6.8, "rotation_period_hours": 163.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 15.4, "rotation_period_hours": 369.6, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 8400.0, "rotation_period_hours": 35.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 18000.0, "rotation_period_hours": 44.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 38000.0, "rotation_period_hours": 52.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 74000.0, "rotation_period_hours": 30.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ775.json b/docs/atlas/proposals/GJ775.json index 06cbc0468..22f3855f3 100644 --- a/docs/atlas/proposals/GJ775.json +++ b/docs/atlas/proposals/GJ775.json @@ -25,7 +25,7 @@ "orbital_period_days": 16.0, "rotation_period_hours": 384.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 160.0, "rotation_period_hours": 24.8, "atmosphere": "reducing", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": "mining", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 480.0, "rotation_period_hours": 25.6, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1600.0, "rotation_period_hours": 12.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.4, "rotation_period_hours": 129.6, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 32.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 9600.0, "rotation_period_hours": 40.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 22000.0, "rotation_period_hours": 47.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 44000.0, "rotation_period_hours": 26.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ780.json b/docs/atlas/proposals/GJ780.json index 7ccb64ad0..2e7fef844 100644 --- a/docs/atlas/proposals/GJ780.json +++ b/docs/atlas/proposals/GJ780.json @@ -25,7 +25,7 @@ "orbital_period_days": 35, "rotation_period_hours": 840, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 100, "rotation_period_hours": 2400, "atmosphere": "toxic", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 250, "rotation_period_hours": 18.0, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 500, "rotation_period_hours": 24.0, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "ocean", "economic_role": "agricultural", "settlement_pattern": "dispersed_rural", @@ -105,7 +105,7 @@ "orbital_period_days": 15.0, "rotation_period_hours": 360, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 850, "rotation_period_hours": 17.0, "atmosphere": "thin", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "rivers", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1400, "rotation_period_hours": 15.5, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 2200, "rotation_period_hours": 19.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 11.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 4.5, "rotation_period_hours": 108, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": 11.0, "rotation_period_hours": 264, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -285,7 +285,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ783A.json b/docs/atlas/proposals/GJ783A.json index 2a87d0e18..c244d74e8 100644 --- a/docs/atlas/proposals/GJ783A.json +++ b/docs/atlas/proposals/GJ783A.json @@ -25,7 +25,7 @@ "orbital_period_days": 18, "rotation_period_hours": 432, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 70, "rotation_period_hours": 1680, "atmosphere": "toxic", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 280, "rotation_period_hours": 24.0, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "ocean", "economic_role": "research", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": 14.0, "rotation_period_hours": 336, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 480, "rotation_period_hours": 26.5, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "rivers", "economic_role": "agricultural", "settlement_pattern": "dispersed_rural", @@ -125,7 +125,7 @@ "orbital_period_days": 750, "rotation_period_hours": 17.0, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1200, "rotation_period_hours": 15.5, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 2600, "rotation_period_hours": 11.5, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 4.5, "rotation_period_hours": 108, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 10.0, "rotation_period_hours": 240, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ784.json b/docs/atlas/proposals/GJ784.json index 0902f1270..1b0d50289 100644 --- a/docs/atlas/proposals/GJ784.json +++ b/docs/atlas/proposals/GJ784.json @@ -25,7 +25,7 @@ "orbital_period_days": 8.2, "rotation_period_hours": 196.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 55.0, "rotation_period_hours": 10.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 4.2, "rotation_period_hours": 100.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "manufacturing", "settlement_pattern": "urban_concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": 8.8, "rotation_period_hours": 211.2, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 280.0, "rotation_period_hours": 22.4, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 860.0, "rotation_period_hours": 30.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 2600.0, "rotation_period_hours": 38.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 6400.0, "rotation_period_hours": 25.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 12800, "rotation_period_hours": 19.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ785.json b/docs/atlas/proposals/GJ785.json index 973008773..57d80c4ba 100644 --- a/docs/atlas/proposals/GJ785.json +++ b/docs/atlas/proposals/GJ785.json @@ -25,7 +25,7 @@ "orbital_period_days": 22.0, "rotation_period_hours": 18.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 25.6, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 560.0, "rotation_period_hours": 27.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1600.0, "rotation_period_hours": 11.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.2, "rotation_period_hours": 124.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 33.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 9800.0, "rotation_period_hours": 41.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 22000.0, "rotation_period_hours": 49.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 46000.0, "rotation_period_hours": 28.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ79.json b/docs/atlas/proposals/GJ79.json index 17b927cf0..53d4f46f0 100644 --- a/docs/atlas/proposals/GJ79.json +++ b/docs/atlas/proposals/GJ79.json @@ -25,7 +25,7 @@ "orbital_period_days": 7.5, "rotation_period_hours": 180.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 100.0, "rotation_period_hours": 22.4, "atmosphere": "thin", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "manufacturing", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 480.0, "rotation_period_hours": 11.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 4.8, "rotation_period_hours": 115.2, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 30.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 3800.0, "rotation_period_hours": 38.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 9000.0, "rotation_period_hours": 24.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 20000.0, "rotation_period_hours": 21.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 42000.0, "rotation_period_hours": 19.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ798.json b/docs/atlas/proposals/GJ798.json index 8bdfaa034..57f3ccbd1 100644 --- a/docs/atlas/proposals/GJ798.json +++ b/docs/atlas/proposals/GJ798.json @@ -25,7 +25,7 @@ "orbital_period_days": 14.0, "rotation_period_hours": 336.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 148.0, "rotation_period_hours": 25.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 460.0, "rotation_period_hours": 26.8, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 11.6, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.2, "rotation_period_hours": 124.8, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 3800.0, "rotation_period_hours": 32.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 8600.0, "rotation_period_hours": 40.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 18000.0, "rotation_period_hours": 48.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 38000.0, "rotation_period_hours": 26.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ807.json b/docs/atlas/proposals/GJ807.json index 41295e675..9ccf06e12 100644 --- a/docs/atlas/proposals/GJ807.json +++ b/docs/atlas/proposals/GJ807.json @@ -25,7 +25,7 @@ "orbital_period_days": 130.0, "rotation_period_hours": 3120.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 295.0, "rotation_period_hours": 22.4, "atmosphere": "thick", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 620.0, "rotation_period_hours": 27.6, "atmosphere": "breathable", - "biome_summary": "temperate-cool", + "planet_class": "temperate-cool", "hydrosphere": "rivers-lakes", "economic_role": "agricultural", "settlement_pattern": "concentrated", @@ -85,7 +85,7 @@ "orbital_period_days": 24.8, "rotation_period_hours": 595.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3500.0, "rotation_period_hours": 9.8, "atmosphere": "hydrogen-helium", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 14.4, "rotation_period_hours": 345.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 31.6, "rotation_period_hours": 758.4, "atmosphere": "none", - "biome_summary": "ice", + "planet_class": "ice", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 9200.0, "rotation_period_hours": 19.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 22000.0, "rotation_period_hours": 15.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 48000.0, "rotation_period_hours": 12.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 92000.0, "rotation_period_hours": 11.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ809.json b/docs/atlas/proposals/GJ809.json index 48d8be292..9df03fe0d 100644 --- a/docs/atlas/proposals/GJ809.json +++ b/docs/atlas/proposals/GJ809.json @@ -25,7 +25,7 @@ "orbital_period_days": 8.4, "rotation_period_hours": 201.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 65.0, "rotation_period_hours": 1560.0, "atmosphere": "standard", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": "manufacturing", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 260.0, "rotation_period_hours": 22.4, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 780.0, "rotation_period_hours": 12.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.6, "rotation_period_hours": 134.4, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 2000.0, "rotation_period_hours": 31.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 5200.0, "rotation_period_hours": 39.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 11800.0, "rotation_period_hours": 26.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ820B.json b/docs/atlas/proposals/GJ820B.json index 8f0d66bdb..9c6fff5a7 100644 --- a/docs/atlas/proposals/GJ820B.json +++ b/docs/atlas/proposals/GJ820B.json @@ -25,7 +25,7 @@ "orbital_period_days": 15, "rotation_period_hours": 360, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 6000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": "extraction", "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 180, "rotation_period_hours": 20.5, "atmosphere": "breathable", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "rivers", "economic_role": "manufacturing", "settlement_pattern": "urban_concentrated", @@ -125,7 +125,7 @@ "orbital_period_days": 10.0, "rotation_period_hours": 240, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 400, "rotation_period_hours": 17.0, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 700, "rotation_period_hours": 15.5, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 1200, "rotation_period_hours": 19.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 2800, "rotation_period_hours": 10.5, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 4.0, "rotation_period_hours": 96, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 9.0, "rotation_period_hours": 216, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": 15.0, "rotation_period_hours": 360, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -285,7 +285,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ825.json b/docs/atlas/proposals/GJ825.json index 81ea104d5..86b064f78 100644 --- a/docs/atlas/proposals/GJ825.json +++ b/docs/atlas/proposals/GJ825.json @@ -12,17 +12,17 @@ "raw_bodies_line": null }, "bodies": [ - {"body_id": "GJ825b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched, tidally locked"}, - {"body_id": "GJ825c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.48, "orbital_period_days": 15, "rotation_period_hours": 360, "atmosphere": "thin", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "marginal, edge of habitable zone, tidally locked, station anchor point"}, - {"body_id": "GJ825d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.38, "orbital_period_days": 40, "rotation_period_hours": 960, "atmosphere": "thin", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, - {"body_id": "GJ825e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.30, "orbital_period_days": 120, "rotation_period_hours": 2880, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, - {"body_id": "GJ825f", "proper_name": null, "body_type": "gas_giant", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 700, "rotation_period_hours": 10.5, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, - {"body_id": "GJ825f-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ825f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 4, "rotation_period_hours": 96, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ825f-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ825f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ825g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 2200, "rotation_period_hours": 18.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, - {"body_id": "GJ825h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 5500, "rotation_period_hours": 22.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ825-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, - {"body_id": "GJ825-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ825b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched, tidally locked"}, + {"body_id": "GJ825c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.48, "orbital_period_days": 15, "rotation_period_hours": 360, "atmosphere": "thin", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "marginal, edge of habitable zone, tidally locked, station anchor point"}, + {"body_id": "GJ825d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.38, "orbital_period_days": 40, "rotation_period_hours": 960, "atmosphere": "thin", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, + {"body_id": "GJ825e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.30, "orbital_period_days": 120, "rotation_period_hours": 2880, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, + {"body_id": "GJ825f", "proper_name": null, "body_type": "gas_giant", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 700, "rotation_period_hours": 10.5, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, + {"body_id": "GJ825f-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ825f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 4, "rotation_period_hours": 96, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ825f-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ825f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ825g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 2200, "rotation_period_hours": 18.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, + {"body_id": "GJ825h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 5500, "rotation_period_hours": 22.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ825-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, + {"body_id": "GJ825-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ825c-S1", "proper_name": "Arbroath", "orbits_body_id": "GJ825c", "station_type": "commercial", "population": 500000000, "economic_role": "transit", "docking_class": "major", "has_gate_infrastructure": false, "notes": "primary junction hub, Lacaille Civic Parliament, 300-year procedural record, bonded transit facilities, Assembly full delegate office and permanent assessment liaison, Gate Corporation senior operational presence"}, diff --git a/docs/atlas/proposals/GJ827.json b/docs/atlas/proposals/GJ827.json index 3773ccd4b..f5b35e440 100644 --- a/docs/atlas/proposals/GJ827.json +++ b/docs/atlas/proposals/GJ827.json @@ -25,7 +25,7 @@ "orbital_period_days": 68.0, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 155.0, "rotation_period_hours": 26.5, "atmosphere": "thick", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 340.0, "rotation_period_hours": 25.1, "atmosphere": "standard", - "biome_summary": "tropical", + "planet_class": "tropical", "hydrosphere": "liquid_water", "economic_role": "research", "settlement_pattern": "village_network", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 820.0, "rotation_period_hours": 31.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2700.0, "rotation_period_hours": 11.0, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 9.8, "rotation_period_hours": 235.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 21.0, "rotation_period_hours": 504.0, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 6200.0, "rotation_period_hours": 41.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 11500.0, "rotation_period_hours": 53.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 20500.0, "rotation_period_hours": 67.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 37000.0, "rotation_period_hours": 83.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ829.json b/docs/atlas/proposals/GJ829.json index c00105df7..88fd1a0a3 100644 --- a/docs/atlas/proposals/GJ829.json +++ b/docs/atlas/proposals/GJ829.json @@ -25,7 +25,7 @@ "orbital_period_days": 6.8, "rotation_period_hours": 163.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 19.0, "rotation_period_hours": 430.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": "subsurface_ice", "economic_role": "transit", "settlement_pattern": "underground_complex", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 27.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 540.0, "rotation_period_hours": 14.0, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 7.2, "rotation_period_hours": 172.8, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1750.0, "rotation_period_hours": 32.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3800.0, "rotation_period_hours": 39.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 7800.0, "rotation_period_hours": 54.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ83.1.json b/docs/atlas/proposals/GJ83.1.json index 45c43675a..4128b69c7 100644 --- a/docs/atlas/proposals/GJ83.1.json +++ b/docs/atlas/proposals/GJ83.1.json @@ -25,7 +25,7 @@ "orbital_period_days": 4.9, "rotation_period_hours": 117.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 14.0, "rotation_period_hours": 336.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": "subsurface_ice", "economic_role": "transit", "settlement_pattern": "underground_complex", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 105.0, "rotation_period_hours": 26.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 430.0, "rotation_period_hours": 14.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6.8, "rotation_period_hours": 163.2, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1500.0, "rotation_period_hours": 32.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3100.0, "rotation_period_hours": 42.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 5900.0, "rotation_period_hours": 54.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ832.json b/docs/atlas/proposals/GJ832.json index d6687098d..f7344e729 100644 --- a/docs/atlas/proposals/GJ832.json +++ b/docs/atlas/proposals/GJ832.json @@ -25,7 +25,7 @@ "orbital_period_days": 9.2, "rotation_period_hours": 220.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 88.0, "rotation_period_hours": 2112.0, "atmosphere": "standard", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": "commercial", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 340.0, "rotation_period_hours": 23.4, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1100.0, "rotation_period_hours": 11.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.8, "rotation_period_hours": 139.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 12.6, "rotation_period_hours": 302.4, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 2800.0, "rotation_period_hours": 33.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 6800.0, "rotation_period_hours": 41.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 14800.0, "rotation_period_hours": 28.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ845.json b/docs/atlas/proposals/GJ845.json index c0e66d444..aa892a30c 100644 --- a/docs/atlas/proposals/GJ845.json +++ b/docs/atlas/proposals/GJ845.json @@ -25,7 +25,7 @@ "orbital_period_days": 14, "rotation_period_hours": 340, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 60, "rotation_period_hours": 1440, "atmosphere": "toxic", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 200, "rotation_period_hours": 23.0, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "ocean", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 12.0, "rotation_period_hours": 288, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 380, "rotation_period_hours": 20.0, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "rivers", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 700, "rotation_period_hours": 16.5, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1100, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 3000, "rotation_period_hours": 12.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 4.0, "rotation_period_hours": 96, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 9.0, "rotation_period_hours": 216, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": 16.0, "rotation_period_hours": 384, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -285,7 +285,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ848.json b/docs/atlas/proposals/GJ848.json index 246502f38..ce5091bc8 100644 --- a/docs/atlas/proposals/GJ848.json +++ b/docs/atlas/proposals/GJ848.json @@ -25,7 +25,7 @@ "orbital_period_days": 68.0, "rotation_period_hours": 17.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 260.0, "rotation_period_hours": 23.4, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 520.0, "rotation_period_hours": 26.8, "atmosphere": "standard", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 800.0, "rotation_period_hours": 24.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "mining", "settlement_pattern": "urban_concentrated", @@ -105,7 +105,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": "mining", "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 28.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5200.0, "rotation_period_hours": 10.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 7.2, "rotation_period_hours": 172.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 15.4, "rotation_period_hours": 369.6, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 13000.0, "rotation_period_hours": 36.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 28000.0, "rotation_period_hours": 44.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": 52000.0, "rotation_period_hours": 53.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": 92000.0, "rotation_period_hours": 30.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -285,7 +285,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ853A.json b/docs/atlas/proposals/GJ853A.json index 6ce8e0620..a20b6607e 100644 --- a/docs/atlas/proposals/GJ853A.json +++ b/docs/atlas/proposals/GJ853A.json @@ -25,7 +25,7 @@ "orbital_period_days": 11.2, "rotation_period_hours": 268.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 74.0, "rotation_period_hours": 27.2, "atmosphere": "standard", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": "liquid_water", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 250.0, "rotation_period_hours": 25.8, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 760.0, "rotation_period_hours": 30.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 2100.0, "rotation_period_hours": 22.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 5600.0, "rotation_period_hours": 18.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ86.json b/docs/atlas/proposals/GJ86.json index f57cc100c..500620307 100644 --- a/docs/atlas/proposals/GJ86.json +++ b/docs/atlas/proposals/GJ86.json @@ -25,7 +25,7 @@ "orbital_period_days": 88.0, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 195.0, "rotation_period_hours": 26.5, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 680.0, "rotation_period_hours": 31.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2200.0, "rotation_period_hours": 11.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 9.5, "rotation_period_hours": 228.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 20.2, "rotation_period_hours": 484.8, "atmosphere": null, - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 5100.0, "rotation_period_hours": 40.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 9600.0, "rotation_period_hours": 51.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 17500.0, "rotation_period_hours": 64.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 31000.0, "rotation_period_hours": 80.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ860A.json b/docs/atlas/proposals/GJ860A.json index 9def7bf19..1a6ef5f9b 100644 --- a/docs/atlas/proposals/GJ860A.json +++ b/docs/atlas/proposals/GJ860A.json @@ -25,7 +25,7 @@ "orbital_period_days": 8.6, "rotation_period_hours": 206.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 65.0, "rotation_period_hours": 28.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 220.0, "rotation_period_hours": 24.6, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 640.0, "rotation_period_hours": 28.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 21.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4400.0, "rotation_period_hours": 17.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ860B.json b/docs/atlas/proposals/GJ860B.json index f3d3b13d2..48f69311d 100644 --- a/docs/atlas/proposals/GJ860B.json +++ b/docs/atlas/proposals/GJ860B.json @@ -25,7 +25,7 @@ "orbital_period_days": 2.8, "rotation_period_hours": 67.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 8.6, "rotation_period_hours": 206.4, "atmosphere": "standard", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": "transit", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 68.0, "rotation_period_hours": 18.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 280.0, "rotation_period_hours": 11.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 4.2, "rotation_period_hours": 100.8, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 850.0, "rotation_period_hours": 27.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 2400.0, "rotation_period_hours": 34.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 5800.0, "rotation_period_hours": 22.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ866A.json b/docs/atlas/proposals/GJ866A.json index 399c4f27f..bf820a30b 100644 --- a/docs/atlas/proposals/GJ866A.json +++ b/docs/atlas/proposals/GJ866A.json @@ -25,7 +25,7 @@ "orbital_period_days": 6, "rotation_period_hours": 144, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 20, "rotation_period_hours": 480, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 55, "rotation_period_hours": 1320, "atmosphere": "thin", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 150, "rotation_period_hours": 14.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 400, "rotation_period_hours": 17.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ868.json b/docs/atlas/proposals/GJ868.json index fe63746d4..187891080 100644 --- a/docs/atlas/proposals/GJ868.json +++ b/docs/atlas/proposals/GJ868.json @@ -25,7 +25,7 @@ "orbital_period_days": 18.0, "rotation_period_hours": 19.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 150.0, "rotation_period_hours": 26.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 460.0, "rotation_period_hours": 27.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1500.0, "rotation_period_hours": 12.4, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.6, "rotation_period_hours": 134.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 4000.0, "rotation_period_hours": 34.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 9400.0, "rotation_period_hours": 42.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 22000.0, "rotation_period_hours": 28.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 46000.0, "rotation_period_hours": 22.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ873.json b/docs/atlas/proposals/GJ873.json index a1db75863..66a36d7f3 100644 --- a/docs/atlas/proposals/GJ873.json +++ b/docs/atlas/proposals/GJ873.json @@ -12,17 +12,17 @@ "raw_bodies_line": null }, "bodies": [ - {"body_id": "GJ873b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.25, "orbital_period_days": 3, "rotation_period_hours": 72, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched, tidally locked, flare-exposed"}, - {"body_id": "GJ873c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.40, "orbital_period_days": 9, "rotation_period_hours": 216, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "rocky, tidally locked, station anchor point"}, - {"body_id": "GJ873d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 25, "rotation_period_hours": 600, "atmosphere": "thin", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky, tidally locked"}, - {"body_id": "GJ873e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 70, "rotation_period_hours": 1680, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky, tidally locked"}, - {"body_id": "GJ873f", "proper_name": null, "body_type": "gas_giant", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 350, "rotation_period_hours": 10.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, - {"body_id": "GJ873f-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ873f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ873f-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ873f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.03, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ873g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 1500, "rotation_period_hours": 20.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ873h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.09, "orbital_period_days": 3200, "rotation_period_hours": 22.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ873-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "sparse belt"}, - {"body_id": "GJ873-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ873b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.25, "orbital_period_days": 3, "rotation_period_hours": 72, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched, tidally locked, flare-exposed"}, + {"body_id": "GJ873c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.40, "orbital_period_days": 9, "rotation_period_hours": 216, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "rocky, tidally locked, station anchor point"}, + {"body_id": "GJ873d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.32, "orbital_period_days": 25, "rotation_period_hours": 600, "atmosphere": "thin", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky, tidally locked"}, + {"body_id": "GJ873e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 70, "rotation_period_hours": 1680, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky, tidally locked"}, + {"body_id": "GJ873f", "proper_name": null, "body_type": "gas_giant", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 350, "rotation_period_hours": 10.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, + {"body_id": "GJ873f-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ873f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ873f-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ873f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.03, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ873g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 1500, "rotation_period_hours": 20.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ873h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.09, "orbital_period_days": 3200, "rotation_period_hours": 22.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ873-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "sparse belt"}, + {"body_id": "GJ873-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ873c-S1", "proper_name": "Crick", "orbits_body_id": "GJ873c", "station_type": "transit", "population": 15000000, "economic_role": "transit", "docking_class": "major", "has_gate_infrastructure": false, "notes": "Ashworth Junction platform settlement, Transit Authority, community council, 3-aperture routing hub, Wave 5 founding, 40 years old, governance structure still evolving"}, diff --git a/docs/atlas/proposals/GJ875.json b/docs/atlas/proposals/GJ875.json index a0fba472a..ed64bea7f 100644 --- a/docs/atlas/proposals/GJ875.json +++ b/docs/atlas/proposals/GJ875.json @@ -25,7 +25,7 @@ "orbital_period_days": 18.0, "rotation_period_hours": 20.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 26.2, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 440.0, "rotation_period_hours": 26.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1200.0, "rotation_period_hours": 30.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 3400.0, "rotation_period_hours": 36.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 8800.0, "rotation_period_hours": 23.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 22000.0, "rotation_period_hours": 18.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ876.json b/docs/atlas/proposals/GJ876.json index fcc190b7a..c30432b02 100644 --- a/docs/atlas/proposals/GJ876.json +++ b/docs/atlas/proposals/GJ876.json @@ -12,17 +12,17 @@ "raw_bodies_line": null }, "bodies": [ - {"body_id": "GJ876b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 3, "rotation_period_hours": 72, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched, tidally locked"}, - {"body_id": "GJ876c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.52, "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": "extraction", "settlement_pattern": null, "industrial_corridor": null, "notes": "resource-rich inner rocky, gravitationally concentrated mineral deposits from binary dynamics, primary extraction target, station anchor"}, - {"body_id": "GJ876d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 28, "rotation_period_hours": 672, "atmosphere": "thin", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, - {"body_id": "GJ876e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 80, "rotation_period_hours": 1920, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, - {"body_id": "GJ876f", "proper_name": null, "body_type": "gas_giant", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 400, "rotation_period_hours": 10.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant, binary dynamics affect outer orbit stability"}, - {"body_id": "GJ876f-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ876f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ876f-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ876f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.03, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ876g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.20, "orbital_period_days": 1400, "rotation_period_hours": 18.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world, binary orbital perturbations"}, - {"body_id": "GJ876h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.10, "orbital_period_days": 3200, "rotation_period_hours": 20.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf, binary perturbations"}, - {"body_id": "GJ876-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "sparse belt, binary dynamics shape distribution"}, - {"body_id": "GJ876-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ876b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 3, "rotation_period_hours": 72, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched, tidally locked"}, + {"body_id": "GJ876c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.52, "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": "extraction", "settlement_pattern": null, "industrial_corridor": null, "notes": "resource-rich inner rocky, gravitationally concentrated mineral deposits from binary dynamics, primary extraction target, station anchor"}, + {"body_id": "GJ876d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 28, "rotation_period_hours": 672, "atmosphere": "thin", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, + {"body_id": "GJ876e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.28, "orbital_period_days": 80, "rotation_period_hours": 1920, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, + {"body_id": "GJ876f", "proper_name": null, "body_type": "gas_giant", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 400, "rotation_period_hours": 10.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant, binary dynamics affect outer orbit stability"}, + {"body_id": "GJ876f-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ876f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ876f-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ876f", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.03, "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ876g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.20, "orbital_period_days": 1400, "rotation_period_hours": 18.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world, binary orbital perturbations"}, + {"body_id": "GJ876h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.10, "orbital_period_days": 3200, "rotation_period_hours": 20.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf, binary perturbations"}, + {"body_id": "GJ876-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "sparse belt, binary dynamics shape distribution"}, + {"body_id": "GJ876-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ876c-S1", "proper_name": "Kuhmo", "orbits_body_id": "GJ876c", "station_type": "industrial", "population": 25000000, "economic_role": "extraction", "docking_class": "standard", "has_gate_infrastructure": false, "notes": "community settlement and extraction station, Finnish-heritage founding, Koskinen Community Council, sustainable-equilibrium mining, high local self-sufficiency"}, diff --git a/docs/atlas/proposals/GJ877.json b/docs/atlas/proposals/GJ877.json index d9ed9d028..30c5d974a 100644 --- a/docs/atlas/proposals/GJ877.json +++ b/docs/atlas/proposals/GJ877.json @@ -25,7 +25,7 @@ "orbital_period_days": 25, "rotation_period_hours": 600, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 80, "rotation_period_hours": 22.0, "atmosphere": "breathable", - "biome_summary": "temperate-cool", + "planet_class": "temperate-cool", "hydrosphere": "moderate", "economic_role": "transit", "settlement_pattern": "urban", @@ -65,7 +65,7 @@ "orbital_period_days": 8, "rotation_period_hours": 192, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 180, "rotation_period_hours": 20.0, "atmosphere": "breathable", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "minimal", "economic_role": "agriculture", "settlement_pattern": "dispersed", @@ -105,7 +105,7 @@ "orbital_period_days": 400, "rotation_period_hours": 18.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 900, "rotation_period_hours": 16.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 2500, "rotation_period_hours": 11.0, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 5500, "rotation_period_hours": 20.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 10000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -265,7 +265,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ879.json b/docs/atlas/proposals/GJ879.json index 0d049bce7..729c7637d 100644 --- a/docs/atlas/proposals/GJ879.json +++ b/docs/atlas/proposals/GJ879.json @@ -12,19 +12,19 @@ "raw_bodies_line": null }, "bodies": [ - {"body_id": "GJ879b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.38, "orbital_period_days": 28, "rotation_period_hours": 672, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, tidally locked"}, - {"body_id": "GJ879c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.48, "orbital_period_days": 65, "rotation_period_hours": 1560, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, hot"}, - {"body_id": "GJ879d", "proper_name": "Patiala", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 300000000, "mass_class": "terrestrial", "surface_gravity": 0.90, "orbital_period_days": 155, "rotation_period_hours": 23.0, "atmosphere": "breathable", "biome_summary": "temperate", "hydrosphere": "extensive", "economic_role": "agriculture", "settlement_pattern": "dispersed", "industrial_corridor": "agricultural_syndic", "notes": "primary inhabited world, Wave 2 colony, Punjabi founding heritage, low-UV habitable zone from K4Vp spectral peculiarity, exceptional grain agriculture, genetic seed stock library, original landing site is civic monument"}, - {"body_id": "GJ879d-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ879d", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 9, "rotation_period_hours": 216, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, - {"body_id": "GJ879e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.42, "orbital_period_days": 310, "rotation_period_hours": 18.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky, outer habitable zone edge"}, - {"body_id": "GJ879f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 750, "rotation_period_hours": 16.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, - {"body_id": "GJ879g", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 2200, "rotation_period_hours": 11.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, - {"body_id": "GJ879g-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ879g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ879g-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ879g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 13, "rotation_period_hours": 312, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ879h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 5000, "rotation_period_hours": 20.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice world"}, - {"body_id": "GJ879i", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 9000, "rotation_period_hours": 22.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ879-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, - {"body_id": "GJ879-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ879b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.38, "orbital_period_days": 28, "rotation_period_hours": 672, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, tidally locked"}, + {"body_id": "GJ879c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.48, "orbital_period_days": 65, "rotation_period_hours": 1560, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner rocky, hot"}, + {"body_id": "GJ879d", "proper_name": "Patiala", "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": true, "population": 300000000, "mass_class": "terrestrial", "surface_gravity": 0.90, "orbital_period_days": 155, "rotation_period_hours": 23.0, "atmosphere": "breathable", "planet_class": "temperate", "hydrosphere": "extensive", "economic_role": "agriculture", "settlement_pattern": "dispersed", "industrial_corridor": "agricultural_syndic", "notes": "primary inhabited world, Wave 2 colony, Punjabi founding heritage, low-UV habitable zone from K4Vp spectral peculiarity, exceptional grain agriculture, genetic seed stock library, original landing site is civic monument"}, + {"body_id": "GJ879d-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ879d", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 9, "rotation_period_hours": 216, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, + {"body_id": "GJ879e", "proper_name": null, "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.42, "orbital_period_days": 310, "rotation_period_hours": 18.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky, outer habitable zone edge"}, + {"body_id": "GJ879f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 750, "rotation_period_hours": 16.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "frozen rocky"}, + {"body_id": "GJ879g", "proper_name": null, "body_type": "gas_giant", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 2200, "rotation_period_hours": 11.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "moderate gas giant"}, + {"body_id": "GJ879g-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ879g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ879g-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ879g", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.04, "orbital_period_days": 13, "rotation_period_hours": 312, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ879h", "proper_name": null, "body_type": "planet", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.22, "orbital_period_days": 5000, "rotation_period_hours": 20.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice world"}, + {"body_id": "GJ879i", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 9000, "rotation_period_hours": 22.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ879-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, + {"body_id": "GJ879-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ879d-S1", "proper_name": "Khanna", "orbits_body_id": "GJ879d", "station_type": "agricultural", "population": 5000000, "economic_role": "agriculture", "docking_class": "major", "has_gate_infrastructure": false, "notes": "agricultural processing and export station, grain/legume/seed stock, Syndic licensing office, Council of Elders governance"}, diff --git a/docs/atlas/proposals/GJ880.json b/docs/atlas/proposals/GJ880.json index 1fe60fea2..f7c4127d2 100644 --- a/docs/atlas/proposals/GJ880.json +++ b/docs/atlas/proposals/GJ880.json @@ -25,7 +25,7 @@ "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 15, "rotation_period_hours": 360, "atmosphere": "breathable", - "biome_summary": "temperate-cool", + "planet_class": "temperate-cool", "hydrosphere": "moderate", "economic_role": "agriculture", "settlement_pattern": "concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": 40, "rotation_period_hours": 960, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 100, "rotation_period_hours": 16.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 550, "rotation_period_hours": 10.5, "atmosphere": "dense", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 12, "rotation_period_hours": 288, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 2000, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 5000, "rotation_period_hours": 22.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ884.json b/docs/atlas/proposals/GJ884.json index 7a5d8c5da..a21f0fa3c 100644 --- a/docs/atlas/proposals/GJ884.json +++ b/docs/atlas/proposals/GJ884.json @@ -25,7 +25,7 @@ "orbital_period_days": 14.0, "rotation_period_hours": 336.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 140.0, "rotation_period_hours": 3360.0, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "commercial", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 440.0, "rotation_period_hours": 26.4, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 12.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.6, "rotation_period_hours": 134.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 3600.0, "rotation_period_hours": 32.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 8400.0, "rotation_period_hours": 40.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 20000.0, "rotation_period_hours": 48.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 42000.0, "rotation_period_hours": 27.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ887.json b/docs/atlas/proposals/GJ887.json index 3fba173fc..98ab96fa6 100644 --- a/docs/atlas/proposals/GJ887.json +++ b/docs/atlas/proposals/GJ887.json @@ -25,7 +25,7 @@ "orbital_period_days": 8, "rotation_period_hours": 192, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 160, "rotation_period_hours": 22.5, "atmosphere": "breathable", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "rivers", "economic_role": "service_mixed", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": 9.0, "rotation_period_hours": 216, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 40, "rotation_period_hours": 960, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 100, "rotation_period_hours": 15.0, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 300, "rotation_period_hours": 17.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 600, "rotation_period_hours": 19.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ892.json b/docs/atlas/proposals/GJ892.json index b38bcf1f3..a8c87ca0c 100644 --- a/docs/atlas/proposals/GJ892.json +++ b/docs/atlas/proposals/GJ892.json @@ -25,7 +25,7 @@ "orbital_period_days": 20, "rotation_period_hours": 480, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 65, "rotation_period_hours": 1560, "atmosphere": "thin", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 220, "rotation_period_hours": 24.0, "atmosphere": "breathable", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "ice", "economic_role": "research", "settlement_pattern": "domed", @@ -85,7 +85,7 @@ "orbital_period_days": 12.0, "rotation_period_hours": 288, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": "none", "economic_role": "research", "settlement_pattern": "domed", @@ -105,7 +105,7 @@ "orbital_period_days": 450, "rotation_period_hours": 17.5, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": "none", "economic_role": "research", "settlement_pattern": "domed", @@ -125,7 +125,7 @@ "orbital_period_days": 800, "rotation_period_hours": 16.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": "research", "settlement_pattern": "domed", @@ -145,7 +145,7 @@ "orbital_period_days": 1300, "rotation_period_hours": 19.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 3500, "rotation_period_hours": 18.0, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ896A.json b/docs/atlas/proposals/GJ896A.json index 8f26a7797..ac89e3db7 100644 --- a/docs/atlas/proposals/GJ896A.json +++ b/docs/atlas/proposals/GJ896A.json @@ -25,7 +25,7 @@ "orbital_period_days": 5.2, "rotation_period_hours": 124.8, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 14.0, "rotation_period_hours": 336.0, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "manufacturing", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 110.0, "rotation_period_hours": 26.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 430.0, "rotation_period_hours": 14.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 7.0, "rotation_period_hours": 168.0, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 31.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 2900.0, "rotation_period_hours": 42.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 5600.0, "rotation_period_hours": 54.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ902.json b/docs/atlas/proposals/GJ902.json index 7a3d13e2d..3518ff2c8 100644 --- a/docs/atlas/proposals/GJ902.json +++ b/docs/atlas/proposals/GJ902.json @@ -25,7 +25,7 @@ "orbital_period_days": 34.0, "rotation_period_hours": 23.0, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 195.0, "rotation_period_hours": 26.0, "atmosphere": "thin", - "biome_summary": "arid", + "planet_class": "arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 640.0, "rotation_period_hours": 31.0, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2100.0, "rotation_period_hours": 12.9, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 9.2, "rotation_period_hours": 220.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 19.8, "rotation_period_hours": 475.2, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": "subsurface_ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 5200.0, "rotation_period_hours": 41.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 9800.0, "rotation_period_hours": 52.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 18000.0, "rotation_period_hours": 65.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 32500.0, "rotation_period_hours": 81.0, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ903.json b/docs/atlas/proposals/GJ903.json index e5c96bff7..7e72a5db9 100644 --- a/docs/atlas/proposals/GJ903.json +++ b/docs/atlas/proposals/GJ903.json @@ -25,7 +25,7 @@ "orbital_period_days": 34.0, "rotation_period_hours": 19.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 370.0, "rotation_period_hours": 26.8, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 780.0, "rotation_period_hours": 27.6, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2400.0, "rotation_period_hours": 12.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6.2, "rotation_period_hours": 148.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6200.0, "rotation_period_hours": 34.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 14000.0, "rotation_period_hours": 43.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 32000.0, "rotation_period_hours": 29.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 68000.0, "rotation_period_hours": 23.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ904.json b/docs/atlas/proposals/GJ904.json index f2d7b5b8e..1b7171350 100644 --- a/docs/atlas/proposals/GJ904.json +++ b/docs/atlas/proposals/GJ904.json @@ -25,7 +25,7 @@ "orbital_period_days": 72.0, "rotation_period_hours": 18.2, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 280.0, "rotation_period_hours": 23.6, "atmosphere": "thin", - "biome_summary": "hot_arid", + "planet_class": "hot_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 620.0, "rotation_period_hours": 26.4, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1400.0, "rotation_period_hours": 27.2, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 11.2, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 7.4, "rotation_period_hours": 177.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 10000.0, "rotation_period_hours": 36.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 24000.0, "rotation_period_hours": 44.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 52000.0, "rotation_period_hours": 53.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 110000.0, "rotation_period_hours": 31.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ905.json b/docs/atlas/proposals/GJ905.json index 8ab088452..5c28a5350 100644 --- a/docs/atlas/proposals/GJ905.json +++ b/docs/atlas/proposals/GJ905.json @@ -25,7 +25,7 @@ "orbital_period_days": 9.0, "rotation_period_hours": 216.0, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -45,7 +45,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 30.0, "rotation_period_hours": 22.4, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 96.0, "rotation_period_hours": 26.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 280.0, "rotation_period_hours": 20.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 720.0, "rotation_period_hours": 17.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1800.0, "rotation_period_hours": 14.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ908.json b/docs/atlas/proposals/GJ908.json index 250b3f7e4..0cd0283bb 100644 --- a/docs/atlas/proposals/GJ908.json +++ b/docs/atlas/proposals/GJ908.json @@ -25,7 +25,7 @@ "orbital_period_days": 6.4, "rotation_period_hours": 153.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 20.0, "rotation_period_hours": 480.0, "atmosphere": "thin", - "biome_summary": "temperate_terminator", + "planet_class": "temperate_terminator", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 120.0, "rotation_period_hours": 23.4, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 520.0, "rotation_period_hours": 11.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.6, "rotation_period_hours": 134.4, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 1600.0, "rotation_period_hours": 32.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 40.6, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 9400.0, "rotation_period_hours": 25.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ909A.json b/docs/atlas/proposals/GJ909A.json index 4ce13b76b..cf45bdc29 100644 --- a/docs/atlas/proposals/GJ909A.json +++ b/docs/atlas/proposals/GJ909A.json @@ -25,7 +25,7 @@ "orbital_period_days": 16.0, "rotation_period_hours": 20.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 25.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": "manufacturing", "settlement_pattern": "urban_concentrated", @@ -65,7 +65,7 @@ "orbital_period_days": 480.0, "rotation_period_hours": 32.4, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1100.0, "rotation_period_hours": 11.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 5.2, "rotation_period_hours": 124.8, "atmosphere": null, - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 2800.0, "rotation_period_hours": 36.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 6800.0, "rotation_period_hours": 43.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 15000.0, "rotation_period_hours": 27.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 32000.0, "rotation_period_hours": 22.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ914A.json b/docs/atlas/proposals/GJ914A.json index 38cd99cf2..3668cace4 100644 --- a/docs/atlas/proposals/GJ914A.json +++ b/docs/atlas/proposals/GJ914A.json @@ -25,7 +25,7 @@ "orbital_period_days": 24.0, "rotation_period_hours": 19.4, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 200.0, "rotation_period_hours": 26.6, "atmosphere": "standard", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": "liquid_water", "economic_role": "agricultural", "settlement_pattern": "dispersed", @@ -65,7 +65,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": 580.0, "rotation_period_hours": 27.4, "atmosphere": "thin", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 1600.0, "rotation_period_hours": 30.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 4200.0, "rotation_period_hours": 36.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 10000.0, "rotation_period_hours": 44.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 24000.0, "rotation_period_hours": 28.2, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ92.json b/docs/atlas/proposals/GJ92.json index 72281a5d1..575932e16 100644 --- a/docs/atlas/proposals/GJ92.json +++ b/docs/atlas/proposals/GJ92.json @@ -25,7 +25,7 @@ "orbital_period_days": 46.0, "rotation_period_hours": 17.6, "atmosphere": "none", - "biome_summary": "barren", + "planet_class": "barren", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -45,7 +45,7 @@ "orbital_period_days": 350.0, "rotation_period_hours": 26.2, "atmosphere": "standard", - "biome_summary": "temperate", + "planet_class": "temperate", "hydrosphere": "liquid_water", "economic_role": null, "settlement_pattern": null, @@ -65,7 +65,7 @@ "orbital_period_days": 780.0, "rotation_period_hours": 23.8, "atmosphere": "thin", - "biome_summary": "cold_arid", + "planet_class": "cold_arid", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -85,7 +85,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -105,7 +105,7 @@ "orbital_period_days": 2600.0, "rotation_period_hours": 10.8, "atmosphere": "gas_giant", - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -125,7 +125,7 @@ "orbital_period_days": 6.4, "rotation_period_hours": 153.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": null, "economic_role": null, "settlement_pattern": null, @@ -145,7 +145,7 @@ "orbital_period_days": 6800.0, "rotation_period_hours": 35.2, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -165,7 +165,7 @@ "orbital_period_days": 15000.0, "rotation_period_hours": 43.8, "atmosphere": "trace", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -185,7 +185,7 @@ "orbital_period_days": 34000.0, "rotation_period_hours": 52.4, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -205,7 +205,7 @@ "orbital_period_days": 70000.0, "rotation_period_hours": 54.8, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -225,7 +225,7 @@ "orbital_period_days": 140000.0, "rotation_period_hours": 30.6, "atmosphere": "none", - "biome_summary": "frozen", + "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, @@ -245,7 +245,7 @@ "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, - "biome_summary": null, + "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, diff --git a/docs/atlas/proposals/GJ95.json b/docs/atlas/proposals/GJ95.json index 64b538fa1..a6ff7c4e1 100644 --- a/docs/atlas/proposals/GJ95.json +++ b/docs/atlas/proposals/GJ95.json @@ -5,20 +5,20 @@ "spectral_class": "G8V", "wiki_data": {"habitable_count": 1, "inhabited_count": 1, "has_gas_giant": true, "has_asteroid_belt": true, "has_horizon_station": true, "raw_bodies_line": null}, "bodies": [ - {"body_id": "GJ95b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.38, "orbital_period_days": 40, "rotation_period_hours": 18.0, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched"}, - {"body_id": "GJ95c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.52, "orbital_period_days": 100, "rotation_period_hours": 22.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "hot rocky"}, - {"body_id": "GJ95d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.55, "orbital_period_days": 200, "rotation_period_hours": 20.0, "atmosphere": "thin", "biome_summary": "arid", "hydrosphere": "trace", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "warm rocky, inner HZ edge"}, - {"body_id": "GJ95e", "proper_name": "Portree", "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": true, "population": 65000000, "mass_class": "terrestrial", "surface_gravity": 0.92, "orbital_period_days": 400, "rotation_period_hours": 23.0, "atmosphere": "breathable", "biome_summary": "temperate", "hydrosphere": "moderate", "economic_role": "agriculture", "settlement_pattern": "dispersed", "industrial_corridor": null, "notes": "primary inhabited world, G8V warm primary + wide-orbit binary companion, 14-year light calendar, open-cycle agriculture, Wave 3 Scottish founding, Council of Voices, Growers' Assembly, Outward Interest faction, corridor terminus"}, - {"body_id": "GJ95e-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ95e", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, - {"body_id": "GJ95f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.42, "orbital_period_days": 800, "rotation_period_hours": 18.0, "atmosphere": "thin", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": "extraction", "settlement_pattern": null, "industrial_corridor": null, "notes": "secondary body, modest extraction product"}, - {"body_id": "GJ95g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 1600, "rotation_period_hours": 16.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, - {"body_id": "GJ95h", "proper_name": null, "body_type": "gas_giant", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 4000, "rotation_period_hours": 10.0, "atmosphere": "dense", "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "large gas giant"}, - {"body_id": "GJ95h-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ95h", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.07, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "biome_summary": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, - {"body_id": "GJ95h-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ95h", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, - {"body_id": "GJ95i", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.25, "orbital_period_days": 8000, "rotation_period_hours": 20.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, - {"body_id": "GJ95j", "proper_name": null, "body_type": "planet", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 15000, "rotation_period_hours": 24.0, "atmosphere": "none", "biome_summary": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, - {"body_id": "GJ95-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, - {"body_id": "GJ95-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 11, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "biome_summary": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} + {"body_id": "GJ95b", "proper_name": null, "body_type": "planet", "orbit_index": 1, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.38, "orbital_period_days": 40, "rotation_period_hours": 18.0, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner scorched"}, + {"body_id": "GJ95c", "proper_name": null, "body_type": "planet", "orbit_index": 2, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.52, "orbital_period_days": 100, "rotation_period_hours": 22.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "hot rocky"}, + {"body_id": "GJ95d", "proper_name": null, "body_type": "planet", "orbit_index": 3, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.55, "orbital_period_days": 200, "rotation_period_hours": 20.0, "atmosphere": "thin", "planet_class": "arid", "hydrosphere": "trace", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "warm rocky, inner HZ edge"}, + {"body_id": "GJ95e", "proper_name": "Portree", "body_type": "planet", "orbit_index": 4, "parent_body_id": null, "inhabited": true, "population": 65000000, "mass_class": "terrestrial", "surface_gravity": 0.92, "orbital_period_days": 400, "rotation_period_hours": 23.0, "atmosphere": "breathable", "planet_class": "temperate", "hydrosphere": "moderate", "economic_role": "agriculture", "settlement_pattern": "dispersed", "industrial_corridor": null, "notes": "primary inhabited world, G8V warm primary + wide-orbit binary companion, 14-year light calendar, open-cycle agriculture, Wave 3 Scottish founding, Council of Voices, Growers' Assembly, Outward Interest faction, corridor terminus"}, + {"body_id": "GJ95e-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ95e", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.06, "orbital_period_days": 10, "rotation_period_hours": 240, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "small moon"}, + {"body_id": "GJ95f", "proper_name": null, "body_type": "planet", "orbit_index": 5, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.42, "orbital_period_days": 800, "rotation_period_hours": 18.0, "atmosphere": "thin", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": "extraction", "settlement_pattern": null, "industrial_corridor": null, "notes": "secondary body, modest extraction product"}, + {"body_id": "GJ95g", "proper_name": null, "body_type": "planet", "orbit_index": 6, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.35, "orbital_period_days": 1600, "rotation_period_hours": 16.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "cold rocky"}, + {"body_id": "GJ95h", "proper_name": null, "body_type": "gas_giant", "orbit_index": 7, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "gas_giant", "surface_gravity": null, "orbital_period_days": 4000, "rotation_period_hours": 10.0, "atmosphere": "dense", "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "large gas giant"}, + {"body_id": "GJ95h-1", "proper_name": null, "body_type": "moon", "orbit_index": 1, "parent_body_id": "GJ95h", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.07, "orbital_period_days": 5, "rotation_period_hours": 120, "atmosphere": "none", "planet_class": "barren", "hydrosphere": "none", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "inner gas giant moon"}, + {"body_id": "GJ95h-2", "proper_name": null, "body_type": "moon", "orbit_index": 2, "parent_body_id": "GJ95h", "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.05, "orbital_period_days": 14, "rotation_period_hours": 336, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "icy outer gas giant moon"}, + {"body_id": "GJ95i", "proper_name": null, "body_type": "planet", "orbit_index": 8, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "terrestrial", "surface_gravity": 0.25, "orbital_period_days": 8000, "rotation_period_hours": 20.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer ice world"}, + {"body_id": "GJ95j", "proper_name": null, "body_type": "planet", "orbit_index": 9, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": "dwarf", "surface_gravity": 0.11, "orbital_period_days": 15000, "rotation_period_hours": 24.0, "atmosphere": "none", "planet_class": "frozen", "hydrosphere": "ice", "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "distant ice dwarf"}, + {"body_id": "GJ95-belt", "proper_name": null, "body_type": "asteroid_belt", "orbit_index": 10, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "outer belt"}, + {"body_id": "GJ95-oort", "proper_name": null, "body_type": "oort_cloud", "orbit_index": 11, "parent_body_id": null, "inhabited": false, "population": 0, "mass_class": null, "surface_gravity": null, "orbital_period_days": null, "rotation_period_hours": null, "atmosphere": null, "planet_class": null, "hydrosphere": null, "economic_role": null, "settlement_pattern": null, "industrial_corridor": null, "notes": "oort cloud"} ], "stations": [ {"station_id": "GJ95e-S1", "proper_name": "Uig", "orbits_body_id": "GJ95e", "station_type": "commercial", "population": 4000000, "economic_role": "transit", "docking_class": "standard", "has_gate_infrastructure": false, "notes": "Council of Voices governance, Growers' Assembly coordination, transit point staffed part-time by local appointee, adaptive architecture for 14-year binary light calendar"}, diff --git a/docs/design/planetary-screenshots-spec.md b/docs/design/planetary-screenshots-spec.md index b1545b192..67255894d 100644 --- a/docs/design/planetary-screenshots-spec.md +++ b/docs/design/planetary-screenshots-spec.md @@ -1,6 +1,6 @@ --- title: "Planetary Screenshot Spec — v0.1" -description: "Procedural planet sphere renders for the GTTR body-info-panel and wiki pages. One image per biome_summary type." +description: "Procedural planet sphere renders for the GTTR body-info-panel and wiki pages. One image per planet_class type." type: design status: active ticket: "#779" @@ -42,7 +42,7 @@ asset appears with the same proportions — one image per destination planet. **Format:** PNG, 512×512px, RGBA **Display:** Scaled to 240×240 within a 360×360 container -| File | `biome_summary` value | Character | +| File | `planet_class` value | Character | |------|-----------------------|-----------| | `planet_temperate.png` | `temperate` | Blue ocean, amber-green continents, cloud cover, polar caps | | `planet_temperate_terminator.png` | `temperate_terminator` | Half gold-scorched day face, half frozen dark face, sharp terminator | @@ -97,7 +97,7 @@ from spherical mapping (lon, lat). Each planet type uses different: ## Binding to Atlas Data -Each planet in `systems.db` has a `biome_summary` field. The client selects the +Each planet in `systems.db` has a `planet_class` field. The client selects the matching planet image: ```gdscript @@ -108,14 +108,14 @@ func planet_image_for_biome(biome: String) -> Texture2D: return load("res://assets/planets/planet_barren.png") # fallback ``` -For `biome_summary = "temperate_terminator"`, the image maps directly to +For `planet_class = "temperate_terminator"`, the image maps directly to `planet_temperate_terminator.png`. --- ## Coverage -| `biome_summary` value | Image | Inhabited planets using this type | +| `planet_class` value | Image | Inhabited planets using this type | |-----------------------|-------|------------------------------------| | `temperate` | ✓ | Majority of wave_1/wave_2 inhabited worlds | | `temperate_terminator` | ✓ | Close-orbit M-dwarf worlds (Feldmark, Caparica) | @@ -146,7 +146,7 @@ processes during transit — a data-layer visualization, not a photograph. ## Future Additions -When new `biome_summary` types are added to the atlas schema, add a new renderer +When new `planet_class` types are added to the atlas schema, add a new renderer function to `generate_planets.py` following the existing pattern. The functions are self-contained — no cross-dependencies. diff --git a/docs/workshops/world-generation/endgame-feature-vision.md b/docs/workshops/world-generation/endgame-feature-vision.md index 86c71304e..af71c0c29 100644 --- a/docs/workshops/world-generation/endgame-feature-vision.md +++ b/docs/workshops/world-generation/endgame-feature-vision.md @@ -92,7 +92,7 @@ ocean, etc.) that appear in both wiki pages and the diegetic GTTR arrival window ``` LocationProfile ├─ location_type: Planet | Station | Moon | Orbital | AsteroidBase - ├─ physical: gravity, atmosphere, biome_summary, terrain_reference (→ Layer 3 heightmap) + ├─ physical: gravity, atmosphere, planet_class, terrain_reference (→ Layer 3 heightmap) ├─ settlement: population, economic_role[], founding_age, founding_culture ├─ cultural: cultural_corridor (from systems.db), heritage_persistence, industrial_corridor ├─ infrastructure: spaceport_class, transit_connections, district_count diff --git a/docs/workshops/world-generation/tyre-sw1r3.md b/docs/workshops/world-generation/tyre-sw1r3.md index 4c7f6d207..7bc3c3e41 100644 --- a/docs/workshops/world-generation/tyre-sw1r3.md +++ b/docs/workshops/world-generation/tyre-sw1r3.md @@ -39,7 +39,7 @@ Profile structure (per location): ``` LocationProfile ├─ location_type: Planet | Station | Moon | Orbital | AsteroidBase - ├─ physical: gravity, atmosphere, biome_summary, terrain_reference (→ Layer 3 heightmap) + ├─ physical: gravity, atmosphere, planet_class, terrain_reference (→ Layer 3 heightmap) ├─ settlement: population, economic_role[], founding_age, founding_culture ├─ cultural: cultural_corridor (from systems.db), heritage_persistence, industrial_corridor ├─ infrastructure: spaceport_class, transit_connections, district_count diff --git a/server/data/systems-schema.sql b/server/data/systems-schema.sql index 0c6f5cdc4..d02ad559e 100644 --- a/server/data/systems-schema.sql +++ b/server/data/systems-schema.sql @@ -144,7 +144,7 @@ CREATE TABLE IF NOT EXISTS bodies ( surface_gravity REAL, -- in g (Earth = 1.0), NULL for gas giants orbital_period_days REAL, -- orbital period in Earth days, NULL for oort/belt rotation_period_hours REAL, -- rotation period in Earth hours (Earth = 24), NULL for tidally locked/gas giants - biome_summary TEXT, -- temperate, arid, frozen, oceanic, volcanic, barren, mixed + planet_class TEXT, -- temperate, arid, frozen, oceanic, volcanic, barren, etc. hydrosphere TEXT, -- ocean, ice, rivers, none, subsurface -- Settlement diff --git a/server/data/systems.db b/server/data/systems.db index 6e4f06b85..632e87bda 100644 Binary files a/server/data/systems.db and b/server/data/systems.db differ diff --git a/server/src/bin/atlas/author.rs b/server/src/bin/atlas/author.rs index 8b79115fd..1c26fb8e1 100644 --- a/server/src/bin/atlas/author.rs +++ b/server/src/bin/atlas/author.rs @@ -21,7 +21,7 @@ pub struct ProposalBody { pub orbital_period_days: Option, pub rotation_period_hours: Option, pub atmosphere: Option, - pub biome_summary: Option, + pub planet_class: Option, pub hydrosphere: Option, pub economic_role: Option, pub settlement_pattern: Option, @@ -173,7 +173,7 @@ pub fn generate_body_matrix( orbital_period_days: Some(88.0), rotation_period_hours: Some(1408.0), atmosphere: Some("none".into()), - biome_summary: Some("barren".into()), + planet_class: Some("barren".into()), hydrosphere: None, economic_role: None, settlement_pattern: None, @@ -204,7 +204,7 @@ pub fn generate_body_matrix( orbital_period_days: Some(365.0), rotation_period_hours: Some(24.0), atmosphere: Some("standard".into()), - biome_summary: Some("temperate".into()), + planet_class: Some("temperate".into()), hydrosphere: None, economic_role: None, settlement_pattern: None, @@ -236,7 +236,7 @@ pub fn generate_body_matrix( orbital_period_days: Some(400.0), rotation_period_hours: Some(26.0), atmosphere: Some("standard".into()), - biome_summary: Some("temperate".into()), + planet_class: Some("temperate".into()), hydrosphere: None, economic_role: None, settlement_pattern: None, @@ -269,7 +269,7 @@ pub fn generate_body_matrix( orbital_period_days: Some(2000.0), rotation_period_hours: Some(18.0), atmosphere: Some("thin".into()), - biome_summary: Some("frozen".into()), + planet_class: Some("frozen".into()), hydrosphere: None, economic_role: None, settlement_pattern: None, @@ -294,7 +294,7 @@ pub fn generate_body_matrix( orbital_period_days: None, rotation_period_hours: None, atmosphere: None, - biome_summary: None, + planet_class: None, hydrosphere: None, economic_role: None, settlement_pattern: None, @@ -325,7 +325,7 @@ pub fn generate_body_matrix( orbital_period_days: Some(4300.0), rotation_period_hours: Some(10.0), atmosphere: Some("dense".into()), - biome_summary: None, + planet_class: None, hydrosphere: None, economic_role: None, settlement_pattern: None, @@ -347,7 +347,7 @@ pub fn generate_body_matrix( orbital_period_days: Some(3.5 * m as f64), rotation_period_hours: Some(3.5 * 24.0 * m as f64), atmosphere: Some("none".into()), - biome_summary: Some("barren".into()), + planet_class: Some("barren".into()), hydrosphere: None, economic_role: None, settlement_pattern: None, @@ -373,7 +373,7 @@ pub fn generate_body_matrix( orbital_period_days: None, rotation_period_hours: None, atmosphere: None, - biome_summary: None, + planet_class: None, hydrosphere: None, economic_role: None, settlement_pattern: None, @@ -525,7 +525,7 @@ pub fn cmd_commit_system(conn: &Connection, path: &str) { "INSERT INTO bodies (body_id, system_id, parent_body_id, body_type, orbit_index, proper_name, inhabited, population, mass_class, surface_gravity, orbital_period_days, rotation_period_hours, atmosphere, - biome_summary, hydrosphere, economic_role, settlement_pattern, + planet_class, hydrosphere, economic_role, settlement_pattern, industrial_corridor) VALUES (?1, ?2, ?3, ?4, ?5, ?6, ?7, ?8, ?9, ?10, ?11, ?12, ?13, ?14, ?15, ?16, ?17, ?18)", params![ @@ -542,7 +542,7 @@ pub fn cmd_commit_system(conn: &Connection, path: &str) { body.orbital_period_days, body.rotation_period_hours, body.atmosphere, - body.biome_summary, + body.planet_class, body.hydrosphere, body.economic_role, body.settlement_pattern, diff --git a/server/src/bin/atlas/common.rs b/server/src/bin/atlas/common.rs index 1b305f7e4..34f443c6f 100644 --- a/server/src/bin/atlas/common.rs +++ b/server/src/bin/atlas/common.rs @@ -19,7 +19,7 @@ pub struct BodyRow { pub mass_class: Option, pub atmosphere: Option, pub surface_gravity: Option, - pub biome_summary: Option, + pub planet_class: Option, pub hydrosphere: Option, pub inhabited: bool, pub population: i64, @@ -102,7 +102,7 @@ pub fn query_bodies( let mut sql = String::from( "SELECT body_id, system_id, parent_body_id, body_type, orbit_index, proper_name, mass_class, atmosphere, surface_gravity, - biome_summary, hydrosphere, inhabited, population, + planet_class, hydrosphere, inhabited, population, economic_role, cultural_corridor, industrial_corridor FROM bodies WHERE 1=1", ); @@ -138,7 +138,7 @@ pub fn query_bodies( mass_class: row.get(6)?, atmosphere: row.get(7)?, surface_gravity: row.get(8)?, - biome_summary: row.get(9)?, + planet_class: row.get(9)?, hydrosphere: row.get(10)?, inhabited: row.get::<_, i32>(11)? != 0, population: row.get::<_, Option>(12)?.unwrap_or(0), diff --git a/server/src/bin/atlas/mutate.rs b/server/src/bin/atlas/mutate.rs index 58ae4b4f7..aa1e931ca 100644 --- a/server/src/bin/atlas/mutate.rs +++ b/server/src/bin/atlas/mutate.rs @@ -22,7 +22,7 @@ pub fn cmd_add_body( conn.execute( "INSERT INTO bodies (body_id, system_id, parent_body_id, body_type, orbit_index, proper_name, mass_class, atmosphere, surface_gravity, - biome_summary, inhabited, population) + planet_class, inhabited, population) VALUES (?1, ?2, ?3, ?4, ?5, ?6, ?7, ?8, ?9, ?10, ?11, ?12)", params![ id, diff --git a/server/src/bin/atlas/show.rs b/server/src/bin/atlas/show.rs index 08fbe1877..674343301 100644 --- a/server/src/bin/atlas/show.rs +++ b/server/src/bin/atlas/show.rs @@ -47,7 +47,7 @@ pub fn cmd_show_body(conn: &Connection, body_id: &str) { .query_row( "SELECT body_id, system_id, parent_body_id, body_type, orbit_index, proper_name, mass_class, atmosphere, surface_gravity, - biome_summary, hydrosphere, inhabited, population, + planet_class, hydrosphere, inhabited, population, economic_role, cultural_corridor, industrial_corridor FROM bodies WHERE body_id = ?1", params![body_id], @@ -62,7 +62,7 @@ pub fn cmd_show_body(conn: &Connection, body_id: &str) { mass_class: row.get(6)?, atmosphere: row.get(7)?, surface_gravity: row.get(8)?, - biome_summary: row.get(9)?, + planet_class: row.get(9)?, hydrosphere: row.get(10)?, inhabited: row.get::<_, i32>(11)? != 0, population: row.get::<_, Option>(12)?.unwrap_or(0), diff --git a/server/src/bin/atlas/sync_wiki.rs b/server/src/bin/atlas/sync_wiki.rs index 86e1ebed3..17f2777e0 100644 --- a/server/src/bin/atlas/sync_wiki.rs +++ b/server/src/bin/atlas/sync_wiki.rs @@ -35,7 +35,7 @@ pub fn cmd_sync_wiki(conn: &Connection, system_id: Option<&str>, wiki_dir: &str) "SELECT body_id, proper_name, body_type, orbit_index, parent_body_id, inhabited, population, mass_class, atmosphere, surface_gravity, orbital_period_days, rotation_period_hours, - biome_summary, hydrosphere, economic_role, settlement_pattern, + planet_class, hydrosphere, economic_role, settlement_pattern, industrial_corridor FROM bodies WHERE system_id = ?1 ORDER BY CASE WHEN parent_body_id IS NULL THEN orbit_index ELSE 1000 + orbit_index END", diff --git a/tooling/planet-gen/biomes.toml b/tooling/planet-gen/biomes.toml index 9b085a08d..910f744d8 100644 --- a/tooling/planet-gen/biomes.toml +++ b/tooling/planet-gen/biomes.toml @@ -156,13 +156,20 @@ moist_hi = 0.15 # ───────────────────────────────────────────────────────────────────── [temperature_bands] -temperate = [275, 305] -oceanic = [278, 300] -forest = [275, 308] -arid = [295, 340] -frozen = [210, 265] -volcanic = [290, 380] -barren = [180, 380] +# Core classes +temperate = [275, 305] +oceanic = [278, 300] +forest = [275, 308] +arid = [295, 340] +frozen = [210, 265] +volcanic = [290, 380] +barren = [180, 380] +# Extended classes +temperate_terminator = [260, 310] # sharp day/night gradient, wide band +cold_arid = [240, 290] # cold desert (Mars-analog) +hot_arid = [310, 360] # scorching desert +tropical = [295, 315] # hot and wet +boreal = [245, 278] # cold forest / taiga # ───────────────────────────────────────────────────────────────────── # Biome color palette diff --git a/tooling/planet-gen/body_definition_parser.py b/tooling/planet-gen/body_definition_parser.py index 5cc6ca161..40dafc83f 100644 --- a/tooling/planet-gen/body_definition_parser.py +++ b/tooling/planet-gen/body_definition_parser.py @@ -72,12 +72,20 @@ STAR_UV = { } # atmosphere field → density string +# Wiki atmosphere value → pipeline atmosphere density. +# Both legacy ("breathable") and current ("standard") wiki values mapped. ATMO_MAP = { - "none": "none", - "thin": "thin", - "breathable": "standard", - "dense": "thick", - "toxic": "thick", # Venus-style reducing atmosphere + "none": "none", + "trace": "none", # too thin for weather/clouds + "thin": "thin", + "breathable": "standard", # legacy wiki value + "standard": "standard", # current wiki value + "dense": "thick", + "thick": "thick", + "toxic": "thick", # Venus-style reducing atmosphere + "reducing": "thick", # same as toxic + "hydrogen-helium": "thick", # gas giant + "gas_giant": "thick", # gas giant atmosphere field } # hydrosphere → approximate land_fraction range [min, max] @@ -91,14 +99,44 @@ HYDRO_LAND = { } # biome → planet_class -BIOME_CLASS = { - "temperate": "temperate", - "arid": "arid", - "frozen": "frozen", - "volcanic": "volcanic", - "barren": "barren", - "forest": "forest", - "oceanic": "oceanic", +# Wiki planet class → pipeline planet class. +# All 26 known wiki values mapped explicitly. +# Unknown values default to "temperate" (safe for modders adding new classes). +PLANET_CLASS_MAP = { + # Direct matches + "temperate": "temperate", + "arid": "arid", + "frozen": "frozen", + "volcanic": "volcanic", + "barren": "barren", + "oceanic": "oceanic", + # Temperate variants + "temperate_terminator": "temperate_terminator", + "temperate-cool": "temperate", + "temperate_highland": "temperate", + "temperate_maritime": "temperate", + "temperate_savanna": "temperate", + "temperate_coastal": "temperate", + "temperate_riverine": "temperate", + "temperate_ocean": "oceanic", + "cold_temperate": "temperate", + "floodplain_temperate": "temperate", + # Arid variants + "cold_arid": "cold_arid", + "hot_arid": "hot_arid", + # Tropical + "tropical": "tropical", + "tropical_ocean": "oceanic", + "subtropical": "tropical", + # Cold + "ice": "frozen", + "boreal": "boreal", + # Warm ocean + "warm_ocean": "oceanic", + # Geothermal + "geothermal": "volcanic", + # Forest (from prototype) + "forest": "forest", } # planet_class → axial tilt range [min, max] degrees @@ -414,7 +452,9 @@ def _build_body_def( if btype == "gas_giant" or mass in ("gas_giant", "ice_giant"): planet_class = "gas_giant" else: - planet_class = BIOME_CLASS.get(biome, "barren") + planet_class = PLANET_CLASS_MAP.get(biome, "temperate") + if biome and biome not in PLANET_CLASS_MAP and biome != "—": + log.warning(f" {bid}: unknown planet class '{biome}' — defaulting to temperate") planet_class = ov.get("planet_class", planet_class) diff --git a/wiki/star-systems/GJ-0/index.md b/wiki/star-systems/GJ-0/index.md index 9fd5d386b..453c7e248 100644 --- a/wiki/star-systems/GJ-0/index.md +++ b/wiki/star-systems/GJ-0/index.md @@ -75,11 +75,11 @@ Sol sits outside the standard framework on several axes and requires explicit ju ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ0b` | Mercury | planet | no | — | terrestrial | 0.38g | 88 | 1408.0 | none | barren | none | — | — | — | | 2 | `GJ0c` | Venus | planet | no | — | terrestrial | 0.90g | 225 | 5832.0 | toxic | volcanic | none | — | — | — | -| 3 | `GJ0d` | Earth | planet | yes | 8.5B | terrestrial | 1.00g | 365 | 24.0 | breathable | temperate | ocean | manufacturing | urban_concentrated | — | +| 3 | `GJ0d` | Earth | planet | yes | 8.5B | terrestrial | 1.00g | 365 | 24.0 | standard | temperate | ocean | manufacturing | urban_concentrated | — | | ↳ 3.1 | `GJ0d-1` | Luna | moon | yes | 350M | dwarf | 0.17g | 27 | 655.7 | none | barren | none | manufacturing | domed | — | | 4 | `GJ0e` | Mars | planet | yes | 1.2B | terrestrial | 0.38g | 687 | 24.6 | thin | arid | ice | extraction | domed | — | | ↳ 4.1 | `GJ0e-1` | Phobos | moon | no | — | dwarf | 0.00g | 0 | 7.7 | none | barren | none | — | — | — | diff --git a/wiki/star-systems/GJ-1/index.md b/wiki/star-systems/GJ-1/index.md index 5b0c10e34..ee1fe58dd 100644 --- a/wiki/star-systems/GJ-1/index.md +++ b/wiki/star-systems/GJ-1/index.md @@ -52,7 +52,7 @@ Three generations of patient land acquisition have put one cooperative within a ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1b` | — | planet | no | — | terrestrial | 0.33g | 8 | 187.2 | none | barren | — | — | — | — | | 2 | `GJ1c` | Feldmark | planet | yes | 12M | terrestrial | 0.82g | 65 | 1560.0 | standard | temperate_terminator | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-1002/index.md b/wiki/star-systems/GJ-1002/index.md index fd14b973e..8f2432919 100644 --- a/wiki/star-systems/GJ-1002/index.md +++ b/wiki/star-systems/GJ-1002/index.md @@ -54,7 +54,7 @@ Three centuries of cooperative governance have produced a system at peace with i ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1002b` | Caparica | planet | yes | 35M | terrestrial | 0.88g | 12 | 288.0 | standard | oceanic | liquid_water | agricultural | dispersed | agricultural_export | | 2 | `GJ1002-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-1005A/index.md b/wiki/star-systems/GJ-1005A/index.md index 65d3c7f73..bad127473 100644 --- a/wiki/star-systems/GJ-1005A/index.md +++ b/wiki/star-systems/GJ-1005A/index.md @@ -50,7 +50,7 @@ Port Desrochers was financed by a north_reach consortium whose silent equity sta ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1005Ab` | — | planet | no | — | terrestrial | 0.31g | 5 | 124.8 | none | barren | — | — | — | — | | 2 | `GJ1005Ac` | Port Desrochers | planet | yes | 320K | terrestrial | 0.82g | 17 | 403.2 | standard | temperate_terminator | liquid_water | transit | urban_concentrated | logistics | diff --git a/wiki/star-systems/GJ-103/index.md b/wiki/star-systems/GJ-103/index.md index 9873523c7..78a3e2cc7 100644 --- a/wiki/star-systems/GJ-103/index.md +++ b/wiki/star-systems/GJ-103/index.md @@ -72,7 +72,7 @@ Wave_5 dead_end at hop 7 on an ocean world is internally consistent. The Dutch m ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ103b` | — | planet | no | — | terrestrial | 0.36g | 14 | 336.0 | none | barren | — | — | — | — | | 2 | `GJ103c` | Vlieland | planet | yes | 4K | terrestrial | 0.86g | 148 | 26.4 | standard | oceanic | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-105A/index.md b/wiki/star-systems/GJ-105A/index.md index 20105421c..92b343f4b 100644 --- a/wiki/star-systems/GJ-105A/index.md +++ b/wiki/star-systems/GJ-105A/index.md @@ -68,7 +68,7 @@ Forty years of complete commercial transaction records covering every company th ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ105Ab` | — | planet | no | — | terrestrial | 0.42g | 24 | 22.8 | none | barren | — | — | — | — | | 2 | `GJ105Ac` | Nová Tržnice | planet | yes | 2M | terrestrial | 0.91g | 168 | 23.4 | standard | temperate | liquid_water | commercial | urban_concentrated | logistics_manufacturing | diff --git a/wiki/star-systems/GJ-1061/index.md b/wiki/star-systems/GJ-1061/index.md index 576fbc79a..4abc8e318 100644 --- a/wiki/star-systems/GJ-1061/index.md +++ b/wiki/star-systems/GJ-1061/index.md @@ -54,7 +54,7 @@ Unsettled junction at hop 4, but with a gate connection to a written hop-2 core ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1061b` | — | planet | no | — | terrestrial | 0.36g | 5 | 115.2 | none | barren | — | — | — | — | | 2 | `GJ1061c` | — | planet | no | — | terrestrial | 0.72g | 18 | 432.0 | thin | cold_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-1073/index.md b/wiki/star-systems/GJ-1073/index.md index 6027ad95b..cb7a07c13 100644 --- a/wiki/star-systems/GJ-1073/index.md +++ b/wiki/star-systems/GJ-1073/index.md @@ -50,7 +50,7 @@ The stub lists this system as `unsettled`; the correct classification is `wave_4 ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1073b` | — | planet | no | — | terrestrial | 0.36g | 16 | 18.4 | none | barren | — | — | — | — | | 2 | `GJ1073c` | Mabuhay | planet | yes | 32K | terrestrial | 0.84g | 140 | 26.8 | standard | temperate | liquid_water | agricultural | dispersed | — | diff --git a/wiki/star-systems/GJ-1075/index.md b/wiki/star-systems/GJ-1075/index.md index bb14f82e1..f35b8cf72 100644 --- a/wiki/star-systems/GJ-1075/index.md +++ b/wiki/star-systems/GJ-1075/index.md @@ -68,7 +68,7 @@ The unusual-type designation for a K7V requires clarification. The spectral clas ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1075b` | — | planet | no | — | terrestrial | 0.35g | 14 | 340.8 | none | barren | — | — | — | — | | 2 | `GJ1075c` | Espinho | planet | yes | 74K | terrestrial | 0.88g | 45 | 21.6 | standard | temperate_coastal | liquid_water | research | dispersed | — | diff --git a/wiki/star-systems/GJ-107A/index.md b/wiki/star-systems/GJ-107A/index.md index f1c4cde8b..25010e7fe 100644 --- a/wiki/star-systems/GJ-107A/index.md +++ b/wiki/star-systems/GJ-107A/index.md @@ -72,7 +72,7 @@ The READ-ONLY System Profile classifies GJ 107A as F7V, making F-type the correc ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ107Ab` | — | planet | no | — | terrestrial | 0.34g | 28 | 19.2 | none | barren | — | — | — | — | | 2 | `GJ107Ac` | — | planet | no | — | terrestrial | 0.62g | 105 | 28.6 | none | barren | — | — | — | — | diff --git a/wiki/star-systems/GJ-111/index.md b/wiki/star-systems/GJ-111/index.md index aac5249de..b80112f6f 100644 --- a/wiki/star-systems/GJ-111/index.md +++ b/wiki/star-systems/GJ-111/index.md @@ -62,7 +62,7 @@ Wave_4 settlement at a dead_end at hop 19 is explained as a daughter colony of t ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ111b` | — | planet | no | — | terrestrial | 0.56g | 76 | 18.2 | none | barren | — | — | — | — | | 2 | `GJ111c` | — | planet | no | — | terrestrial | 0.78g | 290 | 23.8 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-1111/index.md b/wiki/star-systems/GJ-1111/index.md index 4938a83ce..29033013e 100644 --- a/wiki/star-systems/GJ-1111/index.md +++ b/wiki/star-systems/GJ-1111/index.md @@ -54,7 +54,7 @@ M6.5 places GJ 1111 at the extreme cool end of the M-dwarf sequence, close to th ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1111b` | Qina | planet | yes | 380K | terrestrial | 0.82g | 9 | 216.0 | standard | cold_arid | — | manufacturing | urban_concentrated | component_fabrication | | 2 | `GJ1111-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-1116A/index.md b/wiki/star-systems/GJ-1116A/index.md index 0fabbb0ba..fb01c2c91 100644 --- a/wiki/star-systems/GJ-1116A/index.md +++ b/wiki/star-systems/GJ-1116A/index.md @@ -78,10 +78,10 @@ Wave_2 settlement at a junction topology is consistent — the corridor value of ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1116Ab` | — | planet | no | — | terrestrial | 0.30g | 3 | 72.0 | none | barren | none | — | — | — | -| 2 | `GJ1116Ac` | Mabaso Prime | planet | yes | 700M | terrestrial | 0.85g | 10 | 240.0 | breathable | arid | minimal | transit | urban | — | +| 2 | `GJ1116Ac` | Mabaso Prime | planet | yes | 700M | terrestrial | 0.85g | 10 | 240.0 | standard | arid | minimal | transit | urban | — | | ↳ 2.1 | `GJ1116Ac-1` | — | moon | no | — | dwarf | 0.04g | 4 | 96.0 | none | barren | none | — | — | — | | 3 | `GJ1116Ad` | — | planet | no | — | terrestrial | 0.35g | 28 | 672.0 | thin | frozen | ice | — | — | — | | 4 | `GJ1116Ae` | — | planet | no | — | terrestrial | 0.28g | 80 | 1920.0 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-1116B/index.md b/wiki/star-systems/GJ-1116B/index.md index 86e7ca6f4..817a074be 100644 --- a/wiki/star-systems/GJ-1116B/index.md +++ b/wiki/star-systems/GJ-1116B/index.md @@ -56,7 +56,7 @@ Polish/Czech/Hungarian founding heritage is consistent with the Central European ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1116Bb` | — | planet | no | — | terrestrial | 0.32g | 6 | 153.6 | none | barren | — | — | — | — | | 2 | `GJ1116Bc` | Rynek | planet | yes | 22M | terrestrial | 0.86g | 45 | 1080.0 | standard | temperate_terminator | liquid_water | transit | urban_concentrated | logistics | diff --git a/wiki/star-systems/GJ-1125/index.md b/wiki/star-systems/GJ-1125/index.md index 059f7adfd..54b08a71b 100644 --- a/wiki/star-systems/GJ-1125/index.md +++ b/wiki/star-systems/GJ-1125/index.md @@ -68,7 +68,7 @@ The star field reads "K:..." (incomplete classification) while the stub header s ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1125b` | — | planet | no | — | terrestrial | 0.34g | 6 | 134.4 | none | barren | — | — | — | — | | 2 | `GJ1125c` | Hwaseong | planet | yes | 140K | terrestrial | 1.30g | 18 | 441.6 | standard | temperate_terminator | liquid_water | research | urban_concentrated | biotech_ceramics | diff --git a/wiki/star-systems/GJ-1128/index.md b/wiki/star-systems/GJ-1128/index.md index aee2fb7a5..e59c08925 100644 --- a/wiki/star-systems/GJ-1128/index.md +++ b/wiki/star-systems/GJ-1128/index.md @@ -66,7 +66,7 @@ M-type classification is correct — the primary is an M-dwarf, consistent with ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1128b` | — | planet | no | — | terrestrial | 0.31g | 5 | 115.2 | none | barren | — | — | — | — | | 2 | `GJ1128c` | — | planet | no | — | terrestrial | 0.58g | 16 | 388.8 | thin | cold_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-1156/index.md b/wiki/star-systems/GJ-1156/index.md index 7e3019306..72a87dce3 100644 --- a/wiki/star-systems/GJ-1156/index.md +++ b/wiki/star-systems/GJ-1156/index.md @@ -32,11 +32,11 @@ Four hundred years of translation work has made Travessia genuinely fluent in bo ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1156b` | — | planet | no | — | terrestrial | 0.26g | 18 | 430.0 | none | barren | none | — | — | — | | 2 | `GJ1156c` | — | planet | no | — | terrestrial | 0.55g | 65 | 1560.0 | toxic | barren | none | — | — | — | -| 3 | `GJ1156d` | Euripos | planet | yes | 1.2B | terrestrial | 0.90g | 230 | 24.5 | breathable | temperate | ocean | service_mixed | urban_concentrated | — | +| 3 | `GJ1156d` | Euripos | planet | yes | 1.2B | terrestrial | 0.90g | 230 | 24.5 | standard | temperate | ocean | service_mixed | urban_concentrated | — | | ↳ 3.1 | `GJ1156d-1` | — | moon | no | — | dwarf | 0.06g | 14 | 336.0 | none | barren | none | — | — | — | | 4 | `GJ1156e` | — | planet | no | — | terrestrial | 0.48g | 450 | 19.0 | thin | arid | rivers | — | — | — | | 5 | `GJ1156f` | — | planet | no | — | terrestrial | 0.40g | 800 | 16.0 | thin | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-117/index.md b/wiki/star-systems/GJ-117/index.md index 4a35eac52..27f4d4047 100644 --- a/wiki/star-systems/GJ-117/index.md +++ b/wiki/star-systems/GJ-117/index.md @@ -50,7 +50,7 @@ The outer planet Doi Kaeo (Thai: 'crystal peak') was named by a Thai-heritage su ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ117b` | — | planet | no | — | terrestrial | 0.36g | 9 | 225.6 | none | barren | — | — | — | — | | 2 | `GJ117c` | — | planet | no | — | terrestrial | 0.82g | 56 | 26.8 | standard | temperate | liquid_water | — | — | — | diff --git a/wiki/star-systems/GJ-1221/index.md b/wiki/star-systems/GJ-1221/index.md index 66e70b88f..b78db0d37 100644 --- a/wiki/star-systems/GJ-1221/index.md +++ b/wiki/star-systems/GJ-1221/index.md @@ -67,7 +67,7 @@ The alien builders put a gate at a dead star that shouldn't be magnetic. Anyone ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1221-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | | 2 | `GJ1221-oort` | — | oort_cloud | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-1230A/index.md b/wiki/star-systems/GJ-1230A/index.md index fd7788fdd..1b7ad8699 100644 --- a/wiki/star-systems/GJ-1230A/index.md +++ b/wiki/star-systems/GJ-1230A/index.md @@ -46,11 +46,11 @@ Wave_5, loop_member at hop 4 reflects deliberate late activation to close a gap ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1230Ab` | — | planet | no | — | terrestrial | 0.35g | 12 | 288.0 | none | barren | none | — | — | — | | 2 | `GJ1230Ac` | — | planet | no | — | terrestrial | 0.45g | 32 | 500.0 | none | barren | none | — | — | — | -| 3 | `GJ1230Ad` | Talvela | planet | yes | 8M | terrestrial | 0.82g | 95 | 20.5 | breathable | temperate-cool | moderate | transit | concentrated | — | +| 3 | `GJ1230Ad` | Talvela | planet | yes | 8M | terrestrial | 0.82g | 95 | 20.5 | standard | temperate-cool | moderate | transit | concentrated | — | | ↳ 3.1 | `GJ1230Ad-1` | — | moon | no | — | dwarf | 0.04g | 8 | 192.0 | none | barren | none | — | — | — | | 4 | `GJ1230Ae` | — | planet | no | — | terrestrial | 0.40g | 210 | 17.0 | thin | arid | none | — | — | — | | 5 | `GJ1230Af` | — | planet | no | — | terrestrial | 0.35g | 440 | 15.5 | thin | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-1232/index.md b/wiki/star-systems/GJ-1232/index.md index 02e0be667..bd5d01236 100644 --- a/wiki/star-systems/GJ-1232/index.md +++ b/wiki/star-systems/GJ-1232/index.md @@ -60,7 +60,7 @@ The governance dispute that has divided Gammelstad's highland and basin district ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1232b` | — | planet | no | — | terrestrial | 0.34g | 9 | 220.8 | none | barren | — | — | — | — | | 2 | `GJ1232c` | Gammla | planet | yes | 52M | terrestrial | 0.88g | 72 | 1728.0 | standard | temperate_terminator | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-1235/index.md b/wiki/star-systems/GJ-1235/index.md index c2f5ca0c3..8faf04306 100644 --- a/wiki/star-systems/GJ-1235/index.md +++ b/wiki/star-systems/GJ-1235/index.md @@ -52,7 +52,7 @@ Wave_2 three-aperture junction at hop 7 is exceptional — the deep_frontier jun ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1235b` | — | planet | no | — | terrestrial | 0.38g | 14 | 336.0 | none | barren | — | — | — | — | | 2 | `GJ1235c` | Wetzlar | planet | yes | 28K | terrestrial | 0.86g | 140 | 26.8 | standard | temperate | liquid_water | commercial | urban_concentrated | — | diff --git a/wiki/star-systems/GJ-124/index.md b/wiki/star-systems/GJ-124/index.md index d1b684eeb..91038c7b0 100644 --- a/wiki/star-systems/GJ-124/index.md +++ b/wiki/star-systems/GJ-124/index.md @@ -68,7 +68,7 @@ The stub header specifies M-type while the star field shows G0V — a genuinely ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ124b` | — | planet | no | — | terrestrial | 0.32g | 22 | 18.4 | none | barren | — | — | — | — | | 2 | `GJ124c` | — | planet | no | — | terrestrial | 0.58g | 80 | 26.2 | none | barren | — | — | — | — | diff --git a/wiki/star-systems/GJ-1245A/index.md b/wiki/star-systems/GJ-1245A/index.md index 1e0e84fa6..be43c87d9 100644 --- a/wiki/star-systems/GJ-1245A/index.md +++ b/wiki/star-systems/GJ-1245A/index.md @@ -57,7 +57,7 @@ The Igbo cultural heritage is explicit in the system's naming: Okoro is a common ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1245Ab` | — | planet | no | — | terrestrial | 0.25g | 3 | 72.0 | none | barren | none | — | — | — | | 2 | `GJ1245Ac` | — | planet | no | — | terrestrial | 0.38g | 8 | 192.0 | none | barren | none | — | — | — | diff --git a/wiki/star-systems/GJ-1245B/index.md b/wiki/star-systems/GJ-1245B/index.md index 7e6388e46..f995877c1 100644 --- a/wiki/star-systems/GJ-1245B/index.md +++ b/wiki/star-systems/GJ-1245B/index.md @@ -54,7 +54,7 @@ The lowercase `m` star designation is preserved exactly from the READ-ONLY profi ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1245Bb` | Glimkop | planet | yes | 4K | terrestrial | 0.62g | 6 | 144.0 | thin | frozen | — | — | urban_concentrated | — | | 2 | `GJ1245Bc` | — | planet | no | — | terrestrial | 0.34g | 18 | 20.4 | trace | frozen | — | — | — | — | diff --git a/wiki/star-systems/GJ-1248/index.md b/wiki/star-systems/GJ-1248/index.md index eb69d3492..470167fd9 100644 --- a/wiki/star-systems/GJ-1248/index.md +++ b/wiki/star-systems/GJ-1248/index.md @@ -60,7 +60,7 @@ The k-m transitional stellar class is unusual and reflects a genuine edge-case o ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1248b` | — | planet | no | — | terrestrial | 0.34g | 8 | 201.6 | none | barren | — | — | — | — | | 2 | `GJ1248c` | Torfmoor | planet | yes | 32K | terrestrial | 0.88g | 145 | 30.4 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-1267/index.md b/wiki/star-systems/GJ-1267/index.md index 554b75ec9..13688a84d 100644 --- a/wiki/star-systems/GJ-1267/index.md +++ b/wiki/star-systems/GJ-1267/index.md @@ -60,7 +60,7 @@ A community three centuries into maintaining a loyalty that outlasted its occasi ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1267b` | — | planet | no | — | terrestrial | 0.36g | 10 | 244.8 | none | barren | — | — | — | — | | 2 | `GJ1267c` | Monsaraz | planet | yes | 10K | terrestrial | 0.86g | 72 | 27.8 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-127A/index.md b/wiki/star-systems/GJ-127A/index.md index b83a8ec64..333c9a770 100644 --- a/wiki/star-systems/GJ-127A/index.md +++ b/wiki/star-systems/GJ-127A/index.md @@ -64,7 +64,7 @@ Wave_4 settlement at hop 20 with former Institute affiliates in the founding coh ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ127Ab` | — | planet | no | — | terrestrial | 0.48g | 42 | 17.6 | none | barren | — | — | — | — | | 2 | `GJ127Ac` | — | planet | no | — | terrestrial | 0.72g | 180 | 22.6 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-127B/index.md b/wiki/star-systems/GJ-127B/index.md index 7c4734cd2..4f5afbb4e 100644 --- a/wiki/star-systems/GJ-127B/index.md +++ b/wiki/star-systems/GJ-127B/index.md @@ -54,10 +54,10 @@ M-type header per the database classification. The READ-ONLY profile shows G7V ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ127Bb` | — | planet | no | — | terrestrial | 0.72g | 92 | 2208.0 | none | barren | — | — | — | — | -| 2 | `GJ127Bc` | Wiltz | planet | yes | 85K | terrestrial | 0.94g | 320 | 26.4 | breathable | temperate-cool | rivers-lakes | mixed-agriculture | distributed-rural | west_reach | +| 2 | `GJ127Bc` | Wiltz | planet | yes | 85K | terrestrial | 0.94g | 320 | 26.4 | standard | temperate-cool | rivers-lakes | mixed-agriculture | distributed-rural | west_reach | | ↳ 2.1 | `GJ127Bc-1` | — | moon | no | — | dwarf | 0.06g | 18 | 436.8 | none | barren | — | — | — | — | | 3 | `GJ127Bd` | — | planet | no | — | terrestrial | 0.58g | 710 | 22.6 | thin | arid | — | — | — | — | | 4 | `GJ127B-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-1286/index.md b/wiki/star-systems/GJ-1286/index.md index 580c450e4..e9feabb9c 100644 --- a/wiki/star-systems/GJ-1286/index.md +++ b/wiki/star-systems/GJ-1286/index.md @@ -75,13 +75,13 @@ The name Kensho — a Zen Buddhist concept indicating sudden insight or illumina ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1286b` | — | planet | no | — | terrestrial | 0.28g | 20 | 480.0 | none | barren | none | — | — | — | | 2 | `GJ1286c` | — | planet | no | — | terrestrial | 0.58g | 70 | 1680.0 | toxic | barren | none | — | — | — | -| 3 | `GJ1286d` | Enso | planet | yes | 500M | terrestrial | 0.88g | 280 | 25.0 | breathable | temperate | ocean | research | urban_concentrated | — | +| 3 | `GJ1286d` | Enso | planet | yes | 500M | terrestrial | 0.88g | 280 | 25.0 | standard | temperate | ocean | research | urban_concentrated | — | | ↳ 3.1 | `GJ1286d-1` | — | moon | no | — | dwarf | 0.06g | 15 | 360.0 | none | barren | none | — | — | — | -| 4 | `GJ1286e` | Mokurai | planet | yes | 80M | terrestrial | 0.78g | 480 | 22.0 | breathable | temperate | rivers | research | dispersed_rural | — | +| 4 | `GJ1286e` | Mokurai | planet | yes | 80M | terrestrial | 0.78g | 480 | 22.0 | standard | temperate | rivers | research | dispersed_rural | — | | 5 | `GJ1286f` | — | planet | no | — | terrestrial | 0.45g | 800 | 17.5 | thin | arid | none | — | — | — | | 6 | `GJ1286g` | — | planet | no | — | terrestrial | 0.38g | 1200 | 15.0 | none | frozen | ice | — | — | — | | 7 | `GJ1286-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-1289/index.md b/wiki/star-systems/GJ-1289/index.md index 3f13d093d..6e171f1bb 100644 --- a/wiki/star-systems/GJ-1289/index.md +++ b/wiki/star-systems/GJ-1289/index.md @@ -46,10 +46,10 @@ Every Assembly field officer posted here eventually writes a private memo conclu ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1289b` | — | planet | no | — | terrestrial | 0.32g | 15 | 360.0 | none | barren | none | — | — | — | -| 2 | `GJ1289c` | Lacombe | planet | yes | 200M | terrestrial | 0.88g | 40 | 960.0 | breathable | temperate-cool | moderate | coordination | urban | — | +| 2 | `GJ1289c` | Lacombe | planet | yes | 200M | terrestrial | 0.88g | 40 | 960.0 | standard | temperate-cool | moderate | coordination | urban | — | | ↳ 2.1 | `GJ1289c-1` | — | moon | no | — | dwarf | 0.05g | 6 | 144.0 | none | barren | none | — | — | — | | 3 | `GJ1289d` | — | planet | no | — | terrestrial | 0.40g | 90 | 16.0 | thin | frozen | ice | — | — | — | | 4 | `GJ1289e` | — | planet | no | — | terrestrial | 0.32g | 250 | 16.0 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-1292/index.md b/wiki/star-systems/GJ-1292/index.md index 3f3a6a389..6d09d835e 100644 --- a/wiki/star-systems/GJ-1292/index.md +++ b/wiki/star-systems/GJ-1292/index.md @@ -46,11 +46,11 @@ Transitek East Africa has been the sole infrastructure operator in this system f ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ1292b` | — | planet | no | — | terrestrial | 0.30g | 12 | 288.0 | none | barren | none | — | — | — | | 2 | `GJ1292c` | — | planet | no | — | terrestrial | 0.42g | 35 | 840.0 | thin | barren | none | — | — | — | -| 3 | `GJ1292d` | Isiolo | planet | yes | 50K | terrestrial | 0.80g | 85 | 2040.0 | breathable | arid | minimal | transit | concentrated | — | +| 3 | `GJ1292d` | Isiolo | planet | yes | 50K | terrestrial | 0.80g | 85 | 2040.0 | standard | arid | minimal | transit | concentrated | — | | 4 | `GJ1292e` | — | planet | no | — | terrestrial | 0.35g | 200 | 16.0 | none | frozen | ice | — | — | — | | 5 | `GJ1292f` | — | planet | no | — | terrestrial | 0.28g | 500 | 15.0 | none | frozen | ice | — | — | — | | 6 | `GJ1292g` | — | gas_giant | no | — | gas_giant | — | 1500 | 10.5 | dense | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-136/index.md b/wiki/star-systems/GJ-136/index.md index d806885a5..4e5afce07 100644 --- a/wiki/star-systems/GJ-136/index.md +++ b/wiki/star-systems/GJ-136/index.md @@ -70,7 +70,7 @@ G2V classification is correct — a genuinely sun-like star at hop 8 is the defi ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ136b` | — | planet | no | — | terrestrial | 0.52g | 52 | 18.8 | none | barren | — | — | — | — | | 2 | `GJ136c` | — | planet | no | — | terrestrial | 0.76g | 165 | 25.4 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-137/index.md b/wiki/star-systems/GJ-137/index.md index 4314bef3a..4b7c91ce5 100644 --- a/wiki/star-systems/GJ-137/index.md +++ b/wiki/star-systems/GJ-137/index.md @@ -52,7 +52,7 @@ Novaya Zarya's founding archive describes a displacement from the inner corridor ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ137b` | — | planet | no | — | terrestrial | 0.46g | 36 | 19.2 | none | barren | — | — | — | — | | 2 | `GJ137c` | — | planet | no | — | terrestrial | 0.72g | 125 | 25.4 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-138/index.md b/wiki/star-systems/GJ-138/index.md index 4e7c31217..11f1434e8 100644 --- a/wiki/star-systems/GJ-138/index.md +++ b/wiki/star-systems/GJ-138/index.md @@ -46,7 +46,7 @@ Sertão's agricultural practices have diverged significantly from the Portuguese ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ138b` | — | planet | no | — | terrestrial | 0.36g | 10 | 230.4 | none | barren | — | — | — | — | | 2 | `GJ138c` | Portel | planet | yes | 12K | terrestrial | 0.86g | 70 | 28.4 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-139/index.md b/wiki/star-systems/GJ-139/index.md index de70aa4e7..bab9ce0e5 100644 --- a/wiki/star-systems/GJ-139/index.md +++ b/wiki/star-systems/GJ-139/index.md @@ -51,7 +51,7 @@ Wave_3 settlement at hop 3 reflects a second-wave commercial activation — Okaf ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ139b` | — | planet | no | — | terrestrial | 0.30g | 25 | 600.0 | none | barren | none | — | — | — | | 2 | `GJ139c` | — | planet | no | — | terrestrial | 0.62g | 90 | 2160.0 | toxic | barren | none | — | — | — | diff --git a/wiki/star-systems/GJ-142/index.md b/wiki/star-systems/GJ-142/index.md index c55691a8a..6243c5573 100644 --- a/wiki/star-systems/GJ-142/index.md +++ b/wiki/star-systems/GJ-142/index.md @@ -48,7 +48,7 @@ Leuchtturm's three-century astronomical archive contains a set of consistent ano ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ142b` | — | planet | no | — | terrestrial | 0.50g | 42 | 17.8 | none | barren | — | — | — | — | | 2 | `GJ142c` | Jena | planet | yes | 3K | terrestrial | 0.88g | 350 | 26.2 | standard | temperate | liquid_water | research | urban_concentrated | — | diff --git a/wiki/star-systems/GJ-144/bodies/GJ144b/globe.png b/wiki/star-systems/GJ-144/bodies/GJ144b/globe.png deleted file mode 100644 index 9a4d65aa3..000000000 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144b/globe.png and /dev/null differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144b/heightmap.png b/wiki/star-systems/GJ-144/bodies/GJ144b/heightmap.png deleted file mode 100644 index a88a3e44e..000000000 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144b/heightmap.png and /dev/null differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144b/index.md b/wiki/star-systems/GJ-144/bodies/GJ144b/index.md deleted file mode 100644 index 9d7efb864..000000000 --- a/wiki/star-systems/GJ-144/bodies/GJ144b/index.md +++ /dev/null @@ -1,64 +0,0 @@ ---- -id: GJ144b -name: null -body_type: planet -planet_class: barren -body_scale: planet -seed: 859224927 -star: - type: K - luminosity_solar: 0.4 - color_temp_K: 4500 -orbit: - distance_au: 0.175 - period_days: 30.0 - axial_tilt_deg: 24.1 -physical: - gravity_g: 0.32 - oblateness: 0.0026 - atmosphere: none - atmosphere_color: null -terrain: - land_fraction: 0.979 - polar_ice_lat: 0.85 - tectonics: none -environment: - geothermal_flux: low - uv_index: moderate - substrate: silicate - chemosynthetic: false - hydrosphere: none -clouds: - enabled: false - coverage_base: 0.043 -render: - globe_light_angle_deg: 125 - specular_ocean: false - night_side_ambient: 0.025 ---- - -# GJ144b - -Barren planet. - -**System:** [GJ-144](../../index.md) - -## Visual - -![Globe](globe.png) - -![Heightmap](heightmap.png) - -## Profile - -| | | -|---|---| -| **Type** | planet | -| **Class** | barren | -| **Gravity** | 0.32g | -| **Land** | 98% | -| **Year** | 30 days | - -## Description - - diff --git a/wiki/star-systems/GJ-144/bodies/GJ144b/markers.json b/wiki/star-systems/GJ-144/bodies/GJ144b/markers.json deleted file mode 100644 index 79e7caf8f..000000000 --- a/wiki/star-systems/GJ-144/bodies/GJ144b/markers.json +++ /dev/null @@ -1,404 +0,0 @@ -{ - "grid": { - "w": 512, - "h": 256 - }, - "rivers": [], - "oceans": [], - "mountain_ranges": [ - { - "id": "range_1", - "name": null, - "center": [ - 40, - 224 - ], - "peak": [ - 3, - 193 - ], - "area_cells": 34937 - }, - { - "id": "range_2", - "name": null, - "center": [ - 63, - 428 - ], - "peak": [ - 60, - 428 - ], - "area_cells": 79 - }, - { - "id": "range_6", - "name": null, - "center": [ - 77, - 250 - ], - "peak": [ - 78, - 251 - ], - "area_cells": 23 - }, - { - "id": "range_9", - "name": null, - "center": [ - 90, - 267 - ], - "peak": [ - 88, - 265 - ], - "area_cells": 74 - }, - { - "id": "range_11", - "name": null, - "center": [ - 95, - 391 - ], - "peak": [ - 100, - 389 - ], - "area_cells": 74 - }, - { - "id": "range_16", - "name": null, - "center": [ - 95, - 186 - ], - "peak": [ - 96, - 187 - ], - "area_cells": 47 - }, - { - "id": "range_17", - "name": null, - "center": [ - 96, - 57 - ], - "peak": [ - 97, - 57 - ], - "area_cells": 28 - }, - { - "id": "range_18", - "name": null, - "center": [ - 97, - 407 - ], - "peak": [ - 98, - 407 - ], - "area_cells": 29 - }, - { - "id": "range_23", - "name": null, - "center": [ - 103, - 376 - ], - "peak": [ - 104, - 376 - ], - "area_cells": 44 - }, - { - "id": "range_24", - "name": null, - "center": [ - 103, - 255 - ], - "peak": [ - 103, - 256 - ], - "area_cells": 22 - }, - { - "id": "range_27", - "name": null, - "center": [ - 106, - 365 - ], - "peak": [ - 105, - 364 - ], - "area_cells": 35 - }, - { - "id": "range_28", - "name": null, - "center": [ - 120, - 489 - ], - "peak": [ - 125, - 482 - ], - "area_cells": 271 - }, - { - "id": "range_29", - "name": null, - "center": [ - 132, - 191 - ], - "peak": [ - 128, - 191 - ], - "area_cells": 430 - }, - { - "id": "range_30", - "name": null, - "center": [ - 126, - 248 - ], - "peak": [ - 127, - 249 - ], - "area_cells": 68 - }, - { - "id": "range_31", - "name": null, - "center": [ - 123, - 300 - ], - "peak": [ - 124, - 300 - ], - "area_cells": 20 - }, - { - "id": "range_33", - "name": null, - "center": [ - 141, - 290 - ], - "peak": [ - 142, - 291 - ], - "area_cells": 74 - }, - { - "id": "range_34", - "name": null, - "center": [ - 144, - 397 - ], - "peak": [ - 144, - 397 - ], - "area_cells": 76 - }, - { - "id": "range_35", - "name": null, - "center": [ - 147, - 90 - ], - "peak": [ - 147, - 90 - ], - "area_cells": 156 - }, - { - "id": "range_36", - "name": null, - "center": [ - 148, - 268 - ], - "peak": [ - 147, - 273 - ], - "area_cells": 97 - }, - { - "id": "range_37", - "name": null, - "center": [ - 163, - 127 - ], - "peak": [ - 158, - 129 - ], - "area_cells": 353 - }, - { - "id": "range_38", - "name": null, - "center": [ - 155, - 18 - ], - "peak": [ - 154, - 18 - ], - "area_cells": 204 - }, - { - "id": "range_39", - "name": null, - "center": [ - 154, - 353 - ], - "peak": [ - 157, - 354 - ], - "area_cells": 75 - }, - { - "id": "range_40", - "name": null, - "center": [ - 172, - 383 - ], - "peak": [ - 173, - 382 - ], - "area_cells": 306 - }, - { - "id": "range_43", - "name": null, - "center": [ - 164, - 481 - ], - "peak": [ - 164, - 481 - ], - "area_cells": 80 - }, - { - "id": "range_44", - "name": null, - "center": [ - 164, - 229 - ], - "peak": [ - 164, - 230 - ], - "area_cells": 35 - }, - { - "id": "range_45", - "name": null, - "center": [ - 172, - 492 - ], - "peak": [ - 169, - 490 - ], - "area_cells": 40 - }, - { - "id": "range_50", - "name": null, - "center": [ - 194, - 424 - ], - "peak": [ - 188, - 428 - ], - "area_cells": 511 - }, - { - "id": "range_51", - "name": null, - "center": [ - 184, - 90 - ], - "peak": [ - 184, - 89 - ], - "area_cells": 30 - }, - { - "id": "range_52", - "name": null, - "center": [ - 192, - 465 - ], - "peak": [ - 192, - 467 - ], - "area_cells": 68 - }, - { - "id": "range_53", - "name": null, - "center": [ - 197, - 27 - ], - "peak": [ - 198, - 33 - ], - "area_cells": 138 - } - ], - "roads": [], - "cities": [], - "railroads": [], - "pois": [] -} \ No newline at end of file diff --git a/wiki/star-systems/GJ-144/bodies/GJ144c/globe.png b/wiki/star-systems/GJ-144/bodies/GJ144c/globe.png deleted file mode 100644 index a3387be47..000000000 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144c/globe.png and /dev/null differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144c/heightmap.png b/wiki/star-systems/GJ-144/bodies/GJ144c/heightmap.png deleted file mode 100644 index 0d20c433e..000000000 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144c/heightmap.png and /dev/null differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144c/index.md b/wiki/star-systems/GJ-144/bodies/GJ144c/index.md deleted file mode 100644 index c47e6358e..000000000 --- a/wiki/star-systems/GJ-144/bodies/GJ144c/index.md +++ /dev/null @@ -1,65 +0,0 @@ ---- -id: GJ144c -name: null -body_type: planet -planet_class: barren -body_scale: planet -seed: 1847535954 -star: - type: K - luminosity_solar: 0.4 - color_temp_K: 4500 -orbit: - distance_au: 0.416 - period_days: 110.0 - axial_tilt_deg: 13.1 -physical: - gravity_g: 0.55 - oblateness: 0.0007 - atmosphere: thick - atmosphere_color: null -terrain: - land_fraction: 0.993 - polar_ice_lat: 0.906 - tectonics: none -environment: - geothermal_flux: low - uv_index: low - substrate: silicate - chemosynthetic: false - hydrosphere: none -clouds: - enabled: false - coverage_base: 0.002 -render: - globe_light_angle_deg: 125 - specular_ocean: false - night_side_ambient: 0.025 ---- - -# GJ144c - -Barren planet. - -**System:** [GJ-144](../../index.md) - -## Visual - -![Globe](globe.png) - -![Heightmap](heightmap.png) - -## Profile - -| | | -|---|---| -| **Type** | planet | -| **Class** | barren | -| **Gravity** | 0.55g | -| **Atmosphere** | thick | -| **Land** | 99% | -| **Year** | 110 days | - -## Description - - diff --git a/wiki/star-systems/GJ-144/bodies/GJ144c/markers.json b/wiki/star-systems/GJ-144/bodies/GJ144c/markers.json deleted file mode 100644 index 9e7b6335f..000000000 --- a/wiki/star-systems/GJ-144/bodies/GJ144c/markers.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "grid": { - "w": 512, - "h": 256 - }, - "rivers": [], - "oceans": [], - "mountain_ranges": [ - { - "id": "range_1", - "name": null, - "center": [ - 72, - 220 - ], - "peak": [ - 70, - 222 - ], - "area_cells": 652 - }, - { - "id": "range_2", - "name": null, - "center": [ - 94, - 299 - ], - "peak": [ - 93, - 297 - ], - "area_cells": 506 - }, - { - "id": "range_3", - "name": null, - "center": [ - 196, - 234 - ], - "peak": [ - 181, - 91 - ], - "area_cells": 57902 - } - ], - "roads": [], - "cities": [], - "railroads": [], - "pois": [] -} \ No newline at end of file diff --git a/wiki/star-systems/GJ-144/bodies/GJ144d-1/globe.png b/wiki/star-systems/GJ-144/bodies/GJ144d-1/globe.png deleted file mode 100644 index 5c16e1f89..000000000 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144d-1/globe.png and /dev/null differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144d-1/heightmap.png b/wiki/star-systems/GJ-144/bodies/GJ144d-1/heightmap.png deleted file mode 100644 index 92470fa01..000000000 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144d-1/heightmap.png and /dev/null differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144d-1/index.md b/wiki/star-systems/GJ-144/bodies/GJ144d-1/index.md deleted file mode 100644 index 2dbf76191..000000000 --- a/wiki/star-systems/GJ-144/bodies/GJ144d-1/index.md +++ /dev/null @@ -1,64 +0,0 @@ ---- -id: GJ144d-1 -name: null -body_type: moon -planet_class: barren -body_scale: moon -seed: 3555695222 -star: - type: K - luminosity_solar: 0.4 - color_temp_K: 4500 -orbit: - distance_au: 0.125 - period_days: 18.0 - axial_tilt_deg: 42.3 -physical: - gravity_g: 0.08 - oblateness: 0.0025 - atmosphere: none - atmosphere_color: null -terrain: - land_fraction: 0.99 - polar_ice_lat: 0.845 - tectonics: none -environment: - geothermal_flux: low - uv_index: moderate - substrate: silicate - chemosynthetic: false - hydrosphere: none -clouds: - enabled: false - coverage_base: 0.008 -render: - globe_light_angle_deg: 125 - specular_ocean: false - night_side_ambient: 0.025 ---- - -# GJ144d-1 - -Barren moon. - -**System:** [GJ-144](../../index.md) - -## Visual - -![Globe](globe.png) - -![Heightmap](heightmap.png) - -## Profile - -| | | -|---|---| -| **Type** | moon | -| **Class** | barren | -| **Gravity** | 0.08g | -| **Land** | 99% | -| **Orbit** | 18 days | - -## Description - - diff --git a/wiki/star-systems/GJ-144/bodies/GJ144d-1/markers.json b/wiki/star-systems/GJ-144/bodies/GJ144d-1/markers.json deleted file mode 100644 index 4247a601d..000000000 --- a/wiki/star-systems/GJ-144/bodies/GJ144d-1/markers.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "grid": { - "w": 512, - "h": 256 - }, - "rivers": [], - "oceans": [], - "mountain_ranges": [ - { - "id": "range_1", - "name": null, - "center": [ - 38, - 167 - ], - "peak": [ - 19, - 259 - ], - "area_cells": 18621 - }, - { - "id": "range_3", - "name": null, - "center": [ - 6, - 466 - ], - "peak": [ - 12, - 478 - ], - "area_cells": 340 - }, - { - "id": "range_4", - "name": null, - "center": [ - 18, - 437 - ], - "peak": [ - 12, - 439 - ], - "area_cells": 47 - }, - { - "id": "range_5", - "name": null, - "center": [ - 21, - 390 - ], - "peak": [ - 21, - 390 - ], - "area_cells": 22 - }, - { - "id": "range_8", - "name": null, - "center": [ - 23, - 378 - ], - "peak": [ - 24, - 376 - ], - "area_cells": 105 - }, - { - "id": "range_13", - "name": null, - "center": [ - 85, - 426 - ], - "peak": [ - 79, - 446 - ], - "area_cells": 7072 - }, - { - "id": "range_22", - "name": null, - "center": [ - 44, - 506 - ], - "peak": [ - 48, - 505 - ], - "area_cells": 62 - }, - { - "id": "range_29", - "name": null, - "center": [ - 91, - 302 - ], - "peak": [ - 94, - 305 - ], - "area_cells": 82 - }, - { - "id": "range_30", - "name": null, - "center": [ - 101, - 329 - ], - "peak": [ - 100, - 329 - ], - "area_cells": 60 - }, - { - "id": "range_34", - "name": null, - "center": [ - 121, - 182 - ], - "peak": [ - 120, - 186 - ], - "area_cells": 203 - }, - { - "id": "range_36", - "name": null, - "center": [ - 157, - 400 - ], - "peak": [ - 157, - 401 - ], - "area_cells": 115 - }, - { - "id": "range_37", - "name": null, - "center": [ - 162, - 375 - ], - "peak": [ - 161, - 372 - ], - "area_cells": 212 - }, - { - "id": "range_40", - "name": null, - "center": [ - 238, - 266 - ], - "peak": [ - 253, - 114 - ], - "area_cells": 13961 - }, - { - "id": "range_41", - "name": null, - "center": [ - 174, - 6 - ], - "peak": [ - 175, - 6 - ], - "area_cells": 70 - }, - { - "id": "range_46", - "name": null, - "center": [ - 216, - 402 - ], - "peak": [ - 217, - 403 - ], - "area_cells": 20 - } - ], - "roads": [], - "cities": [], - "railroads": [], - "pois": [] -} \ No newline at end of file diff --git a/wiki/star-systems/GJ-144/bodies/GJ144d/globe.png b/wiki/star-systems/GJ-144/bodies/GJ144d/globe.png deleted file mode 100644 index 4dfedd984..000000000 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144d/globe.png and /dev/null differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144d/heightmap.png b/wiki/star-systems/GJ-144/bodies/GJ144d/heightmap.png deleted file mode 100644 index f45c767ab..000000000 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144d/heightmap.png and /dev/null differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144d/index.md b/wiki/star-systems/GJ-144/bodies/GJ144d/index.md deleted file mode 100644 index 2ede8e610..000000000 --- a/wiki/star-systems/GJ-144/bodies/GJ144d/index.md +++ /dev/null @@ -1,74 +0,0 @@ ---- -id: GJ144d -name: Kallast -body_type: planet -planet_class: temperate -body_scale: planet -seed: 1847020295 -star: - type: K - luminosity_solar: 0.4 - color_temp_K: 4500 -orbit: - distance_au: 0.776 - period_days: 280.0 - axial_tilt_deg: 30.2 -physical: - gravity_g: 0.95 - oblateness: 0.0022 - atmosphere: standard - atmosphere_color: - - 0.45 - - 0.65 - - 1.0 -terrain: - land_fraction: 0.314 - polar_ice_lat: 0.642 - tectonics: active -environment: - geothermal_flux: low - uv_index: low - substrate: silicate - chemosynthetic: false - hydrosphere: ocean -clouds: - enabled: true - coverage_base: 0.511 -render: - globe_light_angle_deg: 125 - specular_ocean: true - night_side_ambient: 0.025 ---- - -# Kallast - -Temperate planet. - -**System:** [GJ-144](../../index.md) - -## Visual - -![Globe](globe.png) - -![Heightmap](heightmap.png) - -## Profile - -| | | -|---|---| -| **Type** | planet | -| **Class** | temperate | -| **Gravity** | 0.95g | -| **Atmosphere** | standard | -| **Hydrosphere** | ocean | -| **Land** | 31% | -| **Year** | 280 days | -| **Inhabited** | yes | -| **Population** | 2.0B | -| **Economy** | agricultural | -| **Settlement** | urban_concentrated | -| **Industry** | Agricultural_Syndic | - -## Description - - diff --git a/wiki/star-systems/GJ-144/bodies/GJ144d/markers.json b/wiki/star-systems/GJ-144/bodies/GJ144d/markers.json deleted file mode 100644 index 8273ba7b5..000000000 --- a/wiki/star-systems/GJ-144/bodies/GJ144d/markers.json +++ /dev/null @@ -1,595 +0,0 @@ -{ - "grid": { - "w": 512, - "h": 256 - }, - "rivers": [ - { - "id": "river_0", - "name": null, - "path": [ - [ - 229, - 119 - ], - [ - 229, - 118 - ], - [ - 228, - 119 - ], - [ - 227, - 119 - ], - [ - 226, - 120 - ], - [ - 225, - 121 - ], - [ - 224, - 122 - ], - [ - 223, - 121 - ], - [ - 222, - 120 - ] - ] - }, - { - "id": "river_1", - "name": null, - "path": [ - [ - 129, - 207 - ], - [ - 130, - 206 - ], - [ - 131, - 205 - ], - [ - 132, - 204 - ], - [ - 133, - 204 - ], - [ - 134, - 203 - ] - ] - }, - { - "id": "river_2", - "name": null, - "path": [ - [ - 130, - 329 - ], - [ - 131, - 330 - ], - [ - 130, - 330 - ], - [ - 129, - 330 - ], - [ - 128, - 330 - ], - [ - 128, - 329 - ], - [ - 128, - 328 - ], - [ - 127, - 328 - ] - ] - }, - { - "id": "river_3", - "name": null, - "path": [ - [ - 106, - 364 - ], - [ - 107, - 365 - ], - [ - 108, - 366 - ], - [ - 108, - 367 - ], - [ - 107, - 368 - ], - [ - 106, - 369 - ], - [ - 106, - 370 - ], - [ - 106, - 371 - ], - [ - 106, - 372 - ], - [ - 106, - 373 - ], - [ - 106, - 374 - ] - ] - }, - { - "id": "river_4", - "name": null, - "path": [ - [ - 132, - 5 - ], - [ - 133, - 6 - ], - [ - 134, - 7 - ], - [ - 135, - 8 - ], - [ - 136, - 7 - ], - [ - 137, - 6 - ], - [ - 138, - 5 - ], - [ - 139, - 4 - ], - [ - 140, - 4 - ], - [ - 141, - 3 - ], - [ - 142, - 2 - ], - [ - 143, - 1 - ], - [ - 144, - 0 - ], - [ - 145, - 511 - ], - [ - 146, - 510 - ], - [ - 147, - 509 - ], - [ - 148, - 508 - ], - [ - 149, - 507 - ], - [ - 150, - 506 - ], - [ - 151, - 505 - ], - [ - 152, - 505 - ], - [ - 153, - 504 - ] - ] - }, - { - "id": "river_5", - "name": null, - "path": [ - [ - 142, - 511 - ], - [ - 141, - 510 - ], - [ - 140, - 510 - ], - [ - 139, - 509 - ], - [ - 138, - 508 - ], - [ - 137, - 507 - ], - [ - 137, - 506 - ], - [ - 138, - 505 - ], - [ - 137, - 505 - ], - [ - 136, - 504 - ], - [ - 136, - 503 - ], - [ - 136, - 502 - ], - [ - 137, - 502 - ], - [ - 138, - 501 - ], - [ - 139, - 501 - ], - [ - 139, - 500 - ], - [ - 140, - 499 - ], - [ - 141, - 498 - ], - [ - 142, - 498 - ], - [ - 143, - 497 - ], - [ - 144, - 496 - ], - [ - 145, - 495 - ], - [ - 146, - 494 - ], - [ - 146, - 493 - ] - ] - }, - { - "id": "river_6", - "name": null, - "path": [ - [ - 22, - 302 - ], - [ - 21, - 303 - ], - [ - 20, - 304 - ], - [ - 19, - 305 - ], - [ - 18, - 306 - ], - [ - 17, - 307 - ], - [ - 16, - 308 - ], - [ - 15, - 309 - ], - [ - 14, - 310 - ], - [ - 13, - 311 - ] - ] - }, - { - "id": "river_7", - "name": null, - "path": [ - [ - 58, - 295 - ], - [ - 57, - 294 - ], - [ - 56, - 293 - ], - [ - 55, - 292 - ], - [ - 54, - 291 - ], - [ - 53, - 290 - ], - [ - 52, - 289 - ] - ] - }, - { - "id": "river_8", - "name": null, - "path": [ - [ - 255, - 312 - ], - [ - 255, - 311 - ], - [ - 255, - 310 - ], - [ - 254, - 309 - ], - [ - 254, - 310 - ], - [ - 253, - 309 - ], - [ - 253, - 310 - ], - [ - 252, - 309 - ], - [ - 252, - 310 - ], - [ - 252, - 311 - ], - [ - 251, - 310 - ], - [ - 250, - 309 - ], - [ - 250, - 310 - ], - [ - 250, - 311 - ], - [ - 249, - 310 - ], - [ - 248, - 310 - ], - [ - 247, - 311 - ] - ] - } - ], - "oceans": [ - { - "id": "water_1", - "name": null, - "kind": "sea", - "center": [ - 22, - 52 - ], - "area_fraction": 0.0384 - }, - { - "id": "water_2", - "name": null, - "kind": "ocean", - "center": [ - 38, - 376 - ], - "area_fraction": 0.1581 - }, - { - "id": "water_7", - "name": null, - "kind": "ocean", - "center": [ - 185, - 255 - ], - "area_fraction": 0.4843 - } - ], - "mountain_ranges": [ - { - "id": "range_1", - "name": null, - "center": [ - 75, - 163 - ], - "peak": [ - 78, - 160 - ], - "area_cells": 1894 - }, - { - "id": "range_2", - "name": null, - "center": [ - 84, - 38 - ], - "peak": [ - 84, - 39 - ], - "area_cells": 41 - }, - { - "id": "range_6", - "name": null, - "center": [ - 136, - 23 - ], - "peak": [ - 137, - 19 - ], - "area_cells": 154 - } - ], - "roads": [], - "cities": [], - "railroads": [], - "pois": [] -} \ No newline at end of file diff --git a/wiki/star-systems/GJ-144/bodies/GJ144e-1/globe.png b/wiki/star-systems/GJ-144/bodies/GJ144e-1/globe.png deleted file mode 100644 index f09131738..000000000 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144e-1/globe.png and /dev/null differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144e-1/heightmap.png b/wiki/star-systems/GJ-144/bodies/GJ144e-1/heightmap.png deleted file mode 100644 index 3d9db2e42..000000000 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144e-1/heightmap.png and /dev/null differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144e-1/index.md b/wiki/star-systems/GJ-144/bodies/GJ144e-1/index.md deleted file mode 100644 index c342c9e31..000000000 --- a/wiki/star-systems/GJ-144/bodies/GJ144e-1/index.md +++ /dev/null @@ -1,64 +0,0 @@ ---- -id: GJ144e-1 -name: null -body_type: moon -planet_class: barren -body_scale: moon -seed: 1567932962 -star: - type: K - luminosity_solar: 0.4 - color_temp_K: 4500 -orbit: - distance_au: 0.095 - period_days: 12.0 - axial_tilt_deg: 6.3 -physical: - gravity_g: 0.06 - oblateness: 0.0029 - atmosphere: none - atmosphere_color: null -terrain: - land_fraction: 0.988 - polar_ice_lat: 0.973 - tectonics: none -environment: - geothermal_flux: low - uv_index: moderate - substrate: silicate - chemosynthetic: false - hydrosphere: none -clouds: - enabled: false - coverage_base: 0.005 -render: - globe_light_angle_deg: 125 - specular_ocean: false - night_side_ambient: 0.025 ---- - -# GJ144e-1 - -Barren moon. - -**System:** [GJ-144](../../index.md) - -## Visual - -![Globe](globe.png) - -![Heightmap](heightmap.png) - -## Profile - -| | | -|---|---| -| **Type** | moon | -| **Class** | barren | -| **Gravity** | 0.06g | -| **Land** | 99% | -| **Orbit** | 12 days | - -## Description - - diff --git a/wiki/star-systems/GJ-144/bodies/GJ144e-1/markers.json b/wiki/star-systems/GJ-144/bodies/GJ144e-1/markers.json deleted file mode 100644 index 32eef8198..000000000 --- a/wiki/star-systems/GJ-144/bodies/GJ144e-1/markers.json +++ /dev/null @@ -1,300 +0,0 @@ -{ - "grid": { - "w": 512, - "h": 256 - }, - "rivers": [], - "oceans": [], - "mountain_ranges": [ - { - "id": "range_2", - "name": null, - "center": [ - 24, - 143 - ], - "peak": [ - 23, - 141 - ], - "area_cells": 108 - }, - { - "id": "range_3", - "name": null, - "center": [ - 34, - 112 - ], - "peak": [ - 27, - 101 - ], - "area_cells": 1180 - }, - { - "id": "range_6", - "name": null, - "center": [ - 103, - 308 - ], - "peak": [ - 98, - 265 - ], - "area_cells": 21621 - }, - { - "id": "range_9", - "name": null, - "center": [ - 55, - 17 - ], - "peak": [ - 54, - 12 - ], - "area_cells": 225 - }, - { - "id": "range_21", - "name": null, - "center": [ - 100, - 488 - ], - "peak": [ - 115, - 480 - ], - "area_cells": 1117 - }, - { - "id": "range_22", - "name": null, - "center": [ - 72, - 31 - ], - "peak": [ - 73, - 31 - ], - "area_cells": 20 - }, - { - "id": "range_25", - "name": null, - "center": [ - 98, - 19 - ], - "peak": [ - 93, - 17 - ], - "area_cells": 197 - }, - { - "id": "range_28", - "name": null, - "center": [ - 132, - 179 - ], - "peak": [ - 142, - 170 - ], - "area_cells": 277 - }, - { - "id": "range_29", - "name": null, - "center": [ - 148, - 443 - ], - "peak": [ - 153, - 441 - ], - "area_cells": 615 - }, - { - "id": "range_31", - "name": null, - "center": [ - 152, - 34 - ], - "peak": [ - 155, - 34 - ], - "area_cells": 285 - }, - { - "id": "range_36", - "name": null, - "center": [ - 188, - 127 - ], - "peak": [ - 199, - 120 - ], - "area_cells": 939 - }, - { - "id": "range_37", - "name": null, - "center": [ - 164, - 173 - ], - "peak": [ - 162, - 176 - ], - "area_cells": 29 - }, - { - "id": "range_38", - "name": null, - "center": [ - 169, - 193 - ], - "peak": [ - 169, - 197 - ], - "area_cells": 148 - }, - { - "id": "range_41", - "name": null, - "center": [ - 183, - 317 - ], - "peak": [ - 183, - 317 - ], - "area_cells": 232 - }, - { - "id": "range_42", - "name": null, - "center": [ - 176, - 92 - ], - "peak": [ - 176, - 92 - ], - "area_cells": 27 - }, - { - "id": "range_43", - "name": null, - "center": [ - 188, - 63 - ], - "peak": [ - 187, - 67 - ], - "area_cells": 317 - }, - { - "id": "range_45", - "name": null, - "center": [ - 193, - 438 - ], - "peak": [ - 191, - 434 - ], - "area_cells": 324 - }, - { - "id": "range_48", - "name": null, - "center": [ - 196, - 338 - ], - "peak": [ - 196, - 338 - ], - "area_cells": 69 - }, - { - "id": "range_50", - "name": null, - "center": [ - 207, - 80 - ], - "peak": [ - 210, - 81 - ], - "area_cells": 20 - }, - { - "id": "range_52", - "name": null, - "center": [ - 209, - 450 - ], - "peak": [ - 212, - 451 - ], - "area_cells": 24 - }, - { - "id": "range_53", - "name": null, - "center": [ - 213, - 150 - ], - "peak": [ - 210, - 152 - ], - "area_cells": 36 - }, - { - "id": "range_56", - "name": null, - "center": [ - 220, - 434 - ], - "peak": [ - 219, - 437 - ], - "area_cells": 20 - } - ], - "roads": [], - "cities": [], - "railroads": [], - "pois": [] -} \ No newline at end of file diff --git a/wiki/star-systems/GJ-144/bodies/GJ144e/globe.png b/wiki/star-systems/GJ-144/bodies/GJ144e/globe.png deleted file mode 100644 index 69b842fb2..000000000 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144e/globe.png and /dev/null differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144e/heightmap.png b/wiki/star-systems/GJ-144/bodies/GJ144e/heightmap.png deleted file mode 100644 index e13164e49..000000000 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144e/heightmap.png and /dev/null differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144e/index.md b/wiki/star-systems/GJ-144/bodies/GJ144e/index.md deleted file mode 100644 index dcf5487ee..000000000 --- a/wiki/star-systems/GJ-144/bodies/GJ144e/index.md +++ /dev/null @@ -1,74 +0,0 @@ ---- -id: GJ144e -name: Vethis -body_type: planet -planet_class: temperate -body_scale: planet -seed: 2794611636 -star: - type: K - luminosity_solar: 0.4 - color_temp_K: 4500 -orbit: - distance_au: 1.112 - period_days: 480.0 - axial_tilt_deg: 28.9 -physical: - gravity_g: 0.82 - oblateness: 0.0041 - atmosphere: standard - atmosphere_color: - - 0.45 - - 0.65 - - 1.0 -terrain: - land_fraction: 0.476 - polar_ice_lat: 0.675 - tectonics: active -environment: - geothermal_flux: low - uv_index: low - substrate: silicate - chemosynthetic: false - hydrosphere: ocean -clouds: - enabled: true - coverage_base: 0.358 -render: - globe_light_angle_deg: 125 - specular_ocean: true - night_side_ambient: 0.025 ---- - -# Vethis - -Temperate planet. - -**System:** [GJ-144](../../index.md) - -## Visual - -![Globe](globe.png) - -![Heightmap](heightmap.png) - -## Profile - -| | | -|---|---| -| **Type** | planet | -| **Class** | temperate | -| **Gravity** | 0.82g | -| **Atmosphere** | standard | -| **Hydrosphere** | ocean | -| **Land** | 48% | -| **Year** | 480 days | -| **Inhabited** | yes | -| **Population** | 1.2B | -| **Economy** | agricultural | -| **Settlement** | dispersed_rural | -| **Industry** | Agricultural_Syndic | - -## Description - - diff --git a/wiki/star-systems/GJ-144/bodies/GJ144e/markers.json b/wiki/star-systems/GJ-144/bodies/GJ144e/markers.json deleted file mode 100644 index 7e7ac6199..000000000 --- a/wiki/star-systems/GJ-144/bodies/GJ144e/markers.json +++ /dev/null @@ -1,782 +0,0 @@ -{ - "grid": { - "w": 512, - "h": 256 - }, - "rivers": [ - { - "id": "river_0", - "name": null, - "path": [ - [ - 183, - 442 - ], - [ - 182, - 443 - ], - [ - 181, - 444 - ], - [ - 180, - 445 - ], - [ - 179, - 446 - ], - [ - 178, - 447 - ], - [ - 177, - 447 - ], - [ - 176, - 448 - ], - [ - 175, - 447 - ], - [ - 174, - 448 - ], - [ - 173, - 447 - ], - [ - 173, - 448 - ], - [ - 172, - 447 - ], - [ - 172, - 448 - ] - ] - }, - { - "id": "river_1", - "name": null, - "path": [ - [ - 209, - 423 - ], - [ - 210, - 424 - ], - [ - 211, - 425 - ], - [ - 212, - 426 - ], - [ - 213, - 427 - ], - [ - 214, - 428 - ] - ] - }, - { - "id": "river_2", - "name": null, - "path": [ - [ - 136, - 98 - ], - [ - 137, - 99 - ], - [ - 138, - 100 - ], - [ - 139, - 101 - ], - [ - 139, - 102 - ], - [ - 139, - 103 - ], - [ - 139, - 104 - ], - [ - 140, - 103 - ] - ] - }, - { - "id": "river_3", - "name": null, - "path": [ - [ - 232, - 340 - ], - [ - 231, - 339 - ], - [ - 230, - 339 - ], - [ - 229, - 338 - ], - [ - 228, - 338 - ], - [ - 227, - 337 - ], - [ - 226, - 338 - ], - [ - 226, - 337 - ], - [ - 227, - 338 - ], - [ - 227, - 339 - ] - ] - }, - { - "id": "river_4", - "name": null, - "path": [ - [ - 147, - 430 - ], - [ - 147, - 431 - ], - [ - 148, - 430 - ], - [ - 149, - 429 - ], - [ - 150, - 429 - ], - [ - 151, - 428 - ], - [ - 152, - 429 - ], - [ - 153, - 430 - ], - [ - 153, - 429 - ], - [ - 154, - 430 - ], - [ - 155, - 430 - ], - [ - 155, - 431 - ], - [ - 156, - 432 - ], - [ - 156, - 431 - ], - [ - 156, - 430 - ], - [ - 157, - 430 - ], - [ - 158, - 431 - ], - [ - 158, - 432 - ], - [ - 157, - 433 - ], - [ - 157, - 434 - ], - [ - 157, - 435 - ], - [ - 157, - 436 - ], - [ - 158, - 437 - ], - [ - 159, - 438 - ], - [ - 158, - 438 - ], - [ - 157, - 439 - ], - [ - 156, - 440 - ], - [ - 156, - 441 - ], - [ - 155, - 442 - ], - [ - 156, - 443 - ], - [ - 155, - 444 - ], - [ - 154, - 445 - ], - [ - 155, - 446 - ], - [ - 154, - 446 - ], - [ - 155, - 447 - ], - [ - 155, - 448 - ], - [ - 156, - 449 - ], - [ - 156, - 450 - ], - [ - 156, - 451 - ], - [ - 155, - 452 - ], - [ - 156, - 452 - ], - [ - 156, - 453 - ], - [ - 157, - 454 - ] - ] - }, - { - "id": "river_5", - "name": null, - "path": [ - [ - 44, - 143 - ], - [ - 43, - 144 - ], - [ - 42, - 145 - ], - [ - 41, - 145 - ], - [ - 40, - 144 - ], - [ - 39, - 143 - ], - [ - 38, - 142 - ], - [ - 37, - 141 - ], - [ - 36, - 140 - ] - ] - }, - { - "id": "river_6", - "name": null, - "path": [ - [ - 248, - 332 - ], - [ - 249, - 331 - ], - [ - 249, - 330 - ], - [ - 250, - 330 - ], - [ - 251, - 331 - ], - [ - 252, - 331 - ], - [ - 253, - 332 - ], - [ - 254, - 333 - ], - [ - 255, - 334 - ], - [ - 255, - 335 - ], - [ - 255, - 336 - ], - [ - 255, - 337 - ] - ] - }, - { - "id": "river_7", - "name": null, - "path": [ - [ - 7, - 376 - ], - [ - 7, - 375 - ], - [ - 7, - 374 - ], - [ - 8, - 374 - ], - [ - 9, - 373 - ], - [ - 10, - 372 - ], - [ - 11, - 372 - ], - [ - 12, - 371 - ], - [ - 13, - 370 - ], - [ - 14, - 369 - ] - ] - }, - { - "id": "river_8", - "name": null, - "path": [ - [ - 154, - 474 - ], - [ - 155, - 474 - ], - [ - 156, - 473 - ], - [ - 157, - 472 - ], - [ - 157, - 471 - ], - [ - 158, - 471 - ], - [ - 159, - 471 - ], - [ - 160, - 471 - ], - [ - 159, - 470 - ], - [ - 158, - 470 - ], - [ - 158, - 469 - ], - [ - 159, - 468 - ], - [ - 159, - 467 - ], - [ - 158, - 467 - ], - [ - 159, - 466 - ], - [ - 158, - 466 - ], - [ - 157, - 465 - ], - [ - 157, - 464 - ], - [ - 158, - 463 - ], - [ - 158, - 462 - ], - [ - 158, - 461 - ], - [ - 159, - 460 - ], - [ - 159, - 459 - ], - [ - 158, - 460 - ], - [ - 158, - 459 - ], - [ - 159, - 458 - ], - [ - 158, - 458 - ], - [ - 158, - 457 - ], - [ - 157, - 456 - ], - [ - 156, - 456 - ], - [ - 157, - 455 - ], - [ - 158, - 455 - ], - [ - 158, - 456 - ], - [ - 157, - 457 - ], - [ - 156, - 458 - ], - [ - 157, - 458 - ], - [ - 157, - 459 - ], - [ - 157, - 460 - ], - [ - 156, - 459 - ] - ] - } - ], - "oceans": [ - { - "id": "water_1", - "name": null, - "kind": "ocean", - "center": [ - 64, - 248 - ], - "area_fraction": 0.4969 - }, - { - "id": "water_5", - "name": null, - "kind": "lake", - "center": [ - 216, - 443 - ], - "area_fraction": 0.0137 - }, - { - "id": "water_7", - "name": null, - "kind": "lake", - "center": [ - 219, - 288 - ], - "area_fraction": 0.0056 - } - ], - "mountain_ranges": [ - { - "id": "range_1", - "name": null, - "center": [ - 177, - 183 - ], - "peak": [ - 160, - 140 - ], - "area_cells": 12657 - }, - { - "id": "range_3", - "name": null, - "center": [ - 180, - 4 - ], - "peak": [ - 178, - 0 - ], - "area_cells": 148 - }, - { - "id": "range_4", - "name": null, - "center": [ - 200, - 17 - ], - "peak": [ - 204, - 17 - ], - "area_cells": 521 - }, - { - "id": "range_5", - "name": null, - "center": [ - 193, - 395 - ], - "peak": [ - 194, - 394 - ], - "area_cells": 121 - }, - { - "id": "range_7", - "name": null, - "center": [ - 240, - 245 - ], - "peak": [ - 240, - 237 - ], - "area_cells": 136 - }, - { - "id": "range_8", - "name": null, - "center": [ - 243, - 501 - ], - "peak": [ - 243, - 501 - ], - "area_cells": 52 - } - ], - "roads": [], - "cities": [], - "railroads": [], - "pois": [] -} \ No newline at end of file diff --git a/wiki/star-systems/GJ-144/bodies/GJ144f/globe.png b/wiki/star-systems/GJ-144/bodies/GJ144f/globe.png deleted file mode 100644 index 85baaf160..000000000 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144f/globe.png and /dev/null differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144f/heightmap.png b/wiki/star-systems/GJ-144/bodies/GJ144f/heightmap.png deleted file mode 100644 index 38005f8bf..000000000 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144f/heightmap.png and /dev/null differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144f/index.md b/wiki/star-systems/GJ-144/bodies/GJ144f/index.md deleted file mode 100644 index 2ba306220..000000000 --- a/wiki/star-systems/GJ-144/bodies/GJ144f/index.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -id: GJ144f -name: null -body_type: planet -planet_class: frozen -body_scale: planet -seed: 1160599450 -star: - type: K - luminosity_solar: 0.4 - color_temp_K: 4500 -orbit: - distance_au: 2.048 - period_days: 1200.0 - axial_tilt_deg: 22.4 -physical: - gravity_g: 0.4 - oblateness: 0.0013 - atmosphere: thin - atmosphere_color: - - 0.75 - - 0.88 - - 1.0 -terrain: - land_fraction: 0.701 - polar_ice_lat: 0.215 - tectonics: low -environment: - geothermal_flux: low - uv_index: moderate - substrate: ice - chemosynthetic: false - hydrosphere: ice -clouds: - enabled: true - coverage_base: 0.414 -render: - globe_light_angle_deg: 125 - specular_ocean: false - night_side_ambient: 0.025 ---- - -# GJ144f - -Frozen planet. - -**System:** [GJ-144](../../index.md) - -## Visual - -![Globe](globe.png) - -![Heightmap](heightmap.png) - -## Profile - -| | | -|---|---| -| **Type** | planet | -| **Class** | frozen | -| **Gravity** | 0.4g | -| **Atmosphere** | thin | -| **Hydrosphere** | ice | -| **Land** | 70% | -| **Year** | 1200 days | - -## Description - - diff --git a/wiki/star-systems/GJ-144/bodies/GJ144f/markers.json b/wiki/star-systems/GJ-144/bodies/GJ144f/markers.json deleted file mode 100644 index 1616f4e69..000000000 --- a/wiki/star-systems/GJ-144/bodies/GJ144f/markers.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "grid": { - "w": 512, - "h": 256 - }, - "rivers": [], - "oceans": [ - { - "id": "water_3", - "name": null, - "kind": "ocean", - "center": [ - 67, - 215 - ], - "area_fraction": 0.2537 - }, - { - "id": "water_4", - "name": null, - "kind": "lake", - "center": [ - 35, - 487 - ], - "area_fraction": 0.0124 - }, - { - "id": "water_14", - "name": null, - "kind": "lake", - "center": [ - 134, - 170 - ], - "area_fraction": 0.006 - } - ], - "mountain_ranges": [ - { - "id": "range_1", - "name": null, - "center": [ - 174, - 90 - ], - "peak": [ - 178, - 101 - ], - "area_cells": 689 - }, - { - "id": "range_2", - "name": null, - "center": [ - 176, - 300 - ], - "peak": [ - 175, - 306 - ], - "area_cells": 254 - } - ], - "roads": [], - "cities": [], - "railroads": [], - "pois": [] -} \ No newline at end of file diff --git a/wiki/star-systems/GJ-144/bodies/GJ144g-1/globe.png b/wiki/star-systems/GJ-144/bodies/GJ144g-1/globe.png deleted file mode 100644 index ae29640f0..000000000 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144g-1/globe.png and /dev/null differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144g-1/heightmap.png b/wiki/star-systems/GJ-144/bodies/GJ144g-1/heightmap.png deleted file mode 100644 index 7306a6cd0..000000000 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144g-1/heightmap.png and /dev/null differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144g-1/index.md b/wiki/star-systems/GJ-144/bodies/GJ144g-1/index.md deleted file mode 100644 index 77a923c96..000000000 --- a/wiki/star-systems/GJ-144/bodies/GJ144g-1/index.md +++ /dev/null @@ -1,64 +0,0 @@ ---- -id: GJ144g-1 -name: null -body_type: moon -planet_class: barren -body_scale: moon -seed: 3316716208 -star: - type: K - luminosity_solar: 0.4 - color_temp_K: 4500 -orbit: - distance_au: 0.046 - period_days: 4.0 - axial_tilt_deg: 12.2 -physical: - gravity_g: 0.12 - oblateness: 0.0005 - atmosphere: none - atmosphere_color: null -terrain: - land_fraction: 0.983 - polar_ice_lat: 0.899 - tectonics: none -environment: - geothermal_flux: moderate - uv_index: moderate - substrate: silicate - chemosynthetic: false - hydrosphere: none -clouds: - enabled: false - coverage_base: 0.003 -render: - globe_light_angle_deg: 125 - specular_ocean: false - night_side_ambient: 0.025 ---- - -# GJ144g-1 - -Barren moon. - -**System:** [GJ-144](../../index.md) - -## Visual - -![Globe](globe.png) - -![Heightmap](heightmap.png) - -## Profile - -| | | -|---|---| -| **Type** | moon | -| **Class** | barren | -| **Gravity** | 0.12g | -| **Land** | 98% | -| **Orbit** | 4 days | - -## Description - - diff --git a/wiki/star-systems/GJ-144/bodies/GJ144g-1/markers.json b/wiki/star-systems/GJ-144/bodies/GJ144g-1/markers.json deleted file mode 100644 index 49e200bcc..000000000 --- a/wiki/star-systems/GJ-144/bodies/GJ144g-1/markers.json +++ /dev/null @@ -1,313 +0,0 @@ -{ - "grid": { - "w": 512, - "h": 256 - }, - "rivers": [], - "oceans": [], - "mountain_ranges": [ - { - "id": "range_1", - "name": null, - "center": [ - 43, - 364 - ], - "peak": [ - 43, - 365 - ], - "area_cells": 27 - }, - { - "id": "range_3", - "name": null, - "center": [ - 53, - 352 - ], - "peak": [ - 53, - 352 - ], - "area_cells": 43 - }, - { - "id": "range_4", - "name": null, - "center": [ - 78, - 386 - ], - "peak": [ - 78, - 385 - ], - "area_cells": 182 - }, - { - "id": "range_5", - "name": null, - "center": [ - 124, - 352 - ], - "peak": [ - 117, - 351 - ], - "area_cells": 1354 - }, - { - "id": "range_7", - "name": null, - "center": [ - 129, - 296 - ], - "peak": [ - 101, - 303 - ], - "area_cells": 761 - }, - { - "id": "range_8", - "name": null, - "center": [ - 105, - 259 - ], - "peak": [ - 105, - 260 - ], - "area_cells": 171 - }, - { - "id": "range_11", - "name": null, - "center": [ - 124, - 410 - ], - "peak": [ - 124, - 410 - ], - "area_cells": 231 - }, - { - "id": "range_12", - "name": null, - "center": [ - 143, - 250 - ], - "peak": [ - 152, - 252 - ], - "area_cells": 623 - }, - { - "id": "range_13", - "name": null, - "center": [ - 123, - 106 - ], - "peak": [ - 123, - 106 - ], - "area_cells": 43 - }, - { - "id": "range_14", - "name": null, - "center": [ - 129, - 88 - ], - "peak": [ - 128, - 90 - ], - "area_cells": 60 - }, - { - "id": "range_15", - "name": null, - "center": [ - 137, - 126 - ], - "peak": [ - 145, - 131 - ], - "area_cells": 280 - }, - { - "id": "range_19", - "name": null, - "center": [ - 177, - 449 - ], - "peak": [ - 163, - 449 - ], - "area_cells": 3578 - }, - { - "id": "range_23", - "name": null, - "center": [ - 185, - 109 - ], - "peak": [ - 180, - 116 - ], - "area_cells": 5529 - }, - { - "id": "range_25", - "name": null, - "center": [ - 176, - 290 - ], - "peak": [ - 176, - 290 - ], - "area_cells": 132 - }, - { - "id": "range_27", - "name": null, - "center": [ - 169, - 250 - ], - "peak": [ - 171, - 251 - ], - "area_cells": 48 - }, - { - "id": "range_29", - "name": null, - "center": [ - 173, - 360 - ], - "peak": [ - 175, - 360 - ], - "area_cells": 53 - }, - { - "id": "range_31", - "name": null, - "center": [ - 188, - 334 - ], - "peak": [ - 189, - 335 - ], - "area_cells": 23 - }, - { - "id": "range_32", - "name": null, - "center": [ - 191, - 321 - ], - "peak": [ - 192, - 321 - ], - "area_cells": 37 - }, - { - "id": "range_35", - "name": null, - "center": [ - 203, - 297 - ], - "peak": [ - 204, - 298 - ], - "area_cells": 40 - }, - { - "id": "range_36", - "name": null, - "center": [ - 205, - 277 - ], - "peak": [ - 205, - 278 - ], - "area_cells": 35 - }, - { - "id": "range_37", - "name": null, - "center": [ - 209, - 509 - ], - "peak": [ - 210, - 511 - ], - "area_cells": 27 - }, - { - "id": "range_38", - "name": null, - "center": [ - 217, - 31 - ], - "peak": [ - 217, - 32 - ], - "area_cells": 38 - }, - { - "id": "range_39", - "name": null, - "center": [ - 217, - 130 - ], - "peak": [ - 218, - 128 - ], - "area_cells": 74 - } - ], - "roads": [], - "cities": [], - "railroads": [], - "pois": [] -} \ No newline at end of file diff --git a/wiki/star-systems/GJ-144/bodies/GJ144g-2/globe.png b/wiki/star-systems/GJ-144/bodies/GJ144g-2/globe.png deleted file mode 100644 index 62cd701af..000000000 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144g-2/globe.png and /dev/null differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144g-2/heightmap.png b/wiki/star-systems/GJ-144/bodies/GJ144g-2/heightmap.png deleted file mode 100644 index 5ad7945f2..000000000 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144g-2/heightmap.png and /dev/null differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144g-2/index.md b/wiki/star-systems/GJ-144/bodies/GJ144g-2/index.md deleted file mode 100644 index a2c15a1cd..000000000 --- a/wiki/star-systems/GJ-144/bodies/GJ144g-2/index.md +++ /dev/null @@ -1,65 +0,0 @@ ---- -id: GJ144g-2 -name: null -body_type: moon -planet_class: frozen -body_scale: moon -seed: 1569719108 -star: - type: K - luminosity_solar: 0.4 - color_temp_K: 4500 -orbit: - distance_au: 0.084 - period_days: 10.0 - axial_tilt_deg: 38.6 -physical: - gravity_g: 0.08 - oblateness: 0.0029 - atmosphere: none - atmosphere_color: null -terrain: - land_fraction: 0.837 - polar_ice_lat: 0.177 - tectonics: low -environment: - geothermal_flux: low - uv_index: moderate - substrate: ice - chemosynthetic: false - hydrosphere: ice -clouds: - enabled: false - coverage_base: 0.313 -render: - globe_light_angle_deg: 125 - specular_ocean: false - night_side_ambient: 0.025 ---- - -# GJ144g-2 - -Frozen moon. - -**System:** [GJ-144](../../index.md) - -## Visual - -![Globe](globe.png) - -![Heightmap](heightmap.png) - -## Profile - -| | | -|---|---| -| **Type** | moon | -| **Class** | frozen | -| **Gravity** | 0.08g | -| **Hydrosphere** | ice | -| **Land** | 84% | -| **Orbit** | 10 days | - -## Description - - diff --git a/wiki/star-systems/GJ-144/bodies/GJ144g-2/markers.json b/wiki/star-systems/GJ-144/bodies/GJ144g-2/markers.json deleted file mode 100644 index 00acd2c26..000000000 --- a/wiki/star-systems/GJ-144/bodies/GJ144g-2/markers.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "grid": { - "w": 512, - "h": 256 - }, - "rivers": [], - "oceans": [ - { - "id": "water_2", - "name": null, - "kind": "lake", - "center": [ - 10, - 110 - ], - "area_fraction": 0.0099 - }, - { - "id": "water_3", - "name": null, - "kind": "ocean", - "center": [ - 36, - 223 - ], - "area_fraction": 0.1218 - } - ], - "mountain_ranges": [ - { - "id": "range_1", - "name": null, - "center": [ - 220, - 282 - ], - "peak": [ - 194, - 504 - ], - "area_cells": 32986 - } - ], - "roads": [], - "cities": [], - "railroads": [], - "pois": [] -} \ No newline at end of file diff --git a/wiki/star-systems/GJ-144/bodies/GJ144g/globe.png b/wiki/star-systems/GJ-144/bodies/GJ144g/globe.png deleted file mode 100644 index 6fb814029..000000000 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144g/globe.png and /dev/null differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144g/index.md b/wiki/star-systems/GJ-144/bodies/GJ144g/index.md deleted file mode 100644 index ae908a71b..000000000 --- a/wiki/star-systems/GJ-144/bodies/GJ144g/index.md +++ /dev/null @@ -1,74 +0,0 @@ ---- -id: GJ144g -name: null -body_type: gas_giant -planet_class: gas_giant_ringed -body_scale: planet -seed: 4159171102 -star: - type: K - luminosity_solar: 0.4 - color_temp_K: 4500 -orbit: - distance_au: 3.34 - period_days: 2500.0 - axial_tilt_deg: 11.6 -physical: - gravity_g: null - oblateness: 0.0892 - atmosphere: thick - atmosphere_color: null -terrain: - land_fraction: 0.981 - polar_ice_lat: 0.837 - tectonics: low -environment: - geothermal_flux: low - uv_index: low - substrate: silicate - chemosynthetic: false - hydrosphere: — -clouds: - enabled: true - coverage_base: 0.333 -render: - globe_light_angle_deg: 125 - specular_ocean: false - night_side_ambient: 0.025 -gas_giant: - band_palette: infernal - storm_count: 1 - storm_max_size: 0.096 -rings: - enabled: true - inner_radius_factor: 1.19 - outer_radius_factor: 2.43 - opacity_base: 0.65 - ring_color: - - 0.75 - - 0.7 - - 0.6 ---- - -# GJ144g - -Gas giant. - -**System:** [GJ-144](../../index.md) - -## Visual - -![Globe](globe.png) - -## Profile - -| | | -|---|---| -| **Type** | gas_giant | -| **Class** | gas_giant | -| **Atmosphere** | thick | -| **Year** | 2500 days | - -## Description - - diff --git a/wiki/star-systems/GJ-144/index.md b/wiki/star-systems/GJ-144/index.md index cde45e150..bfc95ee25 100644 --- a/wiki/star-systems/GJ-144/index.md +++ b/wiki/star-systems/GJ-144/index.md @@ -79,13 +79,13 @@ The system that feeds the Reach has not had a labor dispute in sixty years; the ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ144b` | — | planet | no | — | terrestrial | 0.32g | 30 | 720.0 | none | barren | none | — | — | — | | 2 | `GJ144c` | — | planet | no | — | terrestrial | 0.55g | 110 | 2800.0 | toxic | barren | none | — | — | — | -| 3 | `GJ144d` | Kallast | planet | yes | 2.0B | terrestrial | 0.95g | 280 | 23.5 | breathable | temperate | ocean | agricultural | urban_concentrated | Agricultural_Syndic | +| 3 | `GJ144d` | Kallast | planet | yes | 2.0B | terrestrial | 0.95g | 280 | 23.5 | standard | temperate | ocean | agricultural | urban_concentrated | Agricultural_Syndic | | ↳ 3.1 | `GJ144d-1` | — | moon | no | — | dwarf | 0.08g | 18 | 444.0 | none | barren | none | — | — | — | -| 4 | `GJ144e` | Vethis | planet | yes | 1.2B | terrestrial | 0.82g | 480 | 26.8 | breathable | temperate | ocean | agricultural | dispersed_rural | Agricultural_Syndic | +| 4 | `GJ144e` | Vethis | planet | yes | 1.2B | terrestrial | 0.82g | 480 | 26.8 | standard | temperate | ocean | agricultural | dispersed_rural | Agricultural_Syndic | | ↳ 4.1 | `GJ144e-1` | — | moon | no | — | dwarf | 0.06g | 12 | 295.0 | none | barren | none | — | — | — | | 5 | `GJ144f` | — | planet | no | — | terrestrial | 0.40g | 1200 | 18.0 | thin | frozen | ice | — | — | — | | 6 | `GJ144-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-146/index.md b/wiki/star-systems/GJ-146/index.md index 89c59c3b1..2be6da26c 100644 --- a/wiki/star-systems/GJ-146/index.md +++ b/wiki/star-systems/GJ-146/index.md @@ -42,7 +42,7 @@ No faction presence. Transit corridor between Randgebiet and the systems beyond. ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ146b` | — | planet | no | — | terrestrial | 0.34g | 10 | 249.6 | none | barren | — | — | — | — | | 2 | `GJ146c` | — | planet | no | — | terrestrial | 0.78g | 68 | 26.2 | thin | cold_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-147/index.md b/wiki/star-systems/GJ-147/index.md index 4dd66f12f..adbe47a47 100644 --- a/wiki/star-systems/GJ-147/index.md +++ b/wiki/star-systems/GJ-147/index.md @@ -58,7 +58,7 @@ The last conventional settlement on the corridor to Abzu — a through-route com ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ147b` | — | planet | no | — | terrestrial | 0.52g | 58 | 18.4 | none | barren | — | — | — | — | | 2 | `GJ147c` | Almeirim | planet | yes | 700 | terrestrial | 0.90g | 480 | 26.6 | thin | temperate | liquid_water | agricultural | urban_concentrated | — | diff --git a/wiki/star-systems/GJ-150/index.md b/wiki/star-systems/GJ-150/index.md index 3c80da785..51a8d1d1d 100644 --- a/wiki/star-systems/GJ-150/index.md +++ b/wiki/star-systems/GJ-150/index.md @@ -48,7 +48,7 @@ Every significant freight shipment moving between the compliant inner corridor a ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ150b` | — | planet | no | — | terrestrial | 0.52g | 48 | 18.8 | none | barren | — | — | — | — | | 2 | `GJ150c` | — | planet | no | — | terrestrial | 0.76g | 180 | 24.2 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-15A/index.md b/wiki/star-systems/GJ-15A/index.md index c132af661..502c50133 100644 --- a/wiki/star-systems/GJ-15A/index.md +++ b/wiki/star-systems/GJ-15A/index.md @@ -63,10 +63,10 @@ The secondary stellar component is a distant companion that does not significant ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ15Ab` | — | planet | no | — | terrestrial | 0.22g | 10 | 240.0 | none | barren | none | — | — | — | -| 2 | `GJ15Ac` | Gongshu | planet | yes | 2.8B | terrestrial | 0.82g | 160 | 22.5 | breathable | temperate | rivers | manufacturing | urban_concentrated | — | +| 2 | `GJ15Ac` | Gongshu | planet | yes | 2.8B | terrestrial | 0.82g | 160 | 22.5 | standard | temperate | rivers | manufacturing | urban_concentrated | — | | ↳ 2.1 | `GJ15Ac-1` | — | moon | no | — | dwarf | 0.05g | 9 | 216.0 | none | barren | none | — | — | — | | 3 | `GJ15Ad` | — | planet | no | — | terrestrial | 0.45g | 350 | 18.0 | thin | arid | none | — | — | — | | 4 | `GJ15Ae` | — | planet | no | — | terrestrial | 0.38g | 650 | 16.0 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-166A/index.md b/wiki/star-systems/GJ-166A/index.md index fa50267a5..64375f206 100644 --- a/wiki/star-systems/GJ-166A/index.md +++ b/wiki/star-systems/GJ-166A/index.md @@ -65,10 +65,10 @@ The charter that has protected Keid's biosphere for five centuries was written b ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ166Ab` | — | planet | no | — | terrestrial | 0.30g | 35 | 850.0 | none | barren | none | — | — | — | -| 2 | `GJ166Ac` | Cadwal | planet | yes | 25M | terrestrial | 0.88g | 290 | 22.8 | breathable | temperate | ocean | research | dispersed_rural | — | +| 2 | `GJ166Ac` | Cadwal | planet | yes | 25M | terrestrial | 0.88g | 290 | 22.8 | standard | temperate | ocean | research | dispersed_rural | — | | ↳ 2.1 | `GJ166Ac-1` | — | moon | no | — | dwarf | 0.06g | 14 | 336.0 | none | barren | none | — | — | — | | 3 | `GJ166Ad` | — | planet | no | — | terrestrial | 0.48g | 650 | 20.5 | thin | arid | none | — | — | — | | 4 | `GJ166Ae` | — | planet | no | — | terrestrial | 0.38g | 1400 | 17.0 | thin | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-167/index.md b/wiki/star-systems/GJ-167/index.md index f50980d67..dd8c15559 100644 --- a/wiki/star-systems/GJ-167/index.md +++ b/wiki/star-systems/GJ-167/index.md @@ -40,7 +40,7 @@ GJ 167 is one of two consecutive unsettled through_routes between Knotenpunkt an ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ167b` | — | planet | no | — | terrestrial | 0.44g | 26 | 19.4 | none | barren | — | — | — | — | | 2 | `GJ167c` | — | planet | no | — | terrestrial | 0.72g | 190 | 25.4 | thin | cold_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-169/index.md b/wiki/star-systems/GJ-169/index.md index b0b5a7475..e63e57bd2 100644 --- a/wiki/star-systems/GJ-169/index.md +++ b/wiki/star-systems/GJ-169/index.md @@ -48,7 +48,7 @@ Wave_4 dead_end at hop 7 is consistent with the deep_frontier's Portuguese-herit ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ169b` | — | planet | no | — | terrestrial | 0.34g | 12 | 288.0 | none | barren | — | — | — | — | | 2 | `GJ169c` | Elvas | planet | yes | 6K | terrestrial | 0.84g | 148 | 27.4 | standard | temperate | liquid_water | agricultural | dispersed | — | diff --git a/wiki/star-systems/GJ-17/index.md b/wiki/star-systems/GJ-17/index.md index 10bcc7333..dfb63b33d 100644 --- a/wiki/star-systems/GJ-17/index.md +++ b/wiki/star-systems/GJ-17/index.md @@ -52,7 +52,7 @@ Binh Trang's food trade agreement with Thornfield Station includes a currency de ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ17b` | — | planet | no | — | terrestrial | 0.48g | 48 | 18.6 | none | barren | — | — | — | — | | 2 | `GJ17c` | — | planet | no | — | terrestrial | 0.71g | 180 | 23.8 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-172/index.md b/wiki/star-systems/GJ-172/index.md index f531200b5..9b4d3e1be 100644 --- a/wiki/star-systems/GJ-172/index.md +++ b/wiki/star-systems/GJ-172/index.md @@ -52,7 +52,7 @@ The name 'Kaelong' carries deliberate ambiguity that the founding cooperative un ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ172b` | — | planet | no | — | terrestrial | 0.30g | 8 | 16.8 | none | barren | — | — | — | — | | 2 | `GJ172c` | Kaelong | planet | yes | 420K | terrestrial | 1.08g | 150 | 23.6 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-174/index.md b/wiki/star-systems/GJ-174/index.md index 596576753..6fd4cb200 100644 --- a/wiki/star-systems/GJ-174/index.md +++ b/wiki/star-systems/GJ-174/index.md @@ -46,7 +46,7 @@ Tiefenbach was founded during the Secession upheaval by families who predicted c ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ174b` | — | planet | no | — | terrestrial | 0.42g | 22 | 19.2 | none | barren | — | — | — | — | | 2 | `GJ174c` | Clausthal | planet | yes | 20K | terrestrial | 0.90g | 180 | 26.4 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-177/index.md b/wiki/star-systems/GJ-177/index.md index 669b15bd9..98bfc0c50 100644 --- a/wiki/star-systems/GJ-177/index.md +++ b/wiki/star-systems/GJ-177/index.md @@ -44,7 +44,7 @@ No faction presence. ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ177b` | — | planet | no | — | terrestrial | 0.36g | 11 | 254.4 | none | barren | — | — | — | — | | 2 | `GJ177c` | — | planet | no | — | terrestrial | 0.80g | 68 | 26.4 | standard | cold_arid | liquid_water | — | — | — | diff --git a/wiki/star-systems/GJ-178/index.md b/wiki/star-systems/GJ-178/index.md index b2cc22271..1f1a40fc3 100644 --- a/wiki/star-systems/GJ-178/index.md +++ b/wiki/star-systems/GJ-178/index.md @@ -78,12 +78,12 @@ The header star classification (F6V) is the correct READ-ONLY value. The stub he ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ178b` | — | planet | no | — | terrestrial | 0.35g | 50 | 18.0 | none | barren | none | — | — | — | | 2 | `GJ178c` | — | planet | no | — | terrestrial | 0.50g | 100 | 22.0 | thin | barren | none | — | — | — | | 3 | `GJ178d` | — | planet | no | — | terrestrial | 0.55g | 200 | 20.0 | thin | arid | none | — | — | — | -| 4 | `GJ178e` | Cinderford | planet | yes | 80M | terrestrial | 0.93g | 500 | 22.5 | breathable | temperate | moderate | transit | urban | — | +| 4 | `GJ178e` | Cinderford | planet | yes | 80M | terrestrial | 0.93g | 500 | 22.5 | standard | temperate | moderate | transit | urban | — | | ↳ 4.1 | `GJ178e-1` | — | moon | no | — | dwarf | 0.06g | 12 | 288.0 | none | barren | none | — | — | — | | 5 | `GJ178f` | — | planet | no | — | terrestrial | 0.42g | 900 | 18.0 | thin | arid | trace | — | — | — | | 6 | `GJ178g` | — | planet | no | — | terrestrial | 0.35g | 1800 | 16.0 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-183/index.md b/wiki/star-systems/GJ-183/index.md index 19ff42aa7..2142c0f58 100644 --- a/wiki/star-systems/GJ-183/index.md +++ b/wiki/star-systems/GJ-183/index.md @@ -48,7 +48,7 @@ Wave_4 at hop 5 is consistent with the Cairn pocket's incremental push — settl ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ183b` | — | planet | no | — | terrestrial | 0.30g | 6 | 153.6 | none | barren | — | — | — | — | | 2 | `GJ183c` | Rietvlei | planet | yes | 18K | terrestrial | 0.86g | 45 | 30.2 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-189/index.md b/wiki/star-systems/GJ-189/index.md index b4a4afb70..0c56b7957 100644 --- a/wiki/star-systems/GJ-189/index.md +++ b/wiki/star-systems/GJ-189/index.md @@ -54,7 +54,7 @@ Wave_2 settlement at hop 8 is an apparent anomaly. Wave_2 communities are typica ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ189b` | — | planet | no | — | terrestrial | 0.36g | 10 | 235.2 | none | barren | — | — | — | — | | 2 | `GJ189c` | Goslar | planet | yes | 30K | terrestrial | 0.90g | 70 | 27.8 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-19/index.md b/wiki/star-systems/GJ-19/index.md index 1a04742c2..a32efb7fc 100644 --- a/wiki/star-systems/GJ-19/index.md +++ b/wiki/star-systems/GJ-19/index.md @@ -52,7 +52,7 @@ G2IV is a subgiant — evolved past the main sequence, with a wider habitable zo ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ19b` | — | planet | no | — | terrestrial | 0.54g | 62 | 18.6 | none | barren | — | — | — | — | | 2 | `GJ19c` | — | planet | no | — | terrestrial | 0.78g | 240 | 24.2 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-191/index.md b/wiki/star-systems/GJ-191/index.md index 76129a670..f5005ef4a 100644 --- a/wiki/star-systems/GJ-191/index.md +++ b/wiki/star-systems/GJ-191/index.md @@ -54,7 +54,7 @@ The junction between Ross 154 and Hansestadt sees more west_reach freight than a ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ191b` | — | planet | no | — | terrestrial | 0.35g | 8 | 201.6 | none | barren | — | — | — | — | | 2 | `GJ191c` | Dageraad | planet | yes | 8M | terrestrial | 0.84g | 70 | 1680.0 | standard | temperate_terminator | liquid_water | transit | urban_concentrated | logistics | diff --git a/wiki/star-systems/GJ-194B/index.md b/wiki/star-systems/GJ-194B/index.md index f516939ba..24ae58eb3 100644 --- a/wiki/star-systems/GJ-194B/index.md +++ b/wiki/star-systems/GJ-194B/index.md @@ -46,11 +46,11 @@ Forty years without an Assembly inspector, and every form still filed on time ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ194Bb` | — | planet | no | — | terrestrial | 0.38g | 55 | 20.0 | none | barren | none | — | — | — | | 2 | `GJ194Bc` | — | planet | no | — | terrestrial | 0.50g | 130 | 22.0 | thin | arid | none | — | — | — | -| 3 | `GJ194Bd` | Aberaeron | planet | yes | 25M | terrestrial | 0.88g | 300 | 23.0 | breathable | temperate | moderate | transit | urban | — | +| 3 | `GJ194Bd` | Aberaeron | planet | yes | 25M | terrestrial | 0.88g | 300 | 23.0 | standard | temperate | moderate | transit | urban | — | | ↳ 3.1 | `GJ194Bd-1` | — | moon | no | — | dwarf | 0.05g | 10 | 240.0 | none | barren | none | — | — | — | | 4 | `GJ194Be` | — | planet | no | — | terrestrial | 0.40g | 650 | 18.0 | thin | frozen | ice | — | — | — | | 5 | `GJ194Bf` | — | planet | no | — | terrestrial | 0.32g | 1400 | 16.0 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-197/index.md b/wiki/star-systems/GJ-197/index.md index b414f6800..4f83e5125 100644 --- a/wiki/star-systems/GJ-197/index.md +++ b/wiki/star-systems/GJ-197/index.md @@ -66,7 +66,7 @@ The K-type header designation versus the G0V stellar profile is a generation art ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ197b` | — | planet | no | — | terrestrial | 0.54g | 68 | 22.4 | none | barren | — | — | — | — | | 2 | `GJ197c` | — | planet | no | — | terrestrial | 0.89g | 180 | 28.0 | thick | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-201/index.md b/wiki/star-systems/GJ-201/index.md index dbbd25566..85bc4a43c 100644 --- a/wiki/star-systems/GJ-201/index.md +++ b/wiki/star-systems/GJ-201/index.md @@ -56,7 +56,7 @@ A three-way junction at hop 13, unsettled and unremarkable, where every corridor ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ201b` | — | planet | no | — | terrestrial | 0.44g | 28 | 20.2 | trace | barren | — | — | — | — | | 2 | `GJ201c` | — | planet | no | — | terrestrial | 0.82g | 200 | 26.4 | standard | cold_arid | liquid_water | — | — | — | diff --git a/wiki/star-systems/GJ-204/index.md b/wiki/star-systems/GJ-204/index.md index 688f31868..c5d853782 100644 --- a/wiki/star-systems/GJ-204/index.md +++ b/wiki/star-systems/GJ-204/index.md @@ -48,7 +48,7 @@ Pedra Funda's three-century-old Catholic community practices a faith that shares ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ204b` | — | planet | no | — | terrestrial | 0.38g | 14 | 336.0 | none | barren | — | — | — | — | | 2 | `GJ204c` | Mértola | planet | yes | 15K | terrestrial | 0.88g | 140 | 27.4 | standard | temperate | liquid_water | agricultural | dispersed | — | diff --git a/wiki/star-systems/GJ-205/index.md b/wiki/star-systems/GJ-205/index.md index b39e70735..d7be96cd1 100644 --- a/wiki/star-systems/GJ-205/index.md +++ b/wiki/star-systems/GJ-205/index.md @@ -50,7 +50,7 @@ Kurashiki's entire processing economy was built around a supply contract with Ma ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ205b` | — | planet | no | — | terrestrial | 0.34g | 7 | 163.2 | none | barren | — | — | — | — | | 2 | `GJ205c` | Kurashiki | planet | yes | 420K | terrestrial | 0.79g | 95 | 2280.0 | standard | temperate_terminator | liquid_water | manufacturing | urban_concentrated | component_finishing | diff --git a/wiki/star-systems/GJ-208/index.md b/wiki/star-systems/GJ-208/index.md index c6f3126f5..95feec0f3 100644 --- a/wiki/star-systems/GJ-208/index.md +++ b/wiki/star-systems/GJ-208/index.md @@ -52,7 +52,7 @@ Pereira's Rest was founded to be beyond institutional reach and has succeeded ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ208b` | — | planet | no | — | terrestrial | 0.36g | 14 | 18.8 | none | barren | — | — | — | — | | 2 | `GJ208c` | Remanso | planet | yes | 42K | terrestrial | 0.84g | 100 | 26.4 | standard | temperate | liquid_water | agricultural | dispersed | — | diff --git a/wiki/star-systems/GJ-2097/index.md b/wiki/star-systems/GJ-2097/index.md index db4e2d70c..5e23fa186 100644 --- a/wiki/star-systems/GJ-2097/index.md +++ b/wiki/star-systems/GJ-2097/index.md @@ -66,7 +66,7 @@ Wave_2 through_route at hop 6 reflects the south_reach's early aggressive push; ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ2097b` | — | planet | no | — | terrestrial | 0.34g | 9 | 211.2 | none | barren | — | — | — | — | | 2 | `GJ2097c` | Monção | planet | yes | 40K | terrestrial | 0.88g | 145 | 29.4 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-211/index.md b/wiki/star-systems/GJ-211/index.md index 21b8b38ed..30d7cb5e5 100644 --- a/wiki/star-systems/GJ-211/index.md +++ b/wiki/star-systems/GJ-211/index.md @@ -46,7 +46,7 @@ Encruzilhada was founded by survivors of a Gate Silence event who chose their lo ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ211b` | — | planet | no | — | terrestrial | 0.34g | 9 | 225.6 | none | barren | — | — | — | — | | 2 | `GJ211c` | Almeida | planet | yes | 10K | terrestrial | 0.86g | 70 | 28.6 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-213/index.md b/wiki/star-systems/GJ-213/index.md index 4409cf25f..c68a13b62 100644 --- a/wiki/star-systems/GJ-213/index.md +++ b/wiki/star-systems/GJ-213/index.md @@ -68,7 +68,7 @@ M5 is a dim red dwarf, consistent with the narrow habitable zone and close-orbit ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ213b` | — | planet | no | — | terrestrial | 0.28g | 3 | 76.8 | none | barren | — | — | — | — | | 2 | `GJ213c` | Rooiels | planet | yes | 35K | terrestrial | 0.82g | 12 | 288.0 | standard | tropical | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-216A/index.md b/wiki/star-systems/GJ-216A/index.md index 080afb6f5..d72132784 100644 --- a/wiki/star-systems/GJ-216A/index.md +++ b/wiki/star-systems/GJ-216A/index.md @@ -72,12 +72,12 @@ The header classification reads G-type; the READ-ONLY star data is F7V, which is ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ216Ab` | — | planet | no | — | terrestrial | 0.35g | 45 | 18.0 | none | barren | none | — | — | — | | 2 | `GJ216Ac` | — | planet | no | — | terrestrial | 0.50g | 95 | 22.0 | thin | arid | none | — | — | — | | 3 | `GJ216Ad` | — | planet | no | — | terrestrial | 0.55g | 200 | 20.0 | thin | arid | trace | — | — | — | -| 4 | `GJ216Ae` | Wairau | planet | yes | 8K | terrestrial | 0.90g | 420 | 24.0 | breathable | temperate | minimal | transit | concentrated | — | +| 4 | `GJ216Ae` | Wairau | planet | yes | 8K | terrestrial | 0.90g | 420 | 24.0 | standard | temperate | minimal | transit | concentrated | — | | ↳ 4.1 | `GJ216Ae-1` | — | moon | no | — | dwarf | 0.05g | 10 | 240.0 | none | barren | none | — | — | — | | 5 | `GJ216Af` | — | planet | no | — | terrestrial | 0.42g | 800 | 18.0 | thin | frozen | ice | — | — | — | | 6 | `GJ216Ag` | — | planet | no | — | terrestrial | 0.35g | 1600 | 16.0 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-216B/index.md b/wiki/star-systems/GJ-216B/index.md index 34684f765..cdbc93ebc 100644 --- a/wiki/star-systems/GJ-216B/index.md +++ b/wiki/star-systems/GJ-216B/index.md @@ -82,11 +82,11 @@ The system header reads "binary-type" per the READ-ONLY stub, reflecting GJ 216B ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ216Bb` | — | planet | no | — | terrestrial | 0.35g | 20 | 480.0 | none | barren | none | — | — | — | | 2 | `GJ216Bc` | — | planet | no | — | terrestrial | 0.48g | 55 | 20.0 | thin | arid | none | — | — | — | -| 3 | `GJ216Bd` | Doublet | planet | yes | 40M | terrestrial | 0.88g | 130 | 22.0 | breathable | temperate | moderate | research | urban | — | +| 3 | `GJ216Bd` | Doublet | planet | yes | 40M | terrestrial | 0.88g | 130 | 22.0 | standard | temperate | moderate | research | urban | — | | ↳ 3.1 | `GJ216Bd-1` | — | moon | no | — | dwarf | 0.05g | 8 | 192.0 | none | barren | none | — | — | — | | 4 | `GJ216Be` | — | planet | no | — | terrestrial | 0.42g | 280 | 18.0 | thin | arid | none | — | — | — | | 5 | `GJ216Bf` | — | planet | no | — | terrestrial | 0.35g | 650 | 16.0 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-222A/index.md b/wiki/star-systems/GJ-222A/index.md index a08888921..12551a4cb 100644 --- a/wiki/star-systems/GJ-222A/index.md +++ b/wiki/star-systems/GJ-222A/index.md @@ -52,7 +52,7 @@ The community that built itself around a Gate Corporation maintenance node has n ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ222Ab` | — | planet | no | — | terrestrial | 0.52g | 48 | 17.8 | none | barren | — | — | — | — | | 2 | `GJ222Ac` | — | planet | no | — | terrestrial | 0.92g | 350 | 26.4 | standard | temperate | liquid_water | — | — | — | diff --git a/wiki/star-systems/GJ-229/index.md b/wiki/star-systems/GJ-229/index.md index 06eb53be5..5e84233d3 100644 --- a/wiki/star-systems/GJ-229/index.md +++ b/wiki/star-systems/GJ-229/index.md @@ -54,7 +54,7 @@ Finnish founding heritage is a cross-corridor early-arrival exception at hop 5 i ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ229b` | — | planet | no | — | terrestrial | 0.34g | 8 | 196.8 | none | barren | — | — | — | — | | 2 | `GJ229c` | Lepola | planet | yes | 3M | terrestrial | 0.80g | 85 | 2040.0 | standard | temperate_terminator | liquid_water | transit | urban_concentrated | logistics | diff --git a/wiki/star-systems/GJ-231/index.md b/wiki/star-systems/GJ-231/index.md index e843b4169..d0af87533 100644 --- a/wiki/star-systems/GJ-231/index.md +++ b/wiki/star-systems/GJ-231/index.md @@ -58,7 +58,7 @@ The engineering school that Thorvaldsen's Circuit built from its own exhausted m ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ231b` | — | planet | no | — | terrestrial | 0.48g | 42 | 19.4 | none | barren | — | — | — | — | | 2 | `GJ231c` | — | planet | no | — | terrestrial | 0.72g | 140 | 24.8 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-234A/index.md b/wiki/star-systems/GJ-234A/index.md index 10165edde..37689b1d2 100644 --- a/wiki/star-systems/GJ-234A/index.md +++ b/wiki/star-systems/GJ-234A/index.md @@ -54,7 +54,7 @@ M4.5Ve — mid-range late M-dwarf with active flare designation. The "e" emissio ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ234Ab` | — | planet | no | — | terrestrial | 0.32g | 4 | 100.8 | none | barren | — | — | — | — | | 2 | `GJ234Ac` | Sobreiro | planet | yes | 12K | terrestrial | 0.78g | 18 | 432.0 | thin | cold_arid | — | agricultural | urban_concentrated | — | diff --git a/wiki/star-systems/GJ-244A/index.md b/wiki/star-systems/GJ-244A/index.md index 071fd1aa0..dc19cc2ff 100644 --- a/wiki/star-systems/GJ-244A/index.md +++ b/wiki/star-systems/GJ-244A/index.md @@ -71,11 +71,11 @@ The same people who declared independence from an institution that would not let ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ244Ab` | — | planet | no | — | terrestrial | 0.25g | 45 | 580.0 | none | barren | none | — | — | — | | 2 | `GJ244Ac` | — | planet | no | — | terrestrial | 0.70g | 320 | 40.0 | toxic | barren | none | — | — | — | -| 3 | `GJ244Ad` | Edict | planet | yes | 400M | terrestrial | 1.10g | 1800 | 20.5 | breathable | frozen | ice | service_mixed | cave | — | +| 3 | `GJ244Ad` | Edict | planet | yes | 400M | terrestrial | 1.10g | 1800 | 20.5 | standard | frozen | ice | service_mixed | cave | — | | 4 | `GJ244Ae` | — | gas_giant | no | — | gas_giant | — | 4500 | 12.0 | dense | — | — | — | — | — | | ↳ 4.1 | `GJ244Ae-1` | — | moon | no | — | dwarf | 0.10g | 3 | 77.0 | none | frozen | ice | — | — | — | | ↳ 4.2 | `GJ244Ae-2` | — | moon | no | — | dwarf | 0.07g | 8 | 192.0 | none | barren | none | — | — | — | diff --git a/wiki/star-systems/GJ-250A/index.md b/wiki/star-systems/GJ-250A/index.md index 97ac51b73..e72dde4b7 100644 --- a/wiki/star-systems/GJ-250A/index.md +++ b/wiki/star-systems/GJ-250A/index.md @@ -80,11 +80,11 @@ The READ-ONLY star classification is K3V. The stub header placeholder read "M-ty ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ250Ab` | — | planet | no | — | terrestrial | 0.35g | 22 | 528.0 | none | barren | none | — | — | — | | 2 | `GJ250Ac` | — | planet | no | — | terrestrial | 0.48g | 55 | 20.0 | thin | arid | none | — | — | — | -| 3 | `GJ250Ad` | Heaviside | planet | yes | 60M | terrestrial | 0.88g | 130 | 22.0 | breathable | temperate-cool | moderate | transit | urban | gate_corp | +| 3 | `GJ250Ad` | Heaviside | planet | yes | 60M | terrestrial | 0.88g | 130 | 22.0 | standard | temperate-cool | moderate | transit | urban | gate_corp | | ↳ 3.1 | `GJ250Ad-1` | — | moon | no | — | dwarf | 0.05g | 9 | 216.0 | none | barren | none | — | — | — | | 4 | `GJ250Ae` | — | planet | no | — | terrestrial | 0.40g | 280 | 18.0 | thin | arid | none | — | — | — | | 5 | `GJ250Af` | — | planet | no | — | terrestrial | 0.32g | 650 | 16.0 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-251/index.md b/wiki/star-systems/GJ-251/index.md index 40ccfeb9b..5dc9e1e1a 100644 --- a/wiki/star-systems/GJ-251/index.md +++ b/wiki/star-systems/GJ-251/index.md @@ -63,10 +63,10 @@ The system's K5 classification produces a working-temperature habitable zone tha ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ251b` | — | planet | no | — | terrestrial | 0.28g | 20 | 500.0 | none | barren | none | — | — | — | -| 2 | `GJ251c` | Ruhr | planet | yes | 5.0B | terrestrial | 0.85g | 220 | 21.3 | breathable | temperate | rivers | manufacturing | urban_concentrated | Gate_Corp | +| 2 | `GJ251c` | Ruhr | planet | yes | 5.0B | terrestrial | 0.85g | 220 | 21.3 | standard | temperate | rivers | manufacturing | urban_concentrated | Gate_Corp | | ↳ 2.1 | `GJ251c-1` | — | moon | no | — | dwarf | 0.05g | 12 | 288.0 | none | barren | none | — | — | — | | 3 | `GJ251d` | — | planet | no | — | terrestrial | 0.40g | 550 | 18.5 | thin | arid | none | — | — | — | | 4 | `GJ251-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-268/index.md b/wiki/star-systems/GJ-268/index.md index e8ba3f221..ded389205 100644 --- a/wiki/star-systems/GJ-268/index.md +++ b/wiki/star-systems/GJ-268/index.md @@ -66,7 +66,7 @@ M5Ve indicates an active flare star, which fully accounts for the orbital-only s ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ268b` | — | planet | no | — | terrestrial | 0.28g | 4 | 86.4 | none | barren | — | — | — | — | | 2 | `GJ268c` | — | planet | no | — | terrestrial | 0.54g | 12 | 283.2 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-27/index.md b/wiki/star-systems/GJ-27/index.md index 14dc356ff..e9dedb817 100644 --- a/wiki/star-systems/GJ-27/index.md +++ b/wiki/star-systems/GJ-27/index.md @@ -66,7 +66,7 @@ The F-type header designation versus the K0V stellar profile is a data generatio ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ27b` | — | planet | no | — | terrestrial | 0.48g | 50 | 22.0 | none | barren | — | — | — | — | | 2 | `GJ27c` | — | planet | no | — | terrestrial | 0.78g | 165 | 27.0 | thick | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-273/index.md b/wiki/star-systems/GJ-273/index.md index a57ce6f6e..b6a6a0398 100644 --- a/wiki/star-systems/GJ-273/index.md +++ b/wiki/star-systems/GJ-273/index.md @@ -46,10 +46,10 @@ The oldest gate maintenance records in the north_reach are here, and two generat ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ273b` | — | planet | no | — | terrestrial | 0.30g | 2 | 48.0 | none | barren | none | — | — | — | -| 2 | `GJ273c` | Bunbury | planet | yes | 800M | terrestrial | 0.88g | 12 | 288.0 | breathable | temperate | moderate | coordination | urban | gate_corp | +| 2 | `GJ273c` | Bunbury | planet | yes | 800M | terrestrial | 0.88g | 12 | 288.0 | standard | temperate | moderate | coordination | urban | gate_corp | | ↳ 2.1 | `GJ273c-1` | — | moon | no | — | dwarf | 0.05g | 3 | 72.0 | none | barren | none | — | — | — | | 3 | `GJ273d` | — | planet | no | — | terrestrial | 0.40g | 35 | 18.0 | thin | arid | none | — | — | — | | 4 | `GJ273e` | — | planet | no | — | terrestrial | 0.32g | 100 | 15.0 | thin | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-280A/index.md b/wiki/star-systems/GJ-280A/index.md index 01f5a6b75..e54e1d31d 100644 --- a/wiki/star-systems/GJ-280A/index.md +++ b/wiki/star-systems/GJ-280A/index.md @@ -63,11 +63,11 @@ The F5IV-V primary is moderately luminous — warmer than Sol, with the habitabl ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ280Ab` | — | planet | no | — | terrestrial | 0.32g | 50 | 700.0 | none | barren | none | — | — | — | | 2 | `GJ280Ac` | — | planet | no | — | terrestrial | 0.65g | 180 | 2400.0 | toxic | barren | none | — | — | — | -| 3 | `GJ280Ad` | Estrade | planet | yes | 1.8B | terrestrial | 0.93g | 450 | 23.8 | breathable | temperate | ocean | service_mixed | urban_concentrated | — | +| 3 | `GJ280Ad` | Estrade | planet | yes | 1.8B | terrestrial | 0.93g | 450 | 23.8 | standard | temperate | ocean | service_mixed | urban_concentrated | — | | ↳ 3.1 | `GJ280Ad-1` | — | moon | no | — | dwarf | 0.07g | 16 | 384.0 | none | barren | none | — | — | — | | 4 | `GJ280Ae` | — | planet | no | — | terrestrial | 0.42g | 900 | 19.0 | thin | arid | none | — | — | — | | 5 | `GJ280Af` | — | gas_giant | no | — | gas_giant | — | 3200 | 11.5 | dense | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-282A/index.md b/wiki/star-systems/GJ-282A/index.md index 245a75278..c68c476ba 100644 --- a/wiki/star-systems/GJ-282A/index.md +++ b/wiki/star-systems/GJ-282A/index.md @@ -56,10 +56,10 @@ G-type header per the database classification. The READ-ONLY profile shows K2V ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ282Ab` | — | planet | no | — | terrestrial | 0.62g | 52 | 1248.0 | none | barren | — | — | — | — | -| 2 | `GJ282Ac` | Dieulefit | planet | yes | 120K | terrestrial | 0.97g | 200 | 25.2 | breathable | temperate | ocean-coastal | agricultural | distributed-rural | west_reach | +| 2 | `GJ282Ac` | Dieulefit | planet | yes | 120K | terrestrial | 0.97g | 200 | 25.2 | standard | temperate | ocean-coastal | agricultural | distributed-rural | west_reach | | ↳ 2.1 | `GJ282Ac-1` | — | moon | no | — | dwarf | 0.08g | 23 | 542.4 | none | barren | — | — | — | — | | 3 | `GJ282Ad` | — | planet | no | — | terrestrial | 0.55g | 510 | 20.8 | thin | arid | — | — | — | — | | 4 | `GJ282A-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-282B/index.md b/wiki/star-systems/GJ-282B/index.md index 114d281b6..5a6abd1d6 100644 --- a/wiki/star-systems/GJ-282B/index.md +++ b/wiki/star-systems/GJ-282B/index.md @@ -56,7 +56,7 @@ The last provisioning stop before the deep corridor — where travelers going fu ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ282Bb` | — | planet | no | — | terrestrial | 0.40g | 16 | 20.4 | none | barren | — | — | — | — | | 2 | `GJ282Bc` | Belver | planet | yes | 800 | terrestrial | 0.82g | 140 | 27.4 | thin | cold_arid | liquid_water | agricultural | dispersed | — | diff --git a/wiki/star-systems/GJ-285/index.md b/wiki/star-systems/GJ-285/index.md index f578c5eee..011a262c4 100644 --- a/wiki/star-systems/GJ-285/index.md +++ b/wiki/star-systems/GJ-285/index.md @@ -72,10 +72,10 @@ The M4.5Ve classification indicates a flare-active red dwarf, consistent with th ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ285b` | — | planet | no | — | terrestrial | 0.28g | 3 | 72.0 | none | barren | none | — | — | — | -| 2 | `GJ285c` | Fries | planet | yes | 1K | terrestrial | 0.78g | 9 | 216.0 | breathable | arid | minimal | agriculture | dispersed | — | +| 2 | `GJ285c` | Fries | planet | yes | 1K | terrestrial | 0.78g | 9 | 216.0 | standard | arid | minimal | agriculture | dispersed | — | | 3 | `GJ285d` | — | planet | no | — | terrestrial | 0.35g | 25 | 600.0 | thin | frozen | ice | — | — | — | | 4 | `GJ285e` | — | planet | no | — | terrestrial | 0.28g | 70 | 1680.0 | none | frozen | ice | — | — | — | | 5 | `GJ285f` | — | gas_giant | no | — | gas_giant | — | 350 | 10.0 | dense | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-286/index.md b/wiki/star-systems/GJ-286/index.md index cc5c38dbb..d92fd2724 100644 --- a/wiki/star-systems/GJ-286/index.md +++ b/wiki/star-systems/GJ-286/index.md @@ -48,7 +48,7 @@ Wave_4 through_route at hop 7 with stellar variability documentation is consiste ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ286b` | — | planet | no | — | terrestrial | 0.48g | 42 | 18.2 | none | barren | — | — | — | — | | 2 | `GJ286c` | Arnsberg | planet | yes | 15K | terrestrial | 0.90g | 320 | 26.4 | standard | temperate | liquid_water | commercial | dispersed | — | diff --git a/wiki/star-systems/GJ-299/index.md b/wiki/star-systems/GJ-299/index.md index 04ed1ec3d..c79c41587 100644 --- a/wiki/star-systems/GJ-299/index.md +++ b/wiki/star-systems/GJ-299/index.md @@ -66,7 +66,7 @@ M3.5 is a mid-sequence red dwarf, cooler than the K/M boundary systems and warme ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ299b` | — | planet | no | — | terrestrial | 0.36g | 8 | 201.6 | none | barren | — | — | — | — | | 2 | `GJ299c` | Várzea | planet | yes | 3M | terrestrial | 0.79g | 24 | 29.0 | standard | floodplain_temperate | liquid_water | agricultural | river_towns | — | diff --git a/wiki/star-systems/GJ-300/index.md b/wiki/star-systems/GJ-300/index.md index 338fe96c1..34bbf5d4f 100644 --- a/wiki/star-systems/GJ-300/index.md +++ b/wiki/star-systems/GJ-300/index.md @@ -70,10 +70,10 @@ The header classification reads G-type; the READ-ONLY star data is M4, a dim red ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ300b` | — | planet | no | — | terrestrial | 0.28g | 4 | 96.0 | none | barren | none | — | — | — | -| 2 | `GJ300c` | Helmsdale | planet | yes | 3K | terrestrial | 0.82g | 12 | 288.0 | breathable | arid | moderate | agriculture | dispersed | — | +| 2 | `GJ300c` | Helmsdale | planet | yes | 3K | terrestrial | 0.82g | 12 | 288.0 | standard | arid | moderate | agriculture | dispersed | — | | 3 | `GJ300d` | — | planet | no | — | terrestrial | 0.35g | 30 | 720.0 | thin | frozen | ice | — | — | — | | 4 | `GJ300e` | — | planet | no | — | terrestrial | 0.28g | 85 | 2040.0 | none | frozen | ice | — | — | — | | 5 | `GJ300f` | — | gas_giant | no | — | gas_giant | — | 400 | 10.0 | dense | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-302/index.md b/wiki/star-systems/GJ-302/index.md index 9ecc1f554..287e1abdc 100644 --- a/wiki/star-systems/GJ-302/index.md +++ b/wiki/star-systems/GJ-302/index.md @@ -60,7 +60,7 @@ The quiet waypoint that has survived four hundred years by being reliably useful ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ302b` | — | planet | no | — | terrestrial | 0.44g | 28 | 19.2 | none | barren | — | — | — | — | | 2 | `GJ302c` | Brücke | planet | yes | 42K | terrestrial | 0.94g | 280 | 25.8 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-309/index.md b/wiki/star-systems/GJ-309/index.md index 88a1b7217..d0f8cd70a 100644 --- a/wiki/star-systems/GJ-309/index.md +++ b/wiki/star-systems/GJ-309/index.md @@ -46,7 +46,7 @@ Vorposten's founding cohort carries Compact of Westphalia political instincts an ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ309b` | — | planet | no | — | terrestrial | 0.44g | 30 | 19.4 | none | barren | — | — | — | — | | 2 | `GJ309c` | Freystadt | planet | yes | 2K | terrestrial | 0.90g | 280 | 26.4 | standard | temperate | liquid_water | agricultural | dispersed | — | diff --git a/wiki/star-systems/GJ-3135/index.md b/wiki/star-systems/GJ-3135/index.md index a01a1348d..4656472ea 100644 --- a/wiki/star-systems/GJ-3135/index.md +++ b/wiki/star-systems/GJ-3135/index.md @@ -50,7 +50,7 @@ Whitfield Crossing's gate fee revenue includes a percentage that flows to Kurash ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ3135b` | — | planet | no | — | terrestrial | 0.42g | 26 | 19.4 | none | barren | — | — | — | — | | 2 | `GJ3135c` | Whitfield Crossing | planet | yes | 72K | terrestrial | 0.84g | 280 | 24.8 | standard | temperate | liquid_water | transit | urban_concentrated | logistics | diff --git a/wiki/star-systems/GJ-320/index.md b/wiki/star-systems/GJ-320/index.md index 5b383a64a..aa9a5235e 100644 --- a/wiki/star-systems/GJ-320/index.md +++ b/wiki/star-systems/GJ-320/index.md @@ -56,7 +56,7 @@ The Compact's food independence depends on Sonnwend's surplus — and the agricu ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ320b` | — | planet | no | — | terrestrial | 0.42g | 20 | 18.4 | none | barren | — | — | — | — | | 2 | `GJ320c` | Wend | planet | yes | 65M | terrestrial | 0.90g | 200 | 26.8 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-324A/index.md b/wiki/star-systems/GJ-324A/index.md index 11c1842ae..3ef16d9a6 100644 --- a/wiki/star-systems/GJ-324A/index.md +++ b/wiki/star-systems/GJ-324A/index.md @@ -42,7 +42,7 @@ GJ 324A's 180-year-old survey record describes a habitable world with marginal a ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ324Ab` | — | planet | no | — | terrestrial | 0.44g | 28 | 19.2 | none | barren | — | — | — | — | | 2 | `GJ324Ac` | — | planet | no | — | terrestrial | 0.82g | 280 | 25.6 | standard | temperate | liquid_water | — | — | — | diff --git a/wiki/star-systems/GJ-3250/index.md b/wiki/star-systems/GJ-3250/index.md index d3f6ce703..2675b3f60 100644 --- a/wiki/star-systems/GJ-3250/index.md +++ b/wiki/star-systems/GJ-3250/index.md @@ -54,7 +54,7 @@ The last generation that remembers when the freight ships ran regularly is still ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ3250b` | — | planet | no | — | terrestrial | 0.31g | 7 | 163.2 | none | barren | — | — | — | — | | 2 | `GJ3250c` | Rionegro | planet | yes | 32K | terrestrial | 0.71g | 21 | 504.0 | standard | temperate_riverine | liquid_water | agricultural | compact_town | — | diff --git a/wiki/star-systems/GJ-325A/index.md b/wiki/star-systems/GJ-325A/index.md index 0f02e562d..ebb949b53 100644 --- a/wiki/star-systems/GJ-325A/index.md +++ b/wiki/star-systems/GJ-325A/index.md @@ -70,7 +70,7 @@ The READ-ONLY System Profile classifies GJ 325A as K5V, making K-type the correc ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ325Ab` | — | planet | no | — | terrestrial | 0.31g | 12 | 18.4 | none | barren | — | — | — | — | | 2 | `GJ325Ac` | Purnima | planet | yes | 95K | terrestrial | 0.88g | 140 | 3360.0 | standard | temperate_terminator | liquid_water | manufacturing | dispersed | mineral_extraction | diff --git a/wiki/star-systems/GJ-325B/index.md b/wiki/star-systems/GJ-325B/index.md index d4250df7b..c921120cb 100644 --- a/wiki/star-systems/GJ-325B/index.md +++ b/wiki/star-systems/GJ-325B/index.md @@ -64,7 +64,7 @@ The M-type header designation is a generation artifact; K6V is the correct stell ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ325Bb` | — | planet | no | — | terrestrial | 0.41g | 38 | 22.4 | none | barren | — | — | — | — | | 2 | `GJ325Bc` | — | planet | no | — | terrestrial | 0.68g | 190 | 27.0 | thin | cold_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-33/index.md b/wiki/star-systems/GJ-33/index.md index 4e2a99e8e..2de75deb4 100644 --- a/wiki/star-systems/GJ-33/index.md +++ b/wiki/star-systems/GJ-33/index.md @@ -50,7 +50,7 @@ K2V at 24.3 ly is the farthest system in this batch by distance from Sol equival ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ33b` | — | planet | no | — | terrestrial | 0.46g | 26 | 19.2 | none | barren | — | — | — | — | | 2 | `GJ33c` | — | planet | no | — | terrestrial | 0.88g | 180 | 25.4 | standard | temperate | liquid_water | — | — | — | diff --git a/wiki/star-systems/GJ-3323/index.md b/wiki/star-systems/GJ-3323/index.md index 10da358fc..69f6f2ad8 100644 --- a/wiki/star-systems/GJ-3323/index.md +++ b/wiki/star-systems/GJ-3323/index.md @@ -66,7 +66,7 @@ The "m" spectral designation without a subtype reflects incomplete survey data; ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ3323b` | — | planet | no | — | terrestrial | 0.29g | 5 | 124.8 | none | barren | — | — | — | — | | 2 | `GJ3323c` | Entroncamento | planet | yes | 12K | terrestrial | 0.76g | 18 | 432.0 | standard | temperate | liquid_water | transit | urban_distributed | transport | diff --git a/wiki/star-systems/GJ-3325/index.md b/wiki/star-systems/GJ-3325/index.md index a6bffb9e5..a6ede0bca 100644 --- a/wiki/star-systems/GJ-3325/index.md +++ b/wiki/star-systems/GJ-3325/index.md @@ -80,11 +80,11 @@ The K: classification in the READ-ONLY data indicates an uncertain or approximat ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ3325b` | — | planet | no | — | terrestrial | 0.32g | 18 | 432.0 | none | barren | none | — | — | — | | 2 | `GJ3325c` | — | planet | no | — | terrestrial | 0.45g | 45 | 1080.0 | thin | arid | none | — | — | — | -| 3 | `GJ3325d` | Strathmore | planet | yes | 200M | terrestrial | 0.88g | 110 | 22.0 | breathable | temperate-cool | moderate | agriculture | dispersed | — | +| 3 | `GJ3325d` | Strathmore | planet | yes | 200M | terrestrial | 0.88g | 110 | 22.0 | standard | temperate-cool | moderate | agriculture | dispersed | — | | ↳ 3.1 | `GJ3325d-1` | — | moon | no | — | dwarf | 0.05g | 8 | 192.0 | none | barren | none | — | — | — | | 4 | `GJ3325e` | — | planet | no | — | terrestrial | 0.40g | 260 | 18.0 | thin | frozen | ice | — | — | — | | 5 | `GJ3325f` | — | planet | no | — | terrestrial | 0.32g | 600 | 16.0 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-3333/index.md b/wiki/star-systems/GJ-3333/index.md index 5a5370e6e..b4d7b4f47 100644 --- a/wiki/star-systems/GJ-3333/index.md +++ b/wiki/star-systems/GJ-3333/index.md @@ -58,7 +58,7 @@ Groenland's council has been quietly building contingency food production capaci ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ3333b` | — | planet | no | — | terrestrial | 0.44g | 24 | 18.6 | none | barren | — | — | — | — | | 2 | `GJ3333c` | Groen | planet | yes | 45M | terrestrial | 0.92g | 200 | 26.4 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-3379/index.md b/wiki/star-systems/GJ-3379/index.md index 1ee22cd5b..ecd01e231 100644 --- a/wiki/star-systems/GJ-3379/index.md +++ b/wiki/star-systems/GJ-3379/index.md @@ -48,7 +48,7 @@ Shenwei's wave_1 survey mission generated an anomaly report that has remained cl ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ3379b` | — | planet | no | — | terrestrial | 0.28g | 5 | 110.4 | none | barren | — | — | — | — | | 2 | `GJ3379c` | — | planet | no | — | terrestrial | 0.62g | 12 | 297.6 | thin | cold_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-338B/index.md b/wiki/star-systems/GJ-338B/index.md index d5e78f97e..3a8fb0f61 100644 --- a/wiki/star-systems/GJ-338B/index.md +++ b/wiki/star-systems/GJ-338B/index.md @@ -75,11 +75,11 @@ The most consequential policy conversations in the Reach happen over dinner betw ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ338Bb` | — | planet | no | — | terrestrial | 0.35g | 30 | 720.0 | none | barren | none | — | — | — | | 2 | `GJ338Bc` | — | planet | no | — | terrestrial | 0.62g | 100 | 2400.0 | thin | barren | none | — | — | — | -| 3 | `GJ338Bd` | Arbour | planet | yes | 600M | terrestrial | 0.96g | 340 | 24.2 | breathable | temperate | ocean | service_mixed | dispersed_rural | — | +| 3 | `GJ338Bd` | Arbour | planet | yes | 600M | terrestrial | 0.96g | 340 | 24.2 | standard | temperate | ocean | service_mixed | dispersed_rural | — | | ↳ 3.1 | `GJ338Bd-1` | — | moon | no | — | dwarf | 0.12g | 22 | 528.0 | none | barren | none | — | — | — | | 4 | `GJ338Be` | — | planet | no | — | terrestrial | 0.48g | 600 | 20.0 | thin | temperate | ice | — | — | — | | 5 | `GJ338Bf` | — | planet | no | — | terrestrial | 0.40g | 1000 | 18.0 | thin | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-3403/index.md b/wiki/star-systems/GJ-3403/index.md index fb16ec501..8a9e81522 100644 --- a/wiki/star-systems/GJ-3403/index.md +++ b/wiki/star-systems/GJ-3403/index.md @@ -44,7 +44,7 @@ No faction presence. ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ3403b` | — | planet | no | — | terrestrial | 0.46g | 26 | 19.6 | none | barren | — | — | — | — | | 2 | `GJ3403c` | — | planet | no | — | terrestrial | 0.84g | 195 | 25.8 | standard | temperate | liquid_water | — | — | — | diff --git a/wiki/star-systems/GJ-3442/index.md b/wiki/star-systems/GJ-3442/index.md index 9412d6b32..2a7f70b1f 100644 --- a/wiki/star-systems/GJ-3442/index.md +++ b/wiki/star-systems/GJ-3442/index.md @@ -50,7 +50,7 @@ Wave_4 dead_end at hop 7 with the furthest-out navigational beacon role is appro ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ3442b` | — | planet | no | — | terrestrial | 0.34g | 9 | 220.8 | none | barren | — | — | — | — | | 2 | `GJ3442c` | Sagres | planet | yes | 5K | terrestrial | 0.82g | 70 | 28.6 | standard | temperate | liquid_water | agricultural | dispersed | — | diff --git a/wiki/star-systems/GJ-3454/index.md b/wiki/star-systems/GJ-3454/index.md index 5c198eeb0..ee4a8a9f9 100644 --- a/wiki/star-systems/GJ-3454/index.md +++ b/wiki/star-systems/GJ-3454/index.md @@ -50,7 +50,7 @@ Eleven thousand permanent residents of Eisentor have no legal governance framewo ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ3454b` | — | planet | no | — | terrestrial | 0.31g | 6 | 148.8 | none | barren | — | — | — | — | | 2 | `GJ3454c` | — | planet | no | — | terrestrial | 0.56g | 38 | 912.0 | thin | cold_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-349/index.md b/wiki/star-systems/GJ-349/index.md index 8be34e738..436711e37 100644 --- a/wiki/star-systems/GJ-349/index.md +++ b/wiki/star-systems/GJ-349/index.md @@ -44,7 +44,7 @@ Randgebiet's founders chose to push the corridor one hop further than Vorposten ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ349b` | — | planet | no | — | terrestrial | 0.34g | 10 | 235.2 | none | barren | — | — | — | — | | 2 | `GJ349c` | Herborn | planet | yes | 1K | terrestrial | 0.84g | 70 | 28.2 | standard | temperate | liquid_water | agricultural | dispersed | — | diff --git a/wiki/star-systems/GJ-34A/index.md b/wiki/star-systems/GJ-34A/index.md index 253be5629..8908646d2 100644 --- a/wiki/star-systems/GJ-34A/index.md +++ b/wiki/star-systems/GJ-34A/index.md @@ -49,11 +49,11 @@ Wave_4 settlement at hop 3 reflects corporate-origin activation: the fabrication ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ34Ab` | — | planet | no | — | terrestrial | 0.28g | 20 | 480.0 | none | barren | none | — | — | — | | 2 | `GJ34Ac` | — | planet | no | — | terrestrial | 0.60g | 80 | 1920.0 | toxic | barren | none | — | — | — | -| 3 | `GJ34Ad` | Kanashiro | planet | yes | 1.8B | terrestrial | 0.92g | 350 | 23.5 | breathable | temperate | ocean | manufacturing | urban_concentrated | — | +| 3 | `GJ34Ad` | Kanashiro | planet | yes | 1.8B | terrestrial | 0.92g | 350 | 23.5 | standard | temperate | ocean | manufacturing | urban_concentrated | — | | ↳ 3.1 | `GJ34Ad-1` | — | moon | no | — | dwarf | 0.07g | 16 | 384.0 | none | barren | none | — | — | — | | 4 | `GJ34Ae` | — | planet | no | — | terrestrial | 0.50g | 580 | 19.0 | thin | arid | none | — | — | — | | 5 | `GJ34Af` | — | planet | no | — | terrestrial | 0.44g | 900 | 17.0 | thin | frozen | rivers | — | — | — | diff --git a/wiki/star-systems/GJ-34B/index.md b/wiki/star-systems/GJ-34B/index.md index 93b74b756..d4e34a325 100644 --- a/wiki/star-systems/GJ-34B/index.md +++ b/wiki/star-systems/GJ-34B/index.md @@ -55,10 +55,10 @@ Every freight operator entering the east corridor from the core has a scheduling ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ34Bb` | — | planet | no | — | terrestrial | 0.24g | 15 | 360.0 | none | barren | none | — | — | — | -| 2 | `GJ34Bc` | Shin Incheon | planet | yes | 800M | terrestrial | 0.80g | 200 | 22.0 | breathable | temperate | ocean | service_mixed | urban_concentrated | Gate_Corp | +| 2 | `GJ34Bc` | Shin Incheon | planet | yes | 800M | terrestrial | 0.80g | 200 | 22.0 | standard | temperate | ocean | service_mixed | urban_concentrated | Gate_Corp | | ↳ 2.1 | `GJ34Bc-1` | — | moon | no | — | dwarf | 0.05g | 11 | 264.0 | none | barren | none | — | — | — | | 3 | `GJ34Bd` | — | planet | no | — | terrestrial | 0.48g | 420 | 18.5 | thin | arid | none | — | — | — | | 4 | `GJ34Be` | — | planet | no | — | terrestrial | 0.40g | 750 | 16.0 | thin | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-35/index.md b/wiki/star-systems/GJ-35/index.md index f8df74408..7331d94a3 100644 --- a/wiki/star-systems/GJ-35/index.md +++ b/wiki/star-systems/GJ-35/index.md @@ -66,7 +66,7 @@ DG is a spectral subtype of white dwarf — the "D" indicating white dwarf class ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ35b` | — | planet | no | — | terrestrial | 0.24g | 14 | 336.0 | none | barren | — | — | — | — | | 2 | `GJ35c` | Vuurkloof | planet | yes | 340K | terrestrial | 0.82g | 48 | 22.6 | thick | geothermal | subsurface_liquid | manufacturing | underground_concentrated | geothermal_energy | diff --git a/wiki/star-systems/GJ-3522/index.md b/wiki/star-systems/GJ-3522/index.md index 7038a9e0f..924dc2c00 100644 --- a/wiki/star-systems/GJ-3522/index.md +++ b/wiki/star-systems/GJ-3522/index.md @@ -73,10 +73,10 @@ The naming convention throughout the system reflects the founding cohort's delib ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ3522b` | — | planet | no | — | terrestrial | 0.30g | 28 | 670.0 | none | barren | none | — | — | — | -| 2 | `GJ3522c` | Witwatersrand | planet | yes | 1.5B | terrestrial | 0.88g | 240 | 22.5 | breathable | temperate | rivers | extraction | urban_concentrated | DSMC | +| 2 | `GJ3522c` | Witwatersrand | planet | yes | 1.5B | terrestrial | 0.88g | 240 | 22.5 | standard | temperate | rivers | extraction | urban_concentrated | DSMC | | ↳ 2.1 | `GJ3522c-1` | Kimberley | moon | yes | 8M | dwarf | 0.06g | 13 | 312.0 | none | barren | none | extraction | domed | DSMC | | 3 | `GJ3522d` | — | planet | no | — | terrestrial | 0.45g | 580 | 17.5 | thin | arid | none | — | — | — | | 4 | `GJ3522-belt` | Pilbara Belt | asteroid_belt | yes | 2M | — | — | — | — | — | — | — | extraction | — | DSMC | diff --git a/wiki/star-systems/GJ-3533/index.md b/wiki/star-systems/GJ-3533/index.md index 6b58e4b7d..36b080b76 100644 --- a/wiki/star-systems/GJ-3533/index.md +++ b/wiki/star-systems/GJ-3533/index.md @@ -48,7 +48,7 @@ The Trung cooperative filed a settlement charter for this system eight months af ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ3533b` | — | planet | no | — | terrestrial | 0.34g | 9 | 206.4 | none | barren | — | — | — | — | | 2 | `GJ3533c` | Trung's Crossing | planet | yes | 1K | terrestrial | 0.78g | 120 | 22.6 | standard | temperate | liquid_water | transit | dispersed | — | diff --git a/wiki/star-systems/GJ-354A/index.md b/wiki/star-systems/GJ-354A/index.md index bfd4c2153..41ce56c89 100644 --- a/wiki/star-systems/GJ-354A/index.md +++ b/wiki/star-systems/GJ-354A/index.md @@ -42,7 +42,7 @@ No faction presence. ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ354Ab` | — | planet | no | — | terrestrial | 0.36g | 11 | 273.6 | none | barren | — | — | — | — | | 2 | `GJ354Ac` | — | planet | no | — | terrestrial | 0.76g | 72 | 27.4 | thin | cold_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-356A/index.md b/wiki/star-systems/GJ-356A/index.md index 27b849c7c..5a2c8f44c 100644 --- a/wiki/star-systems/GJ-356A/index.md +++ b/wiki/star-systems/GJ-356A/index.md @@ -66,7 +66,7 @@ Wave_5 dead_end at hop 7 with an F-type primary is the defining physical charact ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ356Ab` | — | planet | no | — | terrestrial | 0.48g | 44 | 18.4 | none | barren | — | — | — | — | | 2 | `GJ356Ac` | Sonneberg | planet | yes | 3K | terrestrial | 0.92g | 620 | 26.8 | standard | temperate | liquid_water | agricultural | dispersed | — | diff --git a/wiki/star-systems/GJ-357/index.md b/wiki/star-systems/GJ-357/index.md index 410442ee1..20a188a68 100644 --- a/wiki/star-systems/GJ-357/index.md +++ b/wiki/star-systems/GJ-357/index.md @@ -52,7 +52,7 @@ Altmark's commercial financial sector has already integrated the Compact of West ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ357b` | — | planet | no | — | terrestrial | 0.40g | 18 | 19.2 | none | barren | — | — | — | — | | 2 | `GJ357c` | Stendal | planet | yes | 350M | terrestrial | 0.92g | 200 | 27.6 | standard | temperate | liquid_water | commercial | urban_concentrated | logistics_manufacturing | diff --git a/wiki/star-systems/GJ-3586/index.md b/wiki/star-systems/GJ-3586/index.md index 8ec2f91cf..48687d257 100644 --- a/wiki/star-systems/GJ-3586/index.md +++ b/wiki/star-systems/GJ-3586/index.md @@ -52,7 +52,7 @@ Wave_2 at a through-route is consistent: the west_reach corridor needed nodes, a ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ3586b` | — | planet | no | — | terrestrial | 0.32g | 8 | 187.2 | none | barren | — | — | — | — | | 2 | `GJ3586c` | Wiesengrund | planet | yes | 50K | terrestrial | 0.86g | 140 | 28.8 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-3612/index.md b/wiki/star-systems/GJ-3612/index.md index c69e024c1..83810dcce 100644 --- a/wiki/star-systems/GJ-3612/index.md +++ b/wiki/star-systems/GJ-3612/index.md @@ -52,7 +52,7 @@ The header reads F-type to match the database classification. The READ-ONLY prof ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ3612b` | — | planet | no | — | terrestrial | 0.52g | 54 | 18.2 | none | barren | — | — | — | — | | 2 | `GJ3612c` | — | planet | no | — | terrestrial | 0.74g | 200 | 23.8 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-3618/index.md b/wiki/star-systems/GJ-3618/index.md index 8e4bb790c..e45e37a7a 100644 --- a/wiki/star-systems/GJ-3618/index.md +++ b/wiki/star-systems/GJ-3618/index.md @@ -55,7 +55,7 @@ Loop_member topology at hop 4 with wave_2 settlement is consistent — this was ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ3618b` | — | planet | no | — | terrestrial | 0.28g | 3 | 72.0 | none | barren | none | — | — | — | | 2 | `GJ3618c` | — | planet | no | — | terrestrial | 0.45g | 9 | 216.0 | thin | barren | none | — | — | — | diff --git a/wiki/star-systems/GJ-3622/index.md b/wiki/star-systems/GJ-3622/index.md index 951a16e6f..cf154fd7d 100644 --- a/wiki/star-systems/GJ-3622/index.md +++ b/wiki/star-systems/GJ-3622/index.md @@ -55,10 +55,10 @@ The star classification in the DB (M6.5) differs from the G-type header tier — ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ3622b` | — | planet | no | — | terrestrial | 0.25g | 2 | 36.0 | none | barren | none | — | — | — | -| 2 | `GJ3622c` | Hardanger | planet | yes | 400M | terrestrial | 0.91g | 5 | 120.0 | breathable | temperate-cool | extensive | agriculture | dispersed | — | +| 2 | `GJ3622c` | Hardanger | planet | yes | 400M | terrestrial | 0.91g | 5 | 120.0 | standard | temperate-cool | extensive | agriculture | dispersed | — | | ↳ 2.1 | `GJ3622c-1` | — | moon | no | — | dwarf | 0.04g | 2 | 48.0 | none | barren | none | — | — | — | | 3 | `GJ3622d` | — | planet | no | — | terrestrial | 0.35g | 14 | 15.0 | thin | frozen | ice | — | — | — | | 4 | `GJ3622e` | — | planet | no | — | terrestrial | 0.30g | 55 | 14.0 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-370/index.md b/wiki/star-systems/GJ-370/index.md index 45df001e8..a0204f5ab 100644 --- a/wiki/star-systems/GJ-370/index.md +++ b/wiki/star-systems/GJ-370/index.md @@ -52,7 +52,7 @@ Six hundred years of quiet agricultural life on a slow-water world at the end of ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ370b` | — | planet | no | — | terrestrial | 0.38g | 16 | 19.2 | none | barren | — | — | — | — | | 2 | `GJ370c` | Laag | planet | yes | 28M | terrestrial | 0.88g | 140 | 27.4 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-3728B/index.md b/wiki/star-systems/GJ-3728B/index.md index f27d6d91b..c8d920c5e 100644 --- a/wiki/star-systems/GJ-3728B/index.md +++ b/wiki/star-systems/GJ-3728B/index.md @@ -68,7 +68,7 @@ The READ-ONLY System Profile shows "g" as the star classification — a lowercas ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ3728Bb` | — | planet | no | — | terrestrial | 0.38g | 18 | 19.6 | none | barren | — | — | — | — | | 2 | `GJ3728Bc` | Jeonnam | planet | yes | 185K | terrestrial | 0.92g | 140 | 26.4 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-3737/index.md b/wiki/star-systems/GJ-3737/index.md index d085b404d..5c1d80401 100644 --- a/wiki/star-systems/GJ-3737/index.md +++ b/wiki/star-systems/GJ-3737/index.md @@ -58,7 +58,7 @@ Nyrheim's founders thought they were starting from a blank page — but their fo ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ3737b` | — | planet | no | — | terrestrial | 0.30g | 5 | 124.8 | none | barren | — | — | — | — | | 2 | `GJ3737c` | — | planet | no | — | terrestrial | 0.54g | 16 | 384.0 | thin | cold_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-380/index.md b/wiki/star-systems/GJ-380/index.md index c0bf09ad9..bca7721e6 100644 --- a/wiki/star-systems/GJ-380/index.md +++ b/wiki/star-systems/GJ-380/index.md @@ -71,10 +71,10 @@ The Veil Institute maintains a presence in every inner-orbit system except the o ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ380b` | — | planet | no | — | terrestrial | 0.25g | 22 | 530.0 | none | barren | none | — | — | — | -| 2 | `GJ380c` | Lendel | planet | yes | 900M | terrestrial | 0.82g | 200 | 24.5 | breathable | arid | rivers | service_mixed | urban_concentrated | — | +| 2 | `GJ380c` | Lendel | planet | yes | 900M | terrestrial | 0.82g | 200 | 24.5 | standard | arid | rivers | service_mixed | urban_concentrated | — | | ↳ 2.1 | `GJ380c-1` | — | moon | no | — | dwarf | 0.05g | 11 | 264.0 | none | barren | none | — | — | — | | 3 | `GJ380d` | — | planet | no | — | terrestrial | 0.38g | 500 | 16.0 | thin | frozen | ice | — | — | — | | 4 | `GJ380e` | — | planet | no | — | terrestrial | 0.30g | 1100 | 20.0 | none | frozen | none | — | — | — | diff --git a/wiki/star-systems/GJ-3820/index.md b/wiki/star-systems/GJ-3820/index.md index cd0099a34..fdd0dd473 100644 --- a/wiki/star-systems/GJ-3820/index.md +++ b/wiki/star-systems/GJ-3820/index.md @@ -72,11 +72,11 @@ The K2: classification indicates an uncertain or approximate K-type spectral des ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ3820b` | — | planet | no | — | terrestrial | 0.32g | 18 | 432.0 | none | barren | none | — | — | — | | 2 | `GJ3820c` | — | planet | no | — | terrestrial | 0.45g | 50 | 20.0 | thin | arid | none | — | — | — | -| 3 | `GJ3820d` | Sotkamo | planet | yes | 900 | terrestrial | 0.85g | 120 | 22.0 | breathable | arid | minimal | extraction | concentrated | — | +| 3 | `GJ3820d` | Sotkamo | planet | yes | 900 | terrestrial | 0.85g | 120 | 22.0 | standard | arid | minimal | extraction | concentrated | — | | 4 | `GJ3820e` | — | planet | no | — | terrestrial | 0.40g | 260 | 18.0 | thin | arid | none | — | — | — | | 5 | `GJ3820f` | — | planet | no | — | terrestrial | 0.32g | 600 | 16.0 | none | frozen | ice | — | — | — | | 6 | `GJ3820g` | — | gas_giant | no | — | gas_giant | — | 1600 | 11.0 | dense | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-3877/index.md b/wiki/star-systems/GJ-3877/index.md index c3d9ffff3..a8c5b0dfd 100644 --- a/wiki/star-systems/GJ-3877/index.md +++ b/wiki/star-systems/GJ-3877/index.md @@ -69,10 +69,10 @@ The adjacency profile reinforces the hub's institutional position. GJ 1156 provi ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ3877b` | — | planet | no | — | terrestrial | 0.26g | 18 | 440.0 | none | barren | none | — | — | — | -| 2 | `GJ3877c` | Corvel | planet | yes | 1.3B | terrestrial | 0.80g | 210 | 23.0 | breathable | temperate | rivers | service_mixed | urban_concentrated | — | +| 2 | `GJ3877c` | Corvel | planet | yes | 1.3B | terrestrial | 0.80g | 210 | 23.0 | standard | temperate | rivers | service_mixed | urban_concentrated | — | | ↳ 2.1 | `GJ3877c-1` | — | moon | no | — | dwarf | 0.04g | 10 | 240.0 | none | barren | none | — | — | — | | 3 | `GJ3877d` | — | planet | no | — | terrestrial | 0.40g | 520 | 17.0 | thin | arid | none | — | — | — | | 4 | `GJ3877e` | — | planet | no | — | terrestrial | 0.35g | 1000 | 19.5 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-388/index.md b/wiki/star-systems/GJ-388/index.md index 066497d14..c8c96745d 100644 --- a/wiki/star-systems/GJ-388/index.md +++ b/wiki/star-systems/GJ-388/index.md @@ -70,7 +70,7 @@ M4.5Ve at 16.0 light-years places GJ 388 in the mid-to-late M-dwarf range with a ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ388b` | — | planet | no | — | terrestrial | 0.38g | 5 | 129.6 | none | barren | — | — | — | — | | 2 | `GJ388c` | — | planet | no | — | terrestrial | 0.62g | 16 | 384.0 | thin | cold_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-393/index.md b/wiki/star-systems/GJ-393/index.md index 91cad43bd..60075aada 100644 --- a/wiki/star-systems/GJ-393/index.md +++ b/wiki/star-systems/GJ-393/index.md @@ -68,7 +68,7 @@ K-type header versus M2 stellar profile is a generation artifact; M2 is the corr ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ393b` | — | planet | no | — | terrestrial | 0.37g | 10 | 230.4 | none | barren | — | — | — | — | | 2 | `GJ393c` | Encrucijada | planet | yes | 48K | terrestrial | 0.83g | 28 | 672.0 | standard | temperate | liquid_water | transit | urban_concentrated | logistics | diff --git a/wiki/star-systems/GJ-394/index.md b/wiki/star-systems/GJ-394/index.md index e3d784154..14f5b37bd 100644 --- a/wiki/star-systems/GJ-394/index.md +++ b/wiki/star-systems/GJ-394/index.md @@ -46,7 +46,7 @@ No faction presence. ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ394b` | — | planet | no | — | terrestrial | 0.36g | 11 | 264.0 | none | barren | — | — | — | — | | 2 | `GJ394c` | — | planet | no | — | terrestrial | 0.74g | 66 | 26.4 | thin | cold_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-3943/index.md b/wiki/star-systems/GJ-3943/index.md index 39f974c61..f583e9c1e 100644 --- a/wiki/star-systems/GJ-3943/index.md +++ b/wiki/star-systems/GJ-3943/index.md @@ -76,7 +76,7 @@ Wave_5 settlement at hop 17 would be unusual for an agricultural community; it i ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ3943b` | Skuiling | planet | yes | 1.8K | terrestrial | 0.62g | 130 | 26.8 | thin | cold_arid | ice | research | urban_concentrated | research_export | | 2 | `GJ3943-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-395/index.md b/wiki/star-systems/GJ-395/index.md index 913f58903..970a37e30 100644 --- a/wiki/star-systems/GJ-395/index.md +++ b/wiki/star-systems/GJ-395/index.md @@ -64,7 +64,7 @@ The header reads M-type per the database classification. The READ-ONLY profile s ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ395b` | — | planet | no | — | terrestrial | 0.52g | 62 | 17.4 | none | barren | — | — | — | — | | 2 | `GJ395c` | — | planet | no | — | terrestrial | 0.76g | 220 | 23.2 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-3988/index.md b/wiki/star-systems/GJ-3988/index.md index 786cdb3ae..49472a5b1 100644 --- a/wiki/star-systems/GJ-3988/index.md +++ b/wiki/star-systems/GJ-3988/index.md @@ -48,7 +48,7 @@ Unsettled binary at hop 6 functioning as a transit node is consistent with the C ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ3988b` | — | planet | no | — | terrestrial | 0.32g | 22 | 18.6 | none | barren | — | — | — | — | | 2 | `GJ3988-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-3991/index.md b/wiki/star-systems/GJ-3991/index.md index b2d0dad3a..2dbff7b60 100644 --- a/wiki/star-systems/GJ-3991/index.md +++ b/wiki/star-systems/GJ-3991/index.md @@ -55,7 +55,7 @@ The DA (white dwarf) stellar classification in the DB is an unusual combination ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ3991b` | — | planet | no | — | terrestrial | 0.30g | 40 | 18.0 | none | barren | none | — | — | — | | 2 | `GJ3991c` | — | planet | no | — | terrestrial | 0.42g | 120 | 20.0 | none | barren | none | — | — | — | diff --git a/wiki/star-systems/GJ-402/index.md b/wiki/star-systems/GJ-402/index.md index 17c326080..b572bc277 100644 --- a/wiki/star-systems/GJ-402/index.md +++ b/wiki/star-systems/GJ-402/index.md @@ -88,10 +88,10 @@ The READ-ONLY star classification is M4:, an approximate M4-type red dwarf — n ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ402b` | — | planet | no | — | terrestrial | 0.28g | 3 | 72.0 | none | barren | none | — | — | — | -| 2 | `GJ402c` | Arkwright | planet | yes | 80M | terrestrial | 0.82g | 10 | 240.0 | breathable | arid | minimal | extraction | urban | — | +| 2 | `GJ402c` | Arkwright | planet | yes | 80M | terrestrial | 0.82g | 10 | 240.0 | standard | arid | minimal | extraction | urban | — | | ↳ 2.1 | `GJ402c-1` | — | moon | no | — | dwarf | 0.04g | 4 | 96.0 | none | barren | none | — | — | — | | 3 | `GJ402d` | — | planet | no | — | terrestrial | 0.35g | 28 | 672.0 | thin | frozen | ice | — | — | — | | 4 | `GJ402e` | — | planet | no | — | terrestrial | 0.28g | 80 | 1920.0 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-4053/index.md b/wiki/star-systems/GJ-4053/index.md index c152a1596..6c7698a55 100644 --- a/wiki/star-systems/GJ-4053/index.md +++ b/wiki/star-systems/GJ-4053/index.md @@ -68,7 +68,7 @@ M0V places GJ 4053 at the warm end of the M-dwarf sequence — a borderline type ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ4053b` | — | planet | no | — | terrestrial | 0.36g | 10 | 230.4 | none | barren | — | — | — | — | | 2 | `GJ4053c` | Masvingo | planet | yes | 65M | terrestrial | 0.92g | 70 | 93.0 | standard | temperate | liquid_water | mining | urban_concentrated | mining_refractories | diff --git a/wiki/star-systems/GJ-4056/index.md b/wiki/star-systems/GJ-4056/index.md index c1137a195..f5dcda7a5 100644 --- a/wiki/star-systems/GJ-4056/index.md +++ b/wiki/star-systems/GJ-4056/index.md @@ -52,7 +52,7 @@ Unsettled status with through-route topology is the corridor's most straightforw ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ4056b` | — | planet | no | — | terrestrial | 0.82g | 18 | 432.0 | reducing | volcanic | — | — | — | — | | 2 | `GJ4056c` | — | planet | no | — | terrestrial | 0.44g | 72 | 21.4 | thin | cold_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-406/index.md b/wiki/star-systems/GJ-406/index.md index e77353c62..326eb870e 100644 --- a/wiki/star-systems/GJ-406/index.md +++ b/wiki/star-systems/GJ-406/index.md @@ -51,7 +51,7 @@ Wave_5 settlement despite hop-3 position reflects the system being activated lat ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ406b` | — | planet | no | — | terrestrial | 0.20g | 8 | 192.0 | none | barren | none | — | — | — | | 2 | `GJ406c` | — | planet | no | — | terrestrial | 0.32g | 25 | 600.0 | none | barren | none | — | — | — | diff --git a/wiki/star-systems/GJ-407/index.md b/wiki/star-systems/GJ-407/index.md index 8d2e7ce00..7a82dd2e5 100644 --- a/wiki/star-systems/GJ-407/index.md +++ b/wiki/star-systems/GJ-407/index.md @@ -60,7 +60,7 @@ A community founded on the furthest possible remove from industrial catastrophe ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ407b` | — | planet | no | — | terrestrial | 0.44g | 26 | 19.8 | none | barren | — | — | — | — | | 2 | `GJ407c` | Sutherland | planet | yes | 3K | terrestrial | 0.88g | 200 | 26.6 | standard | temperate | liquid_water | agricultural | dispersed | — | diff --git a/wiki/star-systems/GJ-408/index.md b/wiki/star-systems/GJ-408/index.md index 1d3ad572e..2e0be622c 100644 --- a/wiki/star-systems/GJ-408/index.md +++ b/wiki/star-systems/GJ-408/index.md @@ -78,10 +78,10 @@ Wave_1 settlement at hop 6 is explained by the Early Arrival exception: this sys ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ408b` | — | planet | no | — | terrestrial | 0.28g | 4 | 96.0 | none | barren | none | — | — | — | -| 2 | `GJ408c` | Steynplaas | planet | yes | 50M | terrestrial | 0.80g | 12 | 288.0 | breathable | arid | minimal | agriculture | dispersed | — | +| 2 | `GJ408c` | Steynplaas | planet | yes | 50M | terrestrial | 0.80g | 12 | 288.0 | standard | arid | minimal | agriculture | dispersed | — | | ↳ 2.1 | `GJ408c-1` | — | moon | no | — | dwarf | 0.04g | 4 | 96.0 | none | barren | none | — | — | — | | 3 | `GJ408d` | — | planet | no | — | terrestrial | 0.35g | 30 | 720.0 | thin | frozen | ice | — | — | — | | 4 | `GJ408e` | — | planet | no | — | terrestrial | 0.28g | 80 | 1920.0 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-410/index.md b/wiki/star-systems/GJ-410/index.md index 000ceba74..5679a957f 100644 --- a/wiki/star-systems/GJ-410/index.md +++ b/wiki/star-systems/GJ-410/index.md @@ -68,7 +68,7 @@ Wave_3 settlement at hop 7 as a dead_end is unusual but consistent with Oude Kra ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ410b` | — | planet | no | — | terrestrial | 0.30g | 15 | 360.0 | none | barren | none | — | — | — | | 2 | `GJ410c` | — | planet | no | — | terrestrial | 0.42g | 40 | 960.0 | thin | barren | none | — | — | — | diff --git a/wiki/star-systems/GJ-411/index.md b/wiki/star-systems/GJ-411/index.md index 88373d5fb..fa539b89f 100644 --- a/wiki/star-systems/GJ-411/index.md +++ b/wiki/star-systems/GJ-411/index.md @@ -59,10 +59,10 @@ Wave_4 settlement for a hop-3 hub is unusual. Justified by infrastructure-first ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ411b` | — | planet | no | — | terrestrial | 0.22g | 10 | 240.0 | none | barren | none | — | — | — | -| 2 | `GJ411c` | Setúbal | planet | yes | 1.2B | terrestrial | 0.82g | 170 | 23.0 | breathable | temperate | ocean | service_mixed | urban_concentrated | — | +| 2 | `GJ411c` | Setúbal | planet | yes | 1.2B | terrestrial | 0.82g | 170 | 23.0 | standard | temperate | ocean | service_mixed | urban_concentrated | — | | ↳ 2.1 | `GJ411c-1` | — | moon | no | — | dwarf | 0.05g | 10 | 240.0 | none | barren | none | — | — | — | | 3 | `GJ411d` | — | planet | no | — | terrestrial | 0.45g | 350 | 18.0 | thin | arid | none | — | — | — | | 4 | `GJ411e` | — | planet | no | — | terrestrial | 0.38g | 650 | 15.5 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-412A/index.md b/wiki/star-systems/GJ-412A/index.md index aa7d20b34..b690ce4d9 100644 --- a/wiki/star-systems/GJ-412A/index.md +++ b/wiki/star-systems/GJ-412A/index.md @@ -56,7 +56,7 @@ The M2Vvar classification indicates a variable M-dwarf — the variability is in ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ412Ab` | — | planet | no | — | terrestrial | 0.34g | 8 | 196.8 | none | barren | — | — | — | — | | 2 | `GJ412Ac` | Tierranueva | planet | yes | 25K | terrestrial | 0.86g | 65 | 28.4 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-412B/index.md b/wiki/star-systems/GJ-412B/index.md index f4e663be8..637352833 100644 --- a/wiki/star-systems/GJ-412B/index.md +++ b/wiki/star-systems/GJ-412B/index.md @@ -50,7 +50,7 @@ The Finnish founder-name naming convention is consistent with the cultural frame ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ412Bb` | — | planet | no | — | terrestrial | 0.29g | 3 | 76.8 | none | barren | — | — | — | — | | 2 | `GJ412Bc` | Korhonen | planet | yes | 85K | terrestrial | 0.74g | 9 | 225.6 | thin | cold_arid | subsurface_liquid | mining | underground_concentrated | mining_refractories | diff --git a/wiki/star-systems/GJ-414A/index.md b/wiki/star-systems/GJ-414A/index.md index 361a193ba..c74f24481 100644 --- a/wiki/star-systems/GJ-414A/index.md +++ b/wiki/star-systems/GJ-414A/index.md @@ -54,7 +54,7 @@ The K8V stellar class sits near the bottom of the K-type range, close to M. It p ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ414Ab` | — | planet | no | — | terrestrial | 0.36g | 12 | 288.0 | none | barren | — | — | — | — | | 2 | `GJ414Ac` | Vindslette | planet | yes | 6K | terrestrial | 1.04g | 148 | 22.6 | thin | cold_arid | — | mining | urban_concentrated | mining_refractories | diff --git a/wiki/star-systems/GJ-42/index.md b/wiki/star-systems/GJ-42/index.md index b7f09f641..42a2e77f4 100644 --- a/wiki/star-systems/GJ-42/index.md +++ b/wiki/star-systems/GJ-42/index.md @@ -54,7 +54,7 @@ Three hundred years of deliberate distance from the corridor's institutional str ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ42b` | — | planet | no | — | terrestrial | 0.64g | 52 | 1248.0 | none | barren | — | — | — | — | | 2 | `GJ42c` | Poperinge | planet | yes | 55K | terrestrial | 0.89g | 200 | 24.8 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-421B/index.md b/wiki/star-systems/GJ-421B/index.md index c606b078c..a31c6e372 100644 --- a/wiki/star-systems/GJ-421B/index.md +++ b/wiki/star-systems/GJ-421B/index.md @@ -56,7 +56,7 @@ A community built around water management that survived its worst drought — an ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ421Bb` | — | planet | no | — | terrestrial | 0.38g | 15 | 360.0 | none | barren | — | — | — | — | | 2 | `GJ421Bc` | Serpa | planet | yes | 800 | terrestrial | 0.84g | 115 | 27.6 | thin | cold_arid | liquid_water | agricultural | urban_concentrated | — | diff --git a/wiki/star-systems/GJ-423A/index.md b/wiki/star-systems/GJ-423A/index.md index e32ec5644..976691bb5 100644 --- a/wiki/star-systems/GJ-423A/index.md +++ b/wiki/star-systems/GJ-423A/index.md @@ -68,7 +68,7 @@ The READ-ONLY System Profile classifies GJ 423A as G0Ve, making G-type the corre ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ423Ab` | — | planet | no | — | terrestrial | 0.30g | 18 | 17.6 | none | barren | — | — | — | — | | 2 | `GJ423Ac` | — | planet | no | — | terrestrial | 0.54g | 72 | 22.4 | none | barren | — | — | — | — | diff --git a/wiki/star-systems/GJ-423B/index.md b/wiki/star-systems/GJ-423B/index.md index f65c9bc84..21c6fa841 100644 --- a/wiki/star-systems/GJ-423B/index.md +++ b/wiki/star-systems/GJ-423B/index.md @@ -66,7 +66,7 @@ The K-type header versus G0Ve stellar profile is a generation artifact; G0Ve gov ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ423Bb` | — | planet | no | — | terrestrial | 0.56g | 64 | 23.0 | none | barren | — | — | — | — | | 2 | `GJ423Bc` | — | planet | no | — | terrestrial | 0.87g | 185 | 27.4 | thick | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-425A/index.md b/wiki/star-systems/GJ-425A/index.md index bbbe9ddf8..d6c7765cb 100644 --- a/wiki/star-systems/GJ-425A/index.md +++ b/wiki/star-systems/GJ-425A/index.md @@ -40,7 +40,7 @@ GJ 425A is the unmaintained gap in the Leuchtturm corridor — a through_route t ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ425Ab` | — | planet | no | — | terrestrial | 0.40g | 18 | 19.6 | none | barren | — | — | — | — | | 2 | `GJ425Ac` | — | planet | no | — | terrestrial | 0.66g | 155 | 25.2 | thin | cold_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-4274/index.md b/wiki/star-systems/GJ-4274/index.md index 54a86876b..39dc1b478 100644 --- a/wiki/star-systems/GJ-4274/index.md +++ b/wiki/star-systems/GJ-4274/index.md @@ -55,7 +55,7 @@ The orbital telescope array that drew Suzhou's academic community to this dead_e ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ4274b` | — | planet | no | — | terrestrial | 0.18g | 6 | 144.0 | none | barren | none | — | — | — | | 2 | `GJ4274c` | Hanwei | planet | yes | 15M | terrestrial | 0.72g | 30 | 720.0 | thin | arid | none | research | domed | — | diff --git a/wiki/star-systems/GJ-4285/index.md b/wiki/star-systems/GJ-4285/index.md index 29981dba0..9aa4cc278 100644 --- a/wiki/star-systems/GJ-4285/index.md +++ b/wiki/star-systems/GJ-4285/index.md @@ -66,7 +66,7 @@ Dead_end topology with a single aperture to GJ 635B (an unwritten stub) is consi ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ4285b` | — | planet | no | — | terrestrial | 0.30g | 4 | 105.6 | none | barren | — | — | — | — | | 2 | `GJ4285c` | — | planet | no | — | terrestrial | 0.56g | 15 | 350.4 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-428A/index.md b/wiki/star-systems/GJ-428A/index.md index 37240e6d6..e82c6341e 100644 --- a/wiki/star-systems/GJ-428A/index.md +++ b/wiki/star-systems/GJ-428A/index.md @@ -60,7 +60,7 @@ Two hundred years of principled unauthorized existence — a community that defi ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ428Ab` | — | planet | no | — | terrestrial | 0.40g | 16 | 19.6 | none | barren | — | — | — | — | | 2 | `GJ428Ac` | Fritzlar | planet | yes | 14K | terrestrial | 0.88g | 145 | 27.4 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-432A/index.md b/wiki/star-systems/GJ-432A/index.md index e4b2a7bca..e8ddb5c0f 100644 --- a/wiki/star-systems/GJ-432A/index.md +++ b/wiki/star-systems/GJ-432A/index.md @@ -68,7 +68,7 @@ The READ-ONLY System Profile classifies GJ 432A as K0V, making K-type the correc ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ432Ab` | — | planet | no | — | terrestrial | 0.38g | 32 | 21.6 | none | barren | — | — | — | — | | 2 | `GJ432Ac` | — | planet | no | — | terrestrial | 0.72g | 240 | 26.4 | thin | cold_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-434/index.md b/wiki/star-systems/GJ-434/index.md index 69e4338c0..5362a1f3e 100644 --- a/wiki/star-systems/GJ-434/index.md +++ b/wiki/star-systems/GJ-434/index.md @@ -50,7 +50,7 @@ The second inner planet Banteay (Khmer: 'citadel' — the fortified waystation o ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ434b` | — | planet | no | — | terrestrial | 0.38g | 10 | 240.0 | none | barren | — | — | — | — | | 2 | `GJ434c` | Banteay | planet | no | — | terrestrial | 0.68g | 56 | 24.8 | thin | cold_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-435/index.md b/wiki/star-systems/GJ-435/index.md index 617fd51c9..da39b9b8d 100644 --- a/wiki/star-systems/GJ-435/index.md +++ b/wiki/star-systems/GJ-435/index.md @@ -66,7 +66,7 @@ K5V at 40.4 light-years is cool enough to require specific agricultural adaptati ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ435b` | — | planet | no | — | terrestrial | 0.42g | 18 | 432.0 | none | barren | — | — | — | — | | 2 | `GJ435c` | Mirante | planet | yes | 175K | terrestrial | 0.88g | 52 | 1248.0 | standard | temperate_highland | liquid_water | agricultural | town_network | — | diff --git a/wiki/star-systems/GJ-438/index.md b/wiki/star-systems/GJ-438/index.md index b10954880..fb2977ecb 100644 --- a/wiki/star-systems/GJ-438/index.md +++ b/wiki/star-systems/GJ-438/index.md @@ -50,7 +50,7 @@ Relay 7 kept its logistical designation while six predecessor stations were rena ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ438b` | — | planet | no | — | terrestrial | 0.45g | 28 | 21.2 | none | barren | — | — | — | — | | 2 | `GJ438c` | Relay 7 | planet | yes | 160K | terrestrial | 0.88g | 310 | 25.8 | standard | temperate | liquid_water | transit | urban_concentrated | logistics | diff --git a/wiki/star-systems/GJ-442A/index.md b/wiki/star-systems/GJ-442A/index.md index 7c02d84bb..8aa02efcb 100644 --- a/wiki/star-systems/GJ-442A/index.md +++ b/wiki/star-systems/GJ-442A/index.md @@ -46,7 +46,7 @@ Torsby's most influential family holds intellectual property that only an Assemb ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ442Ab` | — | planet | no | — | terrestrial | 0.46g | 44 | 19.6 | none | barren | — | — | — | — | | 2 | `GJ442Ac` | — | planet | no | — | terrestrial | 0.74g | 148 | 24.8 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-445/index.md b/wiki/star-systems/GJ-445/index.md index d065cb3df..59fdc4385 100644 --- a/wiki/star-systems/GJ-445/index.md +++ b/wiki/star-systems/GJ-445/index.md @@ -50,7 +50,7 @@ Jinghu's transit operators have had preferential gate scheduling access at Haodu ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ445b` | — | planet | no | — | terrestrial | 0.30g | 4 | 100.8 | none | barren | — | — | — | — | | 2 | `GJ445c` | — | gas_giant | no | — | — | — | 14 | 9.8 | gas_giant | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-447/index.md b/wiki/star-systems/GJ-447/index.md index aa006f823..c08704259 100644 --- a/wiki/star-systems/GJ-447/index.md +++ b/wiki/star-systems/GJ-447/index.md @@ -67,10 +67,10 @@ The marine research stations at Ross 128 have been renewing the same deep-ocean ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ447b` | — | planet | no | — | terrestrial | 0.20g | 8 | 192.0 | none | barren | none | — | — | — | -| 2 | `GJ447c` | Marevna | planet | yes | 450M | terrestrial | 0.86g | 170 | 22.0 | breathable | oceanic | ocean | agricultural | dispersed_rural | — | +| 2 | `GJ447c` | Marevna | planet | yes | 450M | terrestrial | 0.86g | 170 | 22.0 | standard | oceanic | ocean | agricultural | dispersed_rural | — | | ↳ 2.1 | `GJ447c-1` | — | moon | no | — | dwarf | 0.04g | 9 | 216.0 | none | barren | none | — | — | — | | 3 | `GJ447d` | — | planet | no | — | terrestrial | 0.32g | 45 | 1080.0 | none | barren | none | — | — | — | | 4 | `GJ447e` | — | planet | no | — | terrestrial | 0.38g | 120 | 15.0 | thin | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-449/index.md b/wiki/star-systems/GJ-449/index.md index 053a7e05d..51695cf57 100644 --- a/wiki/star-systems/GJ-449/index.md +++ b/wiki/star-systems/GJ-449/index.md @@ -68,7 +68,7 @@ The stub header and system-level data both specify binary-type, but the star fie ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ449Ab` | — | planet | no | — | terrestrial | 0.28g | 20 | 16.8 | none | barren | — | — | — | — | | 2 | `GJ449Ac` | — | planet | no | — | terrestrial | 0.52g | 85 | 24.6 | none | barren | — | — | — | — | diff --git a/wiki/star-systems/GJ-451A/index.md b/wiki/star-systems/GJ-451A/index.md index 7d9c708c4..b7815d53d 100644 --- a/wiki/star-systems/GJ-451A/index.md +++ b/wiki/star-systems/GJ-451A/index.md @@ -37,7 +37,7 @@ ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ451Ab` | — | planet | no | — | terrestrial | 0.55g | 72 | 21.5 | none | barren | — | — | — | — | | 2 | `GJ451Ac` | — | planet | no | — | terrestrial | 0.82g | 168 | 26.0 | thick | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-453/index.md b/wiki/star-systems/GJ-453/index.md index 4b179ecbe..894c8f8d2 100644 --- a/wiki/star-systems/GJ-453/index.md +++ b/wiki/star-systems/GJ-453/index.md @@ -50,7 +50,7 @@ Freiholt's governor has been negotiating a Compact commercial treaty for three y ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ453b` | — | planet | no | — | terrestrial | 0.40g | 18 | 19.4 | none | barren | — | — | — | — | | 2 | `GJ453c` | Gemeinland | planet | yes | 48M | terrestrial | 0.90g | 160 | 26.2 | standard | temperate | liquid_water | manufacturing | urban_concentrated | component_fabrication | diff --git a/wiki/star-systems/GJ-454/index.md b/wiki/star-systems/GJ-454/index.md index 85f977bea..7b07029ed 100644 --- a/wiki/star-systems/GJ-454/index.md +++ b/wiki/star-systems/GJ-454/index.md @@ -54,7 +54,7 @@ The K0IV subgiant classification produces a slightly unusual illumination regime ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ454b` | — | planet | no | — | terrestrial | 0.46g | 32 | 18.8 | none | barren | — | — | — | — | | 2 | `GJ454c` | — | planet | no | — | terrestrial | 0.72g | 160 | 22.4 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-473A/index.md b/wiki/star-systems/GJ-473A/index.md index 1120aef82..ec0b71fc7 100644 --- a/wiki/star-systems/GJ-473A/index.md +++ b/wiki/star-systems/GJ-473A/index.md @@ -66,7 +66,7 @@ dM5.5eJ is a complex spectral classification: the "d" prefix indicates a dwarf, ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ473Ab` | — | planet | no | — | terrestrial | 0.34g | 8 | 196.8 | none | barren | — | — | — | — | | 2 | `GJ473Ac` | Passagem | planet | yes | 25K | terrestrial | 0.81g | 22 | 528.0 | standard | temperate | liquid_water | transit | town_network | — | diff --git a/wiki/star-systems/GJ-473B/index.md b/wiki/star-systems/GJ-473B/index.md index 37cc9d11f..0cb410897 100644 --- a/wiki/star-systems/GJ-473B/index.md +++ b/wiki/star-systems/GJ-473B/index.md @@ -55,7 +55,7 @@ The star classification in the DB (M7) differs from the K-type header designatio ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ473Bb` | — | planet | no | — | terrestrial | 0.22g | 2 | 36.0 | none | barren | none | — | — | — | | 2 | `GJ473Bc` | — | planet | no | — | terrestrial | 0.38g | 4 | 96.0 | none | barren | none | — | — | — | diff --git a/wiki/star-systems/GJ-475/index.md b/wiki/star-systems/GJ-475/index.md index 833db37f0..e6b17bf6d 100644 --- a/wiki/star-systems/GJ-475/index.md +++ b/wiki/star-systems/GJ-475/index.md @@ -80,12 +80,12 @@ GJ 475 is catalogued as Chara — a real G0V star at 27.5 ly. The "cold dim M-ty ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ475b` | — | planet | no | — | terrestrial | 0.38g | 40 | 18.0 | none | barren | none | — | — | — | | 2 | `GJ475c` | — | planet | no | — | terrestrial | 0.52g | 100 | 22.0 | thin | arid | none | — | — | — | | 3 | `GJ475d` | — | planet | no | — | terrestrial | 0.55g | 220 | 20.0 | thin | arid | trace | — | — | — | -| 4 | `GJ475e` | Crieff | planet | yes | 400M | terrestrial | 0.92g | 450 | 25.0 | breathable | temperate-cool | moderate | agriculture | dispersed | — | +| 4 | `GJ475e` | Crieff | planet | yes | 400M | terrestrial | 0.92g | 450 | 25.0 | standard | temperate-cool | moderate | agriculture | dispersed | — | | ↳ 4.1 | `GJ475e-1` | — | moon | no | — | dwarf | 0.06g | 12 | 288.0 | none | barren | none | — | — | — | | 5 | `GJ475f` | — | planet | no | — | terrestrial | 0.42g | 850 | 18.0 | thin | frozen | ice | — | — | — | | 6 | `GJ475g` | — | planet | no | — | terrestrial | 0.35g | 1700 | 16.0 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-481/index.md b/wiki/star-systems/GJ-481/index.md index c82c7ad90..a8c73b046 100644 --- a/wiki/star-systems/GJ-481/index.md +++ b/wiki/star-systems/GJ-481/index.md @@ -64,7 +64,7 @@ Wave_4 settlement at a spur_end at hop 14 with favorable conditions is explained ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ481b` | — | planet | no | — | terrestrial | 0.46g | 28 | 20.4 | none | barren | — | — | — | — | | 2 | `GJ481c` | Pershore | planet | yes | 4K | terrestrial | 0.92g | 200 | 26.8 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-482A/index.md b/wiki/star-systems/GJ-482A/index.md index a88b75011..df4acdf23 100644 --- a/wiki/star-systems/GJ-482A/index.md +++ b/wiki/star-systems/GJ-482A/index.md @@ -68,7 +68,7 @@ The READ-ONLY System Profile classifies GJ 482A as F0V+, indicating a hot F-type ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ482Ab` | — | planet | no | — | terrestrial | 0.56g | 58 | 17.4 | none | barren | — | — | — | — | | 2 | `GJ482Ac` | — | planet | no | — | terrestrial | 0.78g | 220 | 22.6 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-482B/index.md b/wiki/star-systems/GJ-482B/index.md index 9cfa1ec0a..eb306bdf0 100644 --- a/wiki/star-systems/GJ-482B/index.md +++ b/wiki/star-systems/GJ-482B/index.md @@ -46,7 +46,7 @@ Travessa's Syndic office maintains commercial standing documentation for the dee ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ482Bb` | — | planet | no | — | terrestrial | 0.44g | 24 | 19.2 | none | barren | — | — | — | — | | 2 | `GJ482Bc` | Constância | planet | yes | 8K | terrestrial | 0.86g | 200 | 26.8 | standard | temperate | liquid_water | commercial | urban_concentrated | — | diff --git a/wiki/star-systems/GJ-49/index.md b/wiki/star-systems/GJ-49/index.md index 5f6d620dc..46a2776ed 100644 --- a/wiki/star-systems/GJ-49/index.md +++ b/wiki/star-systems/GJ-49/index.md @@ -50,7 +50,7 @@ Wave_3 dead_end at hop 6 off a major junction is consistent with east_reach sett ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ49b` | — | planet | no | — | terrestrial | 0.32g | 8 | 201.6 | none | barren | — | — | — | — | | 2 | `GJ49c` | Baume | planet | yes | 12K | terrestrial | 0.84g | 65 | 28.8 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-4A/index.md b/wiki/star-systems/GJ-4A/index.md index 2854da638..6567bdfd1 100644 --- a/wiki/star-systems/GJ-4A/index.md +++ b/wiki/star-systems/GJ-4A/index.md @@ -68,7 +68,7 @@ Wave_2 settlement at hop 7 requires explanation: in the wave_2 period, the topol ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ4Ab` | — | planet | no | — | terrestrial | 0.46g | 25 | 22.0 | none | barren | — | — | — | — | | 2 | `GJ4Ac` | Velha Guarda | planet | yes | 62K | terrestrial | 0.91g | 84 | 26.4 | standard | temperate | liquid_water | agricultural | village_network | — | diff --git a/wiki/star-systems/GJ-5/index.md b/wiki/star-systems/GJ-5/index.md index 1a8afd15c..4c975aada 100644 --- a/wiki/star-systems/GJ-5/index.md +++ b/wiki/star-systems/GJ-5/index.md @@ -50,7 +50,7 @@ An empty K-type habitable world positioned between the deep frontier's best uncl ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ5b` | — | planet | no | — | terrestrial | 0.46g | 30 | 19.6 | none | barren | — | — | — | — | | 2 | `GJ5c` | — | planet | no | — | terrestrial | 0.86g | 275 | 26.4 | standard | temperate | liquid_water | — | — | — | diff --git a/wiki/star-systems/GJ-501B/index.md b/wiki/star-systems/GJ-501B/index.md index 2e8aeac54..fefd0252f 100644 --- a/wiki/star-systems/GJ-501B/index.md +++ b/wiki/star-systems/GJ-501B/index.md @@ -66,7 +66,7 @@ Wave_5 settlement at hop 21 with a waypoint founding charter is the corridor's y ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ501Bb` | — | planet | no | — | terrestrial | 0.52g | 68 | 19.4 | none | barren | — | — | — | — | | 2 | `GJ501Bc` | — | planet | no | — | terrestrial | 0.74g | 260 | 21.8 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-502/index.md b/wiki/star-systems/GJ-502/index.md index 9ae6f1c7a..9ed99e6e2 100644 --- a/wiki/star-systems/GJ-502/index.md +++ b/wiki/star-systems/GJ-502/index.md @@ -48,7 +48,7 @@ Meridian's transit scheduling office is the single chokepoint between the Assemb ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ502b` | — | planet | no | — | terrestrial | 0.52g | 48 | 18.4 | none | barren | — | — | — | — | | 2 | `GJ502c` | — | planet | no | — | terrestrial | 0.78g | 160 | 25.4 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-505A/index.md b/wiki/star-systems/GJ-505A/index.md index ea26f792a..4c5631275 100644 --- a/wiki/star-systems/GJ-505A/index.md +++ b/wiki/star-systems/GJ-505A/index.md @@ -58,7 +58,7 @@ The people of Bergtor are building a community infrastructure intended to last f ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ505Ab` | — | planet | no | — | terrestrial | 0.42g | 22 | 18.6 | none | barren | — | — | — | — | | 2 | `GJ505Ac` | Mass | planet | yes | 24M | terrestrial | 1.08g | 200 | 27.4 | thin | cold_arid | — | mining | urban_concentrated | mining_refractories | diff --git a/wiki/star-systems/GJ-506/index.md b/wiki/star-systems/GJ-506/index.md index 598a37987..c86f1888c 100644 --- a/wiki/star-systems/GJ-506/index.md +++ b/wiki/star-systems/GJ-506/index.md @@ -54,7 +54,7 @@ Dokkum's precision manufacturing operation has been producing components to spec ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ506b` | — | planet | no | — | terrestrial | 0.48g | 42 | 19.4 | none | barren | — | — | — | — | | 2 | `GJ506c` | — | planet | no | — | terrestrial | 0.72g | 140 | 24.6 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-508A/index.md b/wiki/star-systems/GJ-508A/index.md index e2eeab020..7337513dd 100644 --- a/wiki/star-systems/GJ-508A/index.md +++ b/wiki/star-systems/GJ-508A/index.md @@ -48,7 +48,7 @@ Wave_4 at hop 7 is unusual — most hop 7 settlements are wave_5. Stilwater's ea ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ508Ab` | — | planet | no | — | terrestrial | 0.32g | 9 | 206.4 | none | barren | — | — | — | — | | 2 | `GJ508Ac` | Uithoek | planet | yes | 6K | terrestrial | 0.84g | 65 | 28.4 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-524/index.md b/wiki/star-systems/GJ-524/index.md index b788db31d..484780d59 100644 --- a/wiki/star-systems/GJ-524/index.md +++ b/wiki/star-systems/GJ-524/index.md @@ -52,7 +52,7 @@ Five survey reports across two hundred years all reach the same conclusion: this ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ524b` | — | planet | no | — | terrestrial | 0.52g | 48 | 18.2 | none | barren | — | — | — | — | | 2 | `GJ524c` | — | planet | no | — | terrestrial | 0.96g | 350 | 25.4 | standard | temperate | liquid_water | — | — | — | diff --git a/wiki/star-systems/GJ-526/index.md b/wiki/star-systems/GJ-526/index.md index a38901c59..44abddf4c 100644 --- a/wiki/star-systems/GJ-526/index.md +++ b/wiki/star-systems/GJ-526/index.md @@ -54,7 +54,7 @@ The cooperative that has held MVG at arm's length for three centuries sells its ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ526b` | — | planet | no | — | terrestrial | 0.33g | 7 | 163.2 | none | barren | — | — | — | — | | 2 | `GJ526c` | Hütte | planet | yes | 28M | terrestrial | 0.82g | 45 | 1080.0 | standard | temperate_terminator | liquid_water | manufacturing | urban_concentrated | logistics_manufacturing | diff --git a/wiki/star-systems/GJ-528A/index.md b/wiki/star-systems/GJ-528A/index.md index 08213c335..26b950ccc 100644 --- a/wiki/star-systems/GJ-528A/index.md +++ b/wiki/star-systems/GJ-528A/index.md @@ -58,7 +58,7 @@ Four centuries of uninterrupted settlement has produced something the Reach cann ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ528Ab` | — | planet | no | — | terrestrial | 0.36g | 11 | 259.2 | none | barren | — | — | — | — | | 2 | `GJ528Ac` | Klaarstroom | planet | yes | 22K | terrestrial | 0.88g | 74 | 28.2 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-529/index.md b/wiki/star-systems/GJ-529/index.md index 35f491930..3d2d3c4ee 100644 --- a/wiki/star-systems/GJ-529/index.md +++ b/wiki/star-systems/GJ-529/index.md @@ -56,10 +56,10 @@ The last system in the Settled Reach has been governing itself at the edge of ev ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ529b` | — | planet | no | — | terrestrial | 0.58g | 48 | 1152.0 | none | barren | — | — | — | — | -| 2 | `GJ529c` | Midtmark | planet | yes | 35K | terrestrial | 0.87g | 140 | 25.8 | breathable | temperate-cool | rivers-lakes | agricultural | concentrated | west_reach | +| 2 | `GJ529c` | Midtmark | planet | yes | 35K | terrestrial | 0.87g | 140 | 25.8 | standard | temperate-cool | rivers-lakes | agricultural | concentrated | west_reach | | ↳ 2.1 | `GJ529c-1` | — | moon | no | — | dwarf | 0.06g | 20 | 475.2 | none | barren | — | — | — | — | | 3 | `GJ529d` | — | planet | no | — | terrestrial | 0.52g | 350 | 21.0 | thin | arid | — | — | — | — | | 4 | `GJ529-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-532/index.md b/wiki/star-systems/GJ-532/index.md index d9cf69bc8..bdc226acc 100644 --- a/wiki/star-systems/GJ-532/index.md +++ b/wiki/star-systems/GJ-532/index.md @@ -64,7 +64,7 @@ Wave_3 settlement at hop 15 with a marginal habitable world is explained by the ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ532b` | — | planet | no | — | terrestrial | 0.42g | 18 | 20.6 | none | barren | — | — | — | — | | 2 | `GJ532c` | Iserlohn | planet | yes | 1K | terrestrial | 0.80g | 140 | 27.2 | thin | cold_arid | liquid_water | mining | urban_concentrated | component_fabrication | diff --git a/wiki/star-systems/GJ-534/index.md b/wiki/star-systems/GJ-534/index.md index a2d3e5ecd..9778fb4e7 100644 --- a/wiki/star-systems/GJ-534/index.md +++ b/wiki/star-systems/GJ-534/index.md @@ -54,7 +54,7 @@ The G0IV stellar class reads slightly warm for the cold boreal character describ ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ534b` | — | planet | no | — | terrestrial | 0.52g | 56 | 18.4 | none | barren | — | — | — | — | | 2 | `GJ534c` | — | planet | no | — | terrestrial | 0.76g | 210 | 24.2 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-536/index.md b/wiki/star-systems/GJ-536/index.md index 0abcf04ed..9a4a6e0d0 100644 --- a/wiki/star-systems/GJ-536/index.md +++ b/wiki/star-systems/GJ-536/index.md @@ -66,7 +66,7 @@ K5 at 32.7 light-years places GJ 536 at the cool end of the K-dwarf range, consi ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ536b` | — | planet | no | — | terrestrial | 0.44g | 20 | 480.0 | none | barren | — | — | — | — | | 2 | `GJ536c` | Retiro | planet | yes | 20K | terrestrial | 0.85g | 58 | 26.0 | standard | temperate_highland | liquid_water | agricultural | village_network | — | diff --git a/wiki/star-systems/GJ-53A/index.md b/wiki/star-systems/GJ-53A/index.md index b33d77d42..91cbac2ac 100644 --- a/wiki/star-systems/GJ-53A/index.md +++ b/wiki/star-systems/GJ-53A/index.md @@ -50,7 +50,7 @@ Bridgepoint's bonded storage complex has operated under a founding-charter exemp ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ53Ab` | — | planet | no | — | terrestrial | 0.48g | 38 | 19.6 | none | barren | — | — | — | — | | 2 | `GJ53Ac` | — | planet | no | — | terrestrial | 0.72g | 130 | 26.8 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-54.1/index.md b/wiki/star-systems/GJ-54.1/index.md index 3e7c76bcd..319c2ffa9 100644 --- a/wiki/star-systems/GJ-54.1/index.md +++ b/wiki/star-systems/GJ-54.1/index.md @@ -54,7 +54,7 @@ M5.5Ve — a mid-range late M-dwarf with active flare designation (Ve). Flare ac ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ54.1b` | Évora | planet | yes | 320K | terrestrial | 0.84g | 12 | 288.0 | standard | cold_arid | — | manufacturing | urban_concentrated | component_fabrication | | 2 | `GJ54.1-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-54/index.md b/wiki/star-systems/GJ-54/index.md index bba3d5aa1..f64e5d4ef 100644 --- a/wiki/star-systems/GJ-54/index.md +++ b/wiki/star-systems/GJ-54/index.md @@ -68,7 +68,7 @@ Wave_3 settlement at hop 5 is consistent with the outer south_reach's expansion ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ54b` | — | planet | no | — | terrestrial | 0.42g | 22 | 18.6 | none | barren | — | — | — | — | | 2 | `GJ54c` | Machamba | planet | yes | 180M | terrestrial | 0.94g | 200 | 26.8 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-541/index.md b/wiki/star-systems/GJ-541/index.md index 027981eb1..20909b52e 100644 --- a/wiki/star-systems/GJ-541/index.md +++ b/wiki/star-systems/GJ-541/index.md @@ -68,7 +68,7 @@ K2IIIp is the correct classification — a subgiant, brighter and more evolved t ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ541b` | — | planet | no | — | terrestrial | 0.36g | 35 | 20.4 | none | barren | — | — | — | — | | 2 | `GJ541c` | — | planet | no | — | terrestrial | 0.64g | 110 | 27.8 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-542/index.md b/wiki/star-systems/GJ-542/index.md index bd1d3f1de..6f1ebf137 100644 --- a/wiki/star-systems/GJ-542/index.md +++ b/wiki/star-systems/GJ-542/index.md @@ -56,7 +56,7 @@ The K3V stellar class supports the agricultural and industrial character describ ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ542b` | — | planet | no | — | terrestrial | 0.40g | 22 | 17.4 | none | barren | — | — | — | — | | 2 | `GJ542c` | Kopparmark | planet | yes | 36K | terrestrial | 0.90g | 200 | 25.8 | standard | temperate | liquid_water | mining | urban_concentrated | mining_refractories | diff --git a/wiki/star-systems/GJ-546/index.md b/wiki/star-systems/GJ-546/index.md index 12beefb29..71bcdc862 100644 --- a/wiki/star-systems/GJ-546/index.md +++ b/wiki/star-systems/GJ-546/index.md @@ -68,7 +68,7 @@ Wave_2 settlement at hop 18 is the most significant chronological anomaly on thi ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ546b` | — | planet | no | — | terrestrial | 0.42g | 17 | 20.8 | none | barren | — | — | — | — | | 2 | `GJ546c` | Leliefontein | planet | yes | 400 | terrestrial | 0.82g | 140 | 27.8 | thin | cold_arid | liquid_water | agricultural | urban_concentrated | — | diff --git a/wiki/star-systems/GJ-551/index.md b/wiki/star-systems/GJ-551/index.md index 082757f7b..27dc132f3 100644 --- a/wiki/star-systems/GJ-551/index.md +++ b/wiki/star-systems/GJ-551/index.md @@ -69,9 +69,9 @@ The M5Ve classification produces a dim red primary with flare activity. Pre-gate ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| -| 1 | `GJ551b` | Ancora | planet | yes | 400M | terrestrial | 0.90g | 11 | 268.8 | breathable | arid | rivers | service_mixed | urban_concentrated | — | +| 1 | `GJ551b` | Ancora | planet | yes | 400M | terrestrial | 0.90g | 11 | 268.8 | standard | arid | rivers | service_mixed | urban_concentrated | — | | 2 | `GJ551c` | — | planet | no | — | terrestrial | 0.35g | 30 | 720.0 | none | barren | none | — | — | — | | 3 | `GJ551d` | — | planet | no | — | terrestrial | 0.28g | 200 | 14.0 | thin | frozen | ice | — | — | — | | 4 | `GJ551-oort` | — | oort_cloud | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-555/index.md b/wiki/star-systems/GJ-555/index.md index 2290a8a34..9dad532e2 100644 --- a/wiki/star-systems/GJ-555/index.md +++ b/wiki/star-systems/GJ-555/index.md @@ -48,7 +48,7 @@ Tanaka Station's transit fee accounting has been audited five times since the co ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ555b` | — | planet | no | — | terrestrial | 0.29g | 5 | 110.4 | none | barren | — | — | — | — | | 2 | `GJ555c` | Pulau Baru | planet | no | — | terrestrial | 0.56g | 15 | 364.8 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-556/index.md b/wiki/star-systems/GJ-556/index.md index f1a370ec8..fd8ccb319 100644 --- a/wiki/star-systems/GJ-556/index.md +++ b/wiki/star-systems/GJ-556/index.md @@ -46,7 +46,7 @@ Recanto's founding cohort was expelled from an inner south_reach system two cent ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ556b` | — | planet | no | — | terrestrial | 0.34g | 9 | 225.6 | none | barren | — | — | — | — | | 2 | `GJ556c` | Idanha | planet | yes | 8K | terrestrial | 0.86g | 70 | 27.8 | standard | temperate | liquid_water | agricultural | dispersed | — | diff --git a/wiki/star-systems/GJ-559B/index.md b/wiki/star-systems/GJ-559B/index.md index d3dd55ee6..cea80beff 100644 --- a/wiki/star-systems/GJ-559B/index.md +++ b/wiki/star-systems/GJ-559B/index.md @@ -73,10 +73,10 @@ The agency that sets the rules for the Reach also sets the rules for assessing c ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ559Bb` | — | planet | no | — | terrestrial | 0.30g | 40 | 900.0 | none | barren | none | — | — | — | -| 2 | `GJ559Bc` | Sede | planet | yes | 750M | terrestrial | 0.91g | 320 | 25.2 | breathable | temperate | rivers | service_mixed | urban_concentrated | — | +| 2 | `GJ559Bc` | Sede | planet | yes | 750M | terrestrial | 0.91g | 320 | 25.2 | standard | temperate | rivers | service_mixed | urban_concentrated | — | | ↳ 2.1 | `GJ559Bc-1` | — | moon | no | — | dwarf | 0.05g | 15 | 360.0 | none | barren | none | — | — | — | | 3 | `GJ559Bd` | — | planet | no | — | terrestrial | 0.45g | 800 | 19.0 | thin | frozen | ice | — | — | — | | 4 | `GJ559B-oort` | — | oort_cloud | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-566A/index.md b/wiki/star-systems/GJ-566A/index.md index a7ad639d8..11a4c6339 100644 --- a/wiki/star-systems/GJ-566A/index.md +++ b/wiki/star-systems/GJ-566A/index.md @@ -50,7 +50,7 @@ The Yongli Combine's founding charter has been reviewed for compliance six times ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ566Ab` | — | planet | no | — | terrestrial | 0.44g | 32 | 20.4 | none | barren | — | — | — | — | | 2 | `GJ566Ac` | Haodu | planet | yes | 2.8B | terrestrial | 0.95g | 280 | 25.6 | standard | temperate | liquid_water | commercial | urban_concentrated | logistics_manufacturing | diff --git a/wiki/star-systems/GJ-566B/index.md b/wiki/star-systems/GJ-566B/index.md index ddaa4cfe9..0cc040439 100644 --- a/wiki/star-systems/GJ-566B/index.md +++ b/wiki/star-systems/GJ-566B/index.md @@ -54,7 +54,7 @@ K4 Ve is warmer than the M-type stars that dominate this region of the south_rea ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ566Bb` | — | planet | no | — | terrestrial | 0.40g | 16 | 384.0 | none | barren | — | — | — | — | | 2 | `GJ566Bc` | Benguela | planet | yes | 480M | terrestrial | 0.92g | 160 | 26.4 | standard | temperate | liquid_water | manufacturing | urban_concentrated | component_fabrication | diff --git a/wiki/star-systems/GJ-567/index.md b/wiki/star-systems/GJ-567/index.md index cfeaef6d4..d01939295 100644 --- a/wiki/star-systems/GJ-567/index.md +++ b/wiki/star-systems/GJ-567/index.md @@ -68,7 +68,7 @@ The G-type header designation reflects the stub generation; the K2V stellar prof ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ567b` | — | planet | no | — | terrestrial | 0.48g | 30 | 22.5 | none | barren | — | — | — | — | | 2 | `GJ567c` | Fragua | planet | yes | 34K | terrestrial | 0.87g | 92 | 25.6 | standard | temperate | liquid_water | manufacturing | village_network | — | diff --git a/wiki/star-systems/GJ-570A/index.md b/wiki/star-systems/GJ-570A/index.md index ab06b2d44..7b06360b2 100644 --- a/wiki/star-systems/GJ-570A/index.md +++ b/wiki/star-systems/GJ-570A/index.md @@ -75,7 +75,7 @@ The fleet has been at full operational readiness for three hundred years; the th ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ570Ab` | — | planet | no | — | terrestrial | 0.26g | 18 | 430.0 | none | barren | none | — | — | — | | 2 | `GJ570Ac` | — | planet | no | — | terrestrial | 0.55g | 60 | 1440.0 | toxic | barren | none | — | — | — | diff --git a/wiki/star-systems/GJ-575A/index.md b/wiki/star-systems/GJ-575A/index.md index d12051496..4e0971671 100644 --- a/wiki/star-systems/GJ-575A/index.md +++ b/wiki/star-systems/GJ-575A/index.md @@ -46,12 +46,12 @@ The cultivation knowledge that makes Ratnagiri's export irreplaceable has no wri ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ575Ab` | — | planet | no | — | terrestrial | 0.38g | 50 | 18.0 | none | barren | none | — | — | — | | 2 | `GJ575Ac` | — | planet | no | — | terrestrial | 0.52g | 110 | 22.0 | thin | arid | none | — | — | — | | 3 | `GJ575Ad` | — | planet | no | — | terrestrial | 0.58g | 220 | 20.0 | thin | arid | trace | — | — | — | -| 4 | `GJ575Ae` | Sawantwadi | planet | yes | 80M | terrestrial | 0.94g | 450 | 24.0 | breathable | temperate | moderate | agriculture | dispersed | — | +| 4 | `GJ575Ae` | Sawantwadi | planet | yes | 80M | terrestrial | 0.94g | 450 | 24.0 | standard | temperate | moderate | agriculture | dispersed | — | | ↳ 4.1 | `GJ575Ae-1` | — | moon | no | — | dwarf | 0.06g | 12 | 288.0 | none | barren | none | — | — | — | | 5 | `GJ575Af` | — | planet | no | — | terrestrial | 0.42g | 850 | 18.0 | thin | frozen | ice | — | — | — | | 6 | `GJ575Ag` | — | planet | no | — | terrestrial | 0.35g | 1700 | 16.0 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-581/index.md b/wiki/star-systems/GJ-581/index.md index 9c4421c7d..1a85912bd 100644 --- a/wiki/star-systems/GJ-581/index.md +++ b/wiki/star-systems/GJ-581/index.md @@ -48,7 +48,7 @@ Rødvik's founding energy infrastructure rests on a geothermal resource the coop ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ581b` | — | planet | no | — | terrestrial | 0.28g | 4 | 91.2 | none | barren | — | — | — | — | | 2 | `GJ581c` | Glødberg | planet | yes | 8K | terrestrial | 0.82g | 12 | 288.0 | standard | geothermal | subsurface_liquid | mining | underground_concentrated | geothermal_energy | diff --git a/wiki/star-systems/GJ-588/index.md b/wiki/star-systems/GJ-588/index.md index cbcdc7d33..888e96116 100644 --- a/wiki/star-systems/GJ-588/index.md +++ b/wiki/star-systems/GJ-588/index.md @@ -76,10 +76,10 @@ The header classification reads F-type; the READ-ONLY star data is M0, the warme ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ588b` | — | planet | no | — | terrestrial | 0.30g | 5 | 120.0 | none | barren | none | — | — | — | -| 2 | `GJ588c` | Kielder | planet | yes | 800 | terrestrial | 0.84g | 18 | 432.0 | breathable | temperate-cool | moderate | agriculture | dispersed | — | +| 2 | `GJ588c` | Kielder | planet | yes | 800 | terrestrial | 0.84g | 18 | 432.0 | standard | temperate-cool | moderate | agriculture | dispersed | — | | 3 | `GJ588d` | — | planet | no | — | terrestrial | 0.38g | 45 | 1080.0 | thin | frozen | ice | — | — | — | | 4 | `GJ588e` | — | planet | no | — | terrestrial | 0.30g | 120 | 16.0 | none | frozen | ice | — | — | — | | 5 | `GJ588f` | — | gas_giant | no | — | gas_giant | — | 600 | 10.5 | dense | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-598/index.md b/wiki/star-systems/GJ-598/index.md index 080f70b0e..d9e1b54fb 100644 --- a/wiki/star-systems/GJ-598/index.md +++ b/wiki/star-systems/GJ-598/index.md @@ -46,7 +46,7 @@ Helle Wacht's founders left the Compact of Westphalia's effective reach to build ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ598b` | — | planet | no | — | terrestrial | 0.54g | 72 | 17.6 | none | barren | — | — | — | — | | 2 | `GJ598c` | — | planet | no | — | terrestrial | 0.76g | 280 | 23.4 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-601A/index.md b/wiki/star-systems/GJ-601A/index.md index 8552a4026..a1686fc45 100644 --- a/wiki/star-systems/GJ-601A/index.md +++ b/wiki/star-systems/GJ-601A/index.md @@ -66,7 +66,7 @@ The founding Germanic-heritage prospecting consortium is the dominant cultural v ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ601Ab` | — | planet | no | — | terrestrial | 0.54g | 88 | 18.2 | none | barren | — | — | — | — | | 2 | `GJ601Ac` | — | planet | no | — | terrestrial | 0.78g | 320 | 22.6 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-603/index.md b/wiki/star-systems/GJ-603/index.md index 83d0655f8..3edca1016 100644 --- a/wiki/star-systems/GJ-603/index.md +++ b/wiki/star-systems/GJ-603/index.md @@ -48,7 +48,7 @@ Wave_5 dead_end at hop 7 routed through an unsettled system is the most isolated ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ603b` | — | planet | no | — | terrestrial | 0.50g | 42 | 17.8 | none | barren | — | — | — | — | | 2 | `GJ603c` | Torridon | planet | yes | 4K | terrestrial | 0.92g | 350 | 26.6 | standard | temperate | liquid_water | agricultural | dispersed | — | diff --git a/wiki/star-systems/GJ-61/index.md b/wiki/star-systems/GJ-61/index.md index 605099418..7f0a5effc 100644 --- a/wiki/star-systems/GJ-61/index.md +++ b/wiki/star-systems/GJ-61/index.md @@ -62,7 +62,7 @@ A spur-end community at hop 12 carrying three centuries of scholarship that the ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ61b` | — | planet | no | — | terrestrial | 0.52g | 48 | 18.4 | none | barren | — | — | — | — | | 2 | `GJ61c` | Wolfenbüttel | planet | yes | 8K | terrestrial | 0.94g | 350 | 26.4 | standard | temperate | liquid_water | research | urban_concentrated | — | diff --git a/wiki/star-systems/GJ-615/index.md b/wiki/star-systems/GJ-615/index.md index e87a4c787..82736ccba 100644 --- a/wiki/star-systems/GJ-615/index.md +++ b/wiki/star-systems/GJ-615/index.md @@ -54,7 +54,7 @@ K-type header matches the K0V stellar classification. Dead-end topology at wave_ ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ615b` | — | planet | no | — | terrestrial | 0.44g | 28 | 19.4 | none | barren | — | — | — | — | | 2 | `GJ615c` | Tiefwald | planet | yes | 30K | terrestrial | 0.90g | 280 | 26.2 | standard | boreal | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-616/index.md b/wiki/star-systems/GJ-616/index.md index a4beb10d7..b9af70c27 100644 --- a/wiki/star-systems/GJ-616/index.md +++ b/wiki/star-systems/GJ-616/index.md @@ -44,7 +44,7 @@ No faction presence. ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ616b` | — | planet | no | — | terrestrial | 0.46g | 28 | 20.2 | none | barren | — | — | — | — | | 2 | `GJ616c` | — | planet | no | — | terrestrial | 0.86g | 200 | 26.2 | standard | temperate | liquid_water | — | — | — | diff --git a/wiki/star-systems/GJ-620.1A/index.md b/wiki/star-systems/GJ-620.1A/index.md index 374a8251c..789962165 100644 --- a/wiki/star-systems/GJ-620.1A/index.md +++ b/wiki/star-systems/GJ-620.1A/index.md @@ -70,7 +70,7 @@ The READ-ONLY System Profile classifies GJ 620.1A as G3/G5V, making G-type the c ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ620.1Ab` | — | planet | no | — | terrestrial | 0.48g | 46 | 19.2 | none | barren | — | — | — | — | | 2 | `GJ620.1Ac` | — | planet | no | — | terrestrial | 0.72g | 150 | 24.8 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-624/index.md b/wiki/star-systems/GJ-624/index.md index 21ab7b636..66e0fbc0b 100644 --- a/wiki/star-systems/GJ-624/index.md +++ b/wiki/star-systems/GJ-624/index.md @@ -58,7 +58,7 @@ Halvøy is the outer corridor's example of a community that solved the problem c ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ624b` | — | planet | no | — | terrestrial | 0.50g | 52 | 17.6 | none | barren | — | — | — | — | | 2 | `GJ624c` | — | planet | no | — | terrestrial | 0.74g | 200 | 23.4 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-625/index.md b/wiki/star-systems/GJ-625/index.md index 35043cb0b..6ac924ffc 100644 --- a/wiki/star-systems/GJ-625/index.md +++ b/wiki/star-systems/GJ-625/index.md @@ -66,7 +66,7 @@ M2 classification is correct — the header matches the star field. Wave_2 spur_ ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ625b` | — | planet | no | — | terrestrial | 0.32g | 8 | 201.6 | none | barren | — | — | — | — | | 2 | `GJ625c` | Songjiang Primary | planet | yes | 2M | terrestrial | 0.86g | 65 | 1560.0 | standard | temperate_terminator | liquid_water | commercial | urban_concentrated | logistics_manufacturing | diff --git a/wiki/star-systems/GJ-628/index.md b/wiki/star-systems/GJ-628/index.md index f17fc27e5..ce868f758 100644 --- a/wiki/star-systems/GJ-628/index.md +++ b/wiki/star-systems/GJ-628/index.md @@ -54,7 +54,7 @@ Three centuries after the succession disputes broke the founding company into a ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ628b` | — | planet | no | — | terrestrial | 0.30g | 5 | 115.2 | none | barren | — | — | — | — | | 2 | `GJ628c` | Carraig | planet | yes | 18M | terrestrial | 0.78g | 18 | 432.0 | standard | temperate_terminator | liquid_water | mining | urban_concentrated | mining_refractories | diff --git a/wiki/star-systems/GJ-631/index.md b/wiki/star-systems/GJ-631/index.md index 64d081d7c..4e43a1e4e 100644 --- a/wiki/star-systems/GJ-631/index.md +++ b/wiki/star-systems/GJ-631/index.md @@ -50,7 +50,7 @@ The mineral resource underlying MVG's century-long contract is running out faste ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ631b` | — | planet | no | — | terrestrial | 0.42g | 22 | 18.6 | none | barren | — | — | — | — | | 2 | `GJ631c` | Kiran | planet | yes | 6M | terrestrial | 0.90g | 200 | 26.8 | standard | temperate | liquid_water | mining | urban_concentrated | mining_refractories | diff --git a/wiki/star-systems/GJ-635A/index.md b/wiki/star-systems/GJ-635A/index.md index 2f1ce689a..1d443a4d2 100644 --- a/wiki/star-systems/GJ-635A/index.md +++ b/wiki/star-systems/GJ-635A/index.md @@ -58,7 +58,7 @@ A genuinely comfortable world chosen for deliberate isolation three hundred year ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ635Ab` | — | planet | no | — | terrestrial | 0.48g | 42 | 16.8 | none | barren | — | — | — | — | | 2 | `GJ635Ac` | — | planet | no | — | terrestrial | 0.72g | 180 | 22.4 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-635B/index.md b/wiki/star-systems/GJ-635B/index.md index 5ea20f53d..eead52576 100644 --- a/wiki/star-systems/GJ-635B/index.md +++ b/wiki/star-systems/GJ-635B/index.md @@ -70,7 +70,7 @@ The primary world's local name Saikaew (Thai: สายแก้ว, 'crystal st ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ635Bb` | — | planet | no | — | terrestrial | 0.34g | 24 | 19.8 | none | barren | — | — | — | — | | 2 | `GJ635Bc` | — | planet | no | — | terrestrial | 0.68g | 120 | 25.4 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-638/index.md b/wiki/star-systems/GJ-638/index.md index 48e11f21a..1b18c849d 100644 --- a/wiki/star-systems/GJ-638/index.md +++ b/wiki/star-systems/GJ-638/index.md @@ -72,11 +72,11 @@ The header classification reads M-type; the READ-ONLY star data is K7V, which si ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ638b` | — | planet | no | — | terrestrial | 0.30g | 15 | 360.0 | none | barren | none | — | — | — | | 2 | `GJ638c` | — | planet | no | — | terrestrial | 0.45g | 40 | 960.0 | thin | arid | none | — | — | — | -| 3 | `GJ638d` | Halton | planet | yes | 600 | terrestrial | 0.82g | 100 | 22.0 | breathable | arid | minimal | extraction | concentrated | — | +| 3 | `GJ638d` | Halton | planet | yes | 600 | terrestrial | 0.82g | 100 | 22.0 | standard | arid | minimal | extraction | concentrated | — | | 4 | `GJ638e` | — | planet | no | — | terrestrial | 0.38g | 250 | 17.0 | thin | frozen | ice | — | — | — | | 5 | `GJ638f` | — | planet | no | — | terrestrial | 0.30g | 600 | 15.0 | none | frozen | ice | — | — | — | | 6 | `GJ638g` | — | gas_giant | no | — | gas_giant | — | 1800 | 11.0 | dense | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-643/index.md b/wiki/star-systems/GJ-643/index.md index b9ae27423..56761376c 100644 --- a/wiki/star-systems/GJ-643/index.md +++ b/wiki/star-systems/GJ-643/index.md @@ -48,7 +48,7 @@ Wave_4 spur_end at hop 6 with an explicitly commercial founding is consistent wi ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ643b` | — | planet | no | — | terrestrial | 0.30g | 5 | 110.4 | none | barren | — | — | — | — | | 2 | `GJ643c` | Alsfeld | planet | yes | 8K | terrestrial | 0.80g | 18 | 52.4 | standard | temperate | liquid_water | commercial | urban_concentrated | — | diff --git a/wiki/star-systems/GJ-644A/index.md b/wiki/star-systems/GJ-644A/index.md index cae326a7a..c671ddbb1 100644 --- a/wiki/star-systems/GJ-644A/index.md +++ b/wiki/star-systems/GJ-644A/index.md @@ -68,7 +68,7 @@ M3Ve is a mid-M dwarf with emission activity, placing GJ 644A in the middle of t ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ644Ab` | — | planet | no | — | terrestrial | 0.35g | 8 | 187.2 | none | barren | — | — | — | — | | 2 | `GJ644Ac` | Mavela | planet | yes | 18K | terrestrial | 0.82g | 21 | 211.0 | standard | temperate_savanna | liquid_water | manufacturing | town_network | — | diff --git a/wiki/star-systems/GJ-644C/index.md b/wiki/star-systems/GJ-644C/index.md index 1a67f80e2..da547f7ec 100644 --- a/wiki/star-systems/GJ-644C/index.md +++ b/wiki/star-systems/GJ-644C/index.md @@ -68,7 +68,7 @@ M7 is among the dimmest stellar types hosting a settled community in the south_r ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ644Cb` | Tombua | planet | yes | 8K | terrestrial | 0.78g | 5 | 120.0 | thin | cold_arid | — | agricultural | urban_concentrated | agricultural_export | | 2 | `GJ644C-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-653/index.md b/wiki/star-systems/GJ-653/index.md index 5372d82cb..70d215304 100644 --- a/wiki/star-systems/GJ-653/index.md +++ b/wiki/star-systems/GJ-653/index.md @@ -70,10 +70,10 @@ The through_route topology with 2 apertures connecting a hop-7 system to both a ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ653b` | — | planet | no | — | terrestrial | 0.30g | 18 | 432.0 | none | barren | none | — | — | — | -| 2 | `GJ653c` | Brora | planet | yes | 40M | terrestrial | 0.84g | 50 | 1200.0 | breathable | arid | minimal | extraction | concentrated | — | +| 2 | `GJ653c` | Brora | planet | yes | 40M | terrestrial | 0.84g | 50 | 1200.0 | standard | arid | minimal | extraction | concentrated | — | | ↳ 2.1 | `GJ653c-1` | — | moon | no | — | dwarf | 0.04g | 5 | 120.0 | none | barren | none | — | — | — | | 3 | `GJ653d` | — | planet | no | — | terrestrial | 0.38g | 120 | 16.0 | thin | frozen | ice | — | — | — | | 4 | `GJ653e` | — | planet | no | — | terrestrial | 0.30g | 320 | 15.0 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-656/index.md b/wiki/star-systems/GJ-656/index.md index 4b7b0eee7..581c09ce3 100644 --- a/wiki/star-systems/GJ-656/index.md +++ b/wiki/star-systems/GJ-656/index.md @@ -46,7 +46,7 @@ No faction presence. ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ656b` | — | planet | no | — | terrestrial | 0.36g | 11 | 259.2 | none | barren | — | — | — | — | | 2 | `GJ656c` | — | planet | no | — | terrestrial | 0.82g | 68 | 26.8 | standard | cold_arid | liquid_water | — | — | — | diff --git a/wiki/star-systems/GJ-65A/index.md b/wiki/star-systems/GJ-65A/index.md index 8f12bff51..5106d9561 100644 --- a/wiki/star-systems/GJ-65A/index.md +++ b/wiki/star-systems/GJ-65A/index.md @@ -55,7 +55,7 @@ The catalog name retention (UV Ceti rather than a founder name) is intentional a ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ65Ab` | — | planet | no | — | terrestrial | 0.28g | 3 | 72.0 | none | barren | none | — | — | — | | 2 | `GJ65Ac` | — | planet | no | — | terrestrial | 0.42g | 8 | 192.0 | none | barren | none | — | — | — | diff --git a/wiki/star-systems/GJ-660A/index.md b/wiki/star-systems/GJ-660A/index.md index 3150720f9..0ae130bb7 100644 --- a/wiki/star-systems/GJ-660A/index.md +++ b/wiki/star-systems/GJ-660A/index.md @@ -68,7 +68,7 @@ The READ-ONLY System Profile shows "G" as the star classification — lowercase, ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ660Ab` | — | planet | no | — | terrestrial | 0.30g | 20 | 18.2 | none | barren | — | — | — | — | | 2 | `GJ660Ac` | — | planet | no | — | terrestrial | 0.56g | 70 | 24.8 | none | barren | — | — | — | — | diff --git a/wiki/star-systems/GJ-661A/index.md b/wiki/star-systems/GJ-661A/index.md index b9b2bb330..73f9f4e2c 100644 --- a/wiki/star-systems/GJ-661A/index.md +++ b/wiki/star-systems/GJ-661A/index.md @@ -32,11 +32,11 @@ The K5 star gives the habitable body a warm, amber light that shifts toward gold ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ661Ab` | — | planet | no | — | terrestrial | 0.26g | 16 | 384.0 | none | barren | none | — | — | — | | 2 | `GJ661Ac` | — | planet | no | — | terrestrial | 0.58g | 65 | 1560.0 | toxic | barren | none | — | — | — | -| 3 | `GJ661Ad` | Ys | planet | yes | 400M | terrestrial | 0.90g | 250 | 25.0 | breathable | temperate | rivers | service_mixed | dispersed_rural | — | +| 3 | `GJ661Ad` | Ys | planet | yes | 400M | terrestrial | 0.90g | 250 | 25.0 | standard | temperate | rivers | service_mixed | dispersed_rural | — | | ↳ 3.1 | `GJ661Ad-1` | — | moon | no | — | dwarf | 0.07g | 18 | 432.0 | none | barren | none | — | — | — | | 4 | `GJ661Ae` | — | planet | no | — | terrestrial | 0.45g | 500 | 18.5 | thin | arid | none | — | — | — | | 5 | `GJ661Af` | — | planet | no | — | terrestrial | 0.40g | 850 | 16.0 | thin | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-661B/index.md b/wiki/star-systems/GJ-661B/index.md index 650ca2e5e..14995d383 100644 --- a/wiki/star-systems/GJ-661B/index.md +++ b/wiki/star-systems/GJ-661B/index.md @@ -70,7 +70,7 @@ Wave_5 on a through_route at hop 6 is consistent with incremental corridor exten ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ661Bb` | — | planet | no | — | terrestrial | 0.52g | 68 | 17.8 | none | barren | — | — | — | — | | 2 | `GJ661Bc` | — | planet | no | — | terrestrial | 0.74g | 260 | 23.4 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-663A/index.md b/wiki/star-systems/GJ-663A/index.md index 3813d7a2a..1e657cf6d 100644 --- a/wiki/star-systems/GJ-663A/index.md +++ b/wiki/star-systems/GJ-663A/index.md @@ -51,7 +51,7 @@ K2:III: subgiant classification is genuine and drives the setting's economic log ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ663Ab` | — | planet | no | — | terrestrial | 0.20g | 30 | 720.0 | none | barren | none | — | — | — | | 2 | `GJ663Ac` | — | planet | no | — | terrestrial | 0.55g | 80 | 1920.0 | none | barren | none | extraction | — | — | diff --git a/wiki/star-systems/GJ-664/index.md b/wiki/star-systems/GJ-664/index.md index c574359d7..9200b9288 100644 --- a/wiki/star-systems/GJ-664/index.md +++ b/wiki/star-systems/GJ-664/index.md @@ -55,11 +55,11 @@ The family that turned a junction into a dynasty has run the gate scheduling her ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ664b` | — | planet | no | — | terrestrial | 0.24g | 15 | 360.0 | none | barren | none | — | — | — | | 2 | `GJ664c` | — | planet | no | — | terrestrial | 0.55g | 55 | 1320.0 | toxic | barren | none | — | — | — | -| 3 | `GJ664d` | Farrow | planet | yes | 500M | terrestrial | 0.82g | 220 | 23.0 | breathable | temperate | rivers | manufacturing | urban_concentrated | — | +| 3 | `GJ664d` | Farrow | planet | yes | 500M | terrestrial | 0.82g | 220 | 23.0 | standard | temperate | rivers | manufacturing | urban_concentrated | — | | ↳ 3.1 | `GJ664d-1` | — | moon | no | — | dwarf | 0.05g | 11 | 264.0 | none | barren | none | — | — | — | | 4 | `GJ664e` | — | planet | no | — | terrestrial | 0.45g | 450 | 18.0 | thin | arid | none | — | — | — | | 5 | `GJ664f` | — | planet | no | — | terrestrial | 0.38g | 750 | 16.5 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-667A/index.md b/wiki/star-systems/GJ-667A/index.md index 98ffcc073..9f1699d03 100644 --- a/wiki/star-systems/GJ-667A/index.md +++ b/wiki/star-systems/GJ-667A/index.md @@ -46,11 +46,11 @@ Wave_3 settlement at hop 4 is consistent with junction activation during the Wor ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ667Ab` | — | planet | no | — | terrestrial | 0.35g | 30 | 720.0 | none | barren | none | — | — | — | | 2 | `GJ667Ac` | — | planet | no | — | terrestrial | 0.50g | 70 | 22.0 | thin | arid | none | — | — | — | -| 3 | `GJ667Ad` | Geelong | planet | yes | 600M | terrestrial | 0.92g | 160 | 22.0 | breathable | temperate | moderate | transit | urban | — | +| 3 | `GJ667Ad` | Geelong | planet | yes | 600M | terrestrial | 0.92g | 160 | 22.0 | standard | temperate | moderate | transit | urban | — | | ↳ 3.1 | `GJ667Ad-1` | — | moon | no | — | dwarf | 0.06g | 10 | 240.0 | none | barren | none | — | — | — | | 4 | `GJ667Ae` | — | planet | no | — | terrestrial | 0.42g | 320 | 18.0 | thin | arid | none | — | — | — | | 5 | `GJ667Af` | — | planet | no | — | terrestrial | 0.35g | 830 | 16.0 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-667B/index.md b/wiki/star-systems/GJ-667B/index.md index 3a86ae5b4..24f2718de 100644 --- a/wiki/star-systems/GJ-667B/index.md +++ b/wiki/star-systems/GJ-667B/index.md @@ -46,11 +46,11 @@ Wave_3 settlement at hop 4 reflects an activation-era expansion pattern: the sys ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ667Bb` | — | planet | no | — | terrestrial | 0.32g | 25 | 600.0 | none | barren | none | — | — | — | | 2 | `GJ667Bc` | — | planet | no | — | terrestrial | 0.48g | 60 | 1440.0 | thin | arid | none | — | — | — | -| 3 | `GJ667Bd` | Jinja | planet | yes | 1.2B | terrestrial | 0.94g | 140 | 21.0 | breathable | temperate | moderate | transit | urban | gate_corp | +| 3 | `GJ667Bd` | Jinja | planet | yes | 1.2B | terrestrial | 0.94g | 140 | 21.0 | standard | temperate | moderate | transit | urban | gate_corp | | ↳ 3.1 | `GJ667Bd-1` | — | moon | no | — | dwarf | 0.05g | 8 | 192.0 | none | barren | none | — | — | — | | 4 | `GJ667Be` | — | planet | no | — | terrestrial | 0.40g | 280 | 17.0 | thin | arid | none | — | — | — | | 5 | `GJ667Bf` | — | planet | no | — | terrestrial | 0.32g | 700 | 15.0 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-667C/index.md b/wiki/star-systems/GJ-667C/index.md index b55c42c27..e142daa10 100644 --- a/wiki/star-systems/GJ-667C/index.md +++ b/wiki/star-systems/GJ-667C/index.md @@ -52,7 +52,7 @@ The primary inhabited world, Nakhon Sung (Thai: 'sublime city'), was named by th ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ667Cb` | — | planet | no | — | terrestrial | 0.35g | 7 | 172.8 | none | barren | — | — | — | — | | 2 | `GJ667Cc` | — | planet | no | — | terrestrial | 0.82g | 28 | 672.0 | standard | temperate_terminator | liquid_water | — | — | — | diff --git a/wiki/star-systems/GJ-66A/index.md b/wiki/star-systems/GJ-66A/index.md index 293768746..8893cccb9 100644 --- a/wiki/star-systems/GJ-66A/index.md +++ b/wiki/star-systems/GJ-66A/index.md @@ -50,7 +50,7 @@ p Eridani has been overcharging Korhonen's freight operators for forty years und ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ66Ab` | — | planet | no | — | terrestrial | 0.44g | 22 | 18.4 | none | barren | — | — | — | — | | 2 | `GJ66Ac` | — | planet | no | — | terrestrial | 0.68g | 95 | 26.4 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-66B/index.md b/wiki/star-systems/GJ-66B/index.md index 592372f6b..67db189e2 100644 --- a/wiki/star-systems/GJ-66B/index.md +++ b/wiki/star-systems/GJ-66B/index.md @@ -54,7 +54,7 @@ The name "Voss" is a Norwegian town on the western Norwegian coast — a direct ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ66Bb` | — | planet | no | — | terrestrial | 0.44g | 28 | 19.4 | none | barren | — | — | — | — | | 2 | `GJ66Bc` | Røros | planet | yes | 4M | terrestrial | 0.90g | 280 | 25.2 | standard | temperate | liquid_water | mining | urban_concentrated | mining_refractories | diff --git a/wiki/star-systems/GJ-67/index.md b/wiki/star-systems/GJ-67/index.md index 5a8aa8e4d..6fbeb7efc 100644 --- a/wiki/star-systems/GJ-67/index.md +++ b/wiki/star-systems/GJ-67/index.md @@ -64,7 +64,7 @@ The M-type header designation versus the G2V stellar profile is a generation art ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ67b` | — | planet | no | — | terrestrial | 0.58g | 74 | 22.0 | none | barren | — | — | — | — | | 2 | `GJ67c` | — | planet | no | — | terrestrial | 0.85g | 160 | 27.0 | thick | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-6711/index.md b/wiki/star-systems/GJ-6711/index.md index d1779d4a4..73daec0fa 100644 --- a/wiki/star-systems/GJ-6711/index.md +++ b/wiki/star-systems/GJ-6711/index.md @@ -74,7 +74,7 @@ Wave_3 settlement at a dead_end at hop 23 is the most significant settlement ano ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ6711b` | — | planet | no | — | terrestrial | 0.36g | 18 | 15.6 | none | barren | — | — | — | — | | 2 | `GJ6711c` | Dar | planet | yes | 400 | terrestrial | 0.86g | 180 | 26.4 | standard | temperate | liquid_water | agricultural | urban_concentrated | — | diff --git a/wiki/star-systems/GJ-672/index.md b/wiki/star-systems/GJ-672/index.md index 138b330df..2e62a01f8 100644 --- a/wiki/star-systems/GJ-672/index.md +++ b/wiki/star-systems/GJ-672/index.md @@ -64,7 +64,7 @@ Wave_5 settlement at hop 18 with a G0V primary is explained by the conjunction o ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ672b` | — | planet | no | — | terrestrial | 0.54g | 52 | 18.4 | none | barren | — | — | — | — | | 2 | `GJ672c` | — | planet | no | — | terrestrial | 0.76g | 200 | 23.4 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-673/index.md b/wiki/star-systems/GJ-673/index.md index 7534824c8..4e86ce94a 100644 --- a/wiki/star-systems/GJ-673/index.md +++ b/wiki/star-systems/GJ-673/index.md @@ -55,7 +55,7 @@ Wave_4 spur_end at hop 4 is consistent with corporate-era directed settlement. T ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ673b` | — | planet | no | — | terrestrial | 0.55g | 20 | 480.0 | none | barren | none | extraction | — | — | | 2 | `GJ673c` | — | planet | no | — | terrestrial | 0.45g | 50 | 20.0 | thin | arid | none | — | — | — | diff --git a/wiki/star-systems/GJ-674/index.md b/wiki/star-systems/GJ-674/index.md index 26f734a95..4bf3dd315 100644 --- a/wiki/star-systems/GJ-674/index.md +++ b/wiki/star-systems/GJ-674/index.md @@ -69,10 +69,10 @@ The money was already in place when the first settlers arrived; what looks like ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ674b` | — | planet | no | — | terrestrial | 0.28g | 20 | 480.0 | none | barren | none | — | — | — | -| 2 | `GJ674c` | Provenance | planet | yes | 150M | terrestrial | 0.86g | 230 | 24.2 | breathable | temperate | ocean | extraction | dispersed_rural | — | +| 2 | `GJ674c` | Provenance | planet | yes | 150M | terrestrial | 0.86g | 230 | 24.2 | standard | temperate | ocean | extraction | dispersed_rural | — | | ↳ 2.1 | `GJ674c-1` | — | moon | no | — | dwarf | 0.05g | 12 | 288.0 | none | barren | none | — | — | — | | 3 | `GJ674d` | — | planet | no | — | terrestrial | 0.42g | 560 | 18.0 | thin | arid | none | — | — | — | | 4 | `GJ674e` | — | planet | no | — | terrestrial | 0.33g | 1100 | 16.5 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-675/index.md b/wiki/star-systems/GJ-675/index.md index 5d0bb63d8..c6c2b493b 100644 --- a/wiki/star-systems/GJ-675/index.md +++ b/wiki/star-systems/GJ-675/index.md @@ -46,7 +46,7 @@ Neugrund's founding organizer believed that corridor monocultures were the Reach ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ675b` | — | planet | no | — | terrestrial | 0.44g | 30 | 19.4 | none | barren | — | — | — | — | | 2 | `GJ675c` | Laubach | planet | yes | 2K | terrestrial | 0.90g | 280 | 26.6 | standard | temperate | liquid_water | agricultural | dispersed | — | diff --git a/wiki/star-systems/GJ-68/index.md b/wiki/star-systems/GJ-68/index.md index 6a728ce67..e8cb70d18 100644 --- a/wiki/star-systems/GJ-68/index.md +++ b/wiki/star-systems/GJ-68/index.md @@ -86,14 +86,14 @@ Three hundred years of multi-world agricultural knowledge, held by a community t ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ68b` | — | planet | no | — | terrestrial | 0.28g | 22 | 528.0 | none | barren | none | — | — | — | -| 2 | `GJ68c` | Zomer | planet | yes | 800K | terrestrial | 0.88g | 180 | 22.0 | breathable | arid | rivers | agricultural | dispersed_rural | — | -| 3 | `GJ68d` | Lente | planet | yes | 600K | terrestrial | 0.84g | 320 | 25.5 | breathable | temperate | ocean | agricultural | dispersed_rural | — | -| 4 | `GJ68e` | Herfst | planet | yes | 400K | terrestrial | 0.80g | 480 | 23.0 | breathable | temperate | rivers | agricultural | dispersed_rural | — | +| 2 | `GJ68c` | Zomer | planet | yes | 800K | terrestrial | 0.88g | 180 | 22.0 | standard | arid | rivers | agricultural | dispersed_rural | — | +| 3 | `GJ68d` | Lente | planet | yes | 600K | terrestrial | 0.84g | 320 | 25.5 | standard | temperate | ocean | agricultural | dispersed_rural | — | +| 4 | `GJ68e` | Herfst | planet | yes | 400K | terrestrial | 0.80g | 480 | 23.0 | standard | temperate | rivers | agricultural | dispersed_rural | — | | ↳ 4.1 | `GJ68e-1` | — | moon | no | — | dwarf | 0.06g | 14 | 336.0 | none | barren | none | — | — | — | -| 5 | `GJ68f` | Winter | planet | yes | 200K | terrestrial | 0.72g | 700 | 28.0 | breathable | temperate | rivers | agricultural | dispersed_rural | — | +| 5 | `GJ68f` | Winter | planet | yes | 200K | terrestrial | 0.72g | 700 | 28.0 | standard | temperate | rivers | agricultural | dispersed_rural | — | | 6 | `GJ68g` | — | planet | no | — | terrestrial | 0.45g | 1100 | 17.0 | thin | frozen | ice | — | — | — | | 7 | `GJ68h` | — | planet | no | — | terrestrial | 0.38g | 1600 | 15.5 | none | frozen | none | — | — | — | | 8 | `GJ68-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-680/index.md b/wiki/star-systems/GJ-680/index.md index f217c810c..6f3efa31c 100644 --- a/wiki/star-systems/GJ-680/index.md +++ b/wiki/star-systems/GJ-680/index.md @@ -46,13 +46,13 @@ The founding survey contract is filed, fulfilled, and closed — but the develop ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ680b` | — | planet | no | — | terrestrial | 0.32g | 20 | 480.0 | none | barren | none | — | — | — | | 2 | `GJ680c` | — | planet | no | — | terrestrial | 0.48g | 55 | 1320.0 | thin | arid | none | — | — | — | -| 3 | `GJ680d` | Tulbagh | planet | yes | 150M | terrestrial | 0.90g | 130 | 22.0 | breathable | temperate | moderate | agriculture | dispersed | — | +| 3 | `GJ680d` | Tulbagh | planet | yes | 150M | terrestrial | 0.90g | 130 | 22.0 | standard | temperate | moderate | agriculture | dispersed | — | | ↳ 3.1 | `GJ680d-1` | — | moon | no | — | dwarf | 0.05g | 8 | 192.0 | none | barren | none | — | — | — | -| 4 | `GJ680e` | Hermanus | planet | yes | 8M | terrestrial | 0.70g | 280 | 20.0 | breathable | temperate-cool | extensive | agriculture | dispersed | — | +| 4 | `GJ680e` | Hermanus | planet | yes | 8M | terrestrial | 0.70g | 280 | 20.0 | standard | temperate-cool | extensive | agriculture | dispersed | — | | 5 | `GJ680f` | — | planet | no | — | terrestrial | 0.35g | 650 | 16.0 | none | frozen | ice | — | — | — | | 6 | `GJ680g` | — | gas_giant | no | — | gas_giant | — | 2000 | 11.0 | dense | — | — | — | — | — | | ↳ 6.1 | `GJ680g-1` | — | moon | no | — | dwarf | 0.06g | 5 | 120.0 | none | barren | none | — | — | — | diff --git a/wiki/star-systems/GJ-682/index.md b/wiki/star-systems/GJ-682/index.md index 2cad3e2ae..7c11292f2 100644 --- a/wiki/star-systems/GJ-682/index.md +++ b/wiki/star-systems/GJ-682/index.md @@ -50,7 +50,7 @@ A remediation assessment for the contaminated subsurface zone beneath Taishan's ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ682b` | — | planet | no | — | terrestrial | 0.27g | 3 | 81.6 | none | barren | — | — | — | — | | 2 | `GJ682c` | Taishan | planet | yes | 280K | terrestrial | 0.78g | 11 | 259.2 | standard | temperate_terminator | liquid_water | manufacturing | urban_concentrated | heavy_processing | diff --git a/wiki/star-systems/GJ-684A/index.md b/wiki/star-systems/GJ-684A/index.md index b0ac3a5d0..cf2fff24b 100644 --- a/wiki/star-systems/GJ-684A/index.md +++ b/wiki/star-systems/GJ-684A/index.md @@ -64,7 +64,7 @@ The G0V spectral type at this hop distance is unusual and explains both the syst ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ684Ab` | — | planet | no | — | terrestrial | 0.52g | 50 | 18.6 | none | barren | — | — | — | — | | 2 | `GJ684Ac` | Freyburg | planet | yes | 3K | terrestrial | 0.96g | 460 | 25.8 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-684B/index.md b/wiki/star-systems/GJ-684B/index.md index c0860c844..832c0a327 100644 --- a/wiki/star-systems/GJ-684B/index.md +++ b/wiki/star-systems/GJ-684B/index.md @@ -56,7 +56,7 @@ A cooperative that has capped its own growth for three centuries, on a moon wher ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ684Bb` | — | planet | no | — | terrestrial | 0.42g | 22 | 19.8 | none | barren | — | — | — | — | | 2 | `GJ684Bc` | — | gas_giant | no | — | — | — | 180 | 14.2 | gas_giant | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-687/index.md b/wiki/star-systems/GJ-687/index.md index 9203f73fd..902cb62e3 100644 --- a/wiki/star-systems/GJ-687/index.md +++ b/wiki/star-systems/GJ-687/index.md @@ -50,7 +50,7 @@ The systems.db registers this system as `unsettled` — a database anomaly that ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ687b` | — | planet | no | — | terrestrial | 0.32g | 5 | 115.2 | none | barren | — | — | — | — | | 2 | `GJ687c` | Matsue | planet | yes | 800K | terrestrial | 0.81g | 38 | 912.0 | standard | temperate_terminator | liquid_water | manufacturing | urban_concentrated | component_fabrication | diff --git a/wiki/star-systems/GJ-688/index.md b/wiki/star-systems/GJ-688/index.md index 183d4cad0..d8c314cab 100644 --- a/wiki/star-systems/GJ-688/index.md +++ b/wiki/star-systems/GJ-688/index.md @@ -68,7 +68,7 @@ K3V at 35.9 light-years is consistent with a wave_3 agricultural system speciali ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ688b` | — | planet | no | — | terrestrial | 0.50g | 32 | 22.8 | none | barren | — | — | — | — | | 2 | `GJ688c` | Aguas Bravas | planet | yes | 190K | terrestrial | 0.89g | 96 | 25.8 | standard | temperate_maritime | liquid_water | agricultural | town_network | — | diff --git a/wiki/star-systems/GJ-69/index.md b/wiki/star-systems/GJ-69/index.md index 4b04ce4db..c798b46f9 100644 --- a/wiki/star-systems/GJ-69/index.md +++ b/wiki/star-systems/GJ-69/index.md @@ -50,7 +50,7 @@ A settled community on each side, transit traffic through the middle, and a good ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ69b` | — | planet | no | — | terrestrial | 0.42g | 16 | 19.4 | none | barren | — | — | — | — | | 2 | `GJ69c` | — | planet | no | — | terrestrial | 0.88g | 140 | 25.8 | standard | temperate | liquid_water | — | — | — | diff --git a/wiki/star-systems/GJ-693/index.md b/wiki/star-systems/GJ-693/index.md index 723dbdcfb..1f8594d85 100644 --- a/wiki/star-systems/GJ-693/index.md +++ b/wiki/star-systems/GJ-693/index.md @@ -68,7 +68,7 @@ M5 at 19.0 light years is identical in spectral type and distance to GJ 213 (Kaa ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ693b` | Kilwa | planet | yes | 12K | terrestrial | 0.82g | 12 | 288.0 | standard | tropical | liquid_water | agricultural | dispersed | agricultural_export | | 2 | `GJ693-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-695A/index.md b/wiki/star-systems/GJ-695A/index.md index 8b4994729..7de327657 100644 --- a/wiki/star-systems/GJ-695A/index.md +++ b/wiki/star-systems/GJ-695A/index.md @@ -58,7 +58,7 @@ G5IV is a sub-giant spectral type, meaning GJ 695A's star has begun evolving off ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ695Ab` | — | planet | no | — | terrestrial | 0.50g | 52 | 18.4 | none | barren | — | — | — | — | | 2 | `GJ695Ac` | — | planet | no | — | terrestrial | 0.74g | 200 | 22.8 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-699/index.md b/wiki/star-systems/GJ-699/index.md index 2522ee96a..e77ec2b5d 100644 --- a/wiki/star-systems/GJ-699/index.md +++ b/wiki/star-systems/GJ-699/index.md @@ -65,9 +65,9 @@ The closest star to Sol that humans could reach by gate connects not toward Eart ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| -| 1 | `GJ699b` | Verada | planet | yes | 1.9B | terrestrial | 0.75g | 180 | 21.0 | breathable | arid | rivers | service_mixed | urban_concentrated | — | +| 1 | `GJ699b` | Verada | planet | yes | 1.9B | terrestrial | 0.75g | 180 | 21.0 | standard | arid | rivers | service_mixed | urban_concentrated | — | | ↳ 1.1 | `GJ699b-1` | — | moon | no | — | dwarf | 0.04g | 8 | 192.0 | none | barren | none | — | — | — | | 2 | `GJ699c` | — | planet | no | — | terrestrial | 0.32g | 50 | 1200.0 | none | barren | none | — | — | — | | 3 | `GJ699d` | — | planet | no | — | terrestrial | 0.40g | 400 | 15.0 | thin | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-702B/index.md b/wiki/star-systems/GJ-702B/index.md index 442d63099..ffdbad07a 100644 --- a/wiki/star-systems/GJ-702B/index.md +++ b/wiki/star-systems/GJ-702B/index.md @@ -67,12 +67,12 @@ The star profile table entry (K5 Ve) indicates a late K-type flare star with emi ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ702Bb` | — | planet | no | — | terrestrial | 0.22g | 12 | 288.0 | none | barren | none | — | — | — | | 2 | `GJ702Bc` | — | planet | no | — | terrestrial | 0.60g | 55 | 1320.0 | toxic | barren | none | — | — | — | | 3 | `GJ702Bd` | — | planet | no | — | terrestrial | 0.45g | 140 | 28.0 | thin | arid | none | — | — | — | -| 4 | `GJ702Be` | Galen | planet | no | — | terrestrial | 0.82g | 250 | 22.0 | breathable | arid | rivers | — | — | — | +| 4 | `GJ702Be` | Galen | planet | no | — | terrestrial | 0.82g | 250 | 22.0 | standard | arid | rivers | — | — | — | | 5 | `GJ702Bf` | — | planet | no | — | terrestrial | 0.50g | 500 | 18.0 | thin | frozen | rivers | — | — | — | | 6 | `GJ702Bg` | — | planet | no | — | terrestrial | 0.35g | 900 | 15.0 | none | frozen | ice | — | — | — | | 7 | `GJ702B-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-706/index.md b/wiki/star-systems/GJ-706/index.md index c5048f5dc..45b58f9fd 100644 --- a/wiki/star-systems/GJ-706/index.md +++ b/wiki/star-systems/GJ-706/index.md @@ -80,11 +80,11 @@ The READ-ONLY star classification is K2V. The stub header placeholder read "M-ty ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ706b` | — | planet | no | — | terrestrial | 0.35g | 22 | 18.0 | none | barren | none | — | — | — | | 2 | `GJ706c` | — | planet | no | — | terrestrial | 0.48g | 60 | 20.0 | thin | arid | none | — | — | — | -| 3 | `GJ706d` | Mawhera | planet | yes | 45M | terrestrial | 0.88g | 140 | 22.0 | breathable | temperate | moderate | agriculture | dispersed | — | +| 3 | `GJ706d` | Mawhera | planet | yes | 45M | terrestrial | 0.88g | 140 | 22.0 | standard | temperate | moderate | agriculture | dispersed | — | | ↳ 3.1 | `GJ706d-1` | — | moon | no | — | dwarf | 0.05g | 8 | 192.0 | none | barren | none | — | — | — | | 4 | `GJ706e` | — | planet | no | — | terrestrial | 0.40g | 300 | 18.0 | thin | arid | trace | — | — | — | | 5 | `GJ706f` | — | planet | no | — | terrestrial | 0.32g | 700 | 16.0 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-707/index.md b/wiki/star-systems/GJ-707/index.md index 637944afb..1b3282033 100644 --- a/wiki/star-systems/GJ-707/index.md +++ b/wiki/star-systems/GJ-707/index.md @@ -48,7 +48,7 @@ Dois Sóis' founding cohort adapted to binary stellar conditions that their surv ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ707b` | — | planet | no | — | terrestrial | 0.36g | 22 | 20.4 | none | barren | — | — | — | — | | 2 | `GJ707c` | Faial | planet | yes | 18K | terrestrial | 0.88g | 160 | 27.4 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-71/index.md b/wiki/star-systems/GJ-71/index.md index 9cd14597c..7d88c3fab 100644 --- a/wiki/star-systems/GJ-71/index.md +++ b/wiki/star-systems/GJ-71/index.md @@ -73,11 +73,11 @@ The Institute has been studying the first horizon station for five hundred years ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ71b` | — | planet | no | — | terrestrial | 0.35g | 42 | 1012.0 | none | barren | none | — | — | — | -| 2 | `GJ71c` | Threshold | planet | yes | 600M | terrestrial | 0.92g | 310 | 22.4 | breathable | temperate | ocean | agricultural | urban_concentrated | — | -| 3 | `GJ71d` | Arden | planet | yes | 500M | terrestrial | 0.87g | 520 | 27.1 | breathable | temperate | rivers | agricultural | dispersed_rural | — | +| 2 | `GJ71c` | Threshold | planet | yes | 600M | terrestrial | 0.92g | 310 | 22.4 | standard | temperate | ocean | agricultural | urban_concentrated | — | +| 3 | `GJ71d` | Arden | planet | yes | 500M | terrestrial | 0.87g | 520 | 27.1 | standard | temperate | rivers | agricultural | dispersed_rural | — | | ↳ 3.1 | `GJ71d-1` | Verantis | moon | yes | 20M | dwarf | 0.12g | 8 | 196.8 | none | barren | none | transit | domed | — | | 4 | `GJ71e` | — | planet | no | — | terrestrial | 0.45g | 1850 | 16.3 | thin | frozen | ice | — | — | — | | 5 | `GJ71-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-713A/index.md b/wiki/star-systems/GJ-713A/index.md index bf568badc..372785b98 100644 --- a/wiki/star-systems/GJ-713A/index.md +++ b/wiki/star-systems/GJ-713A/index.md @@ -50,7 +50,7 @@ Cargo operators who route through Samuels Reach face a statistically lower Commi ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ713Ab` | — | planet | no | — | terrestrial | 0.52g | 42 | 17.8 | none | barren | — | — | — | — | | 2 | `GJ713Ac` | — | planet | no | — | terrestrial | 0.74g | 160 | 24.6 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-716/index.md b/wiki/star-systems/GJ-716/index.md index 24c30cd2b..05d968cbc 100644 --- a/wiki/star-systems/GJ-716/index.md +++ b/wiki/star-systems/GJ-716/index.md @@ -46,11 +46,11 @@ The MVG depot's oldest survey files cover systems that have not had a formal ass ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ716b` | — | planet | no | — | terrestrial | 0.35g | 25 | 18.0 | none | barren | none | — | — | — | | 2 | `GJ716c` | — | planet | no | — | terrestrial | 0.48g | 65 | 22.0 | thin | arid | none | — | — | — | -| 3 | `GJ716d` | Laverton | planet | yes | 30M | terrestrial | 0.88g | 160 | 22.0 | breathable | temperate | moderate | transit | concentrated | mvg | +| 3 | `GJ716d` | Laverton | planet | yes | 30M | terrestrial | 0.88g | 160 | 22.0 | standard | temperate | moderate | transit | concentrated | mvg | | ↳ 3.1 | `GJ716d-1` | — | moon | no | — | dwarf | 0.05g | 8 | 192.0 | none | barren | none | — | — | — | | 4 | `GJ716e` | — | planet | no | — | terrestrial | 0.40g | 350 | 18.0 | thin | frozen | ice | — | — | — | | 5 | `GJ716f` | — | planet | no | — | terrestrial | 0.32g | 800 | 16.0 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-722/index.md b/wiki/star-systems/GJ-722/index.md index becb035e6..71dacb195 100644 --- a/wiki/star-systems/GJ-722/index.md +++ b/wiki/star-systems/GJ-722/index.md @@ -46,7 +46,7 @@ Skuilplek was founded two centuries ago by families fleeing a Commission regulat ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ722b` | — | planet | no | — | terrestrial | 0.34g | 10 | 230.4 | none | barren | — | — | — | — | | 2 | `GJ722c` | Rietbron | planet | yes | 12K | terrestrial | 0.86g | 70 | 27.6 | standard | temperate | liquid_water | agricultural | dispersed | — | diff --git a/wiki/star-systems/GJ-725B/index.md b/wiki/star-systems/GJ-725B/index.md index b619784a5..fbeafe5ab 100644 --- a/wiki/star-systems/GJ-725B/index.md +++ b/wiki/star-systems/GJ-725B/index.md @@ -73,10 +73,10 @@ A gate nobody was watching activated forty years ago, one hop from the border wi ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ725Bb` | — | planet | no | — | terrestrial | 0.28g | 25 | 620.0 | none | barren | none | — | — | — | -| 2 | `GJ725Bc` | Rush | planet | yes | 120M | terrestrial | 0.78g | 250 | 28.4 | breathable | temperate | rivers | extraction | dispersed_rural | — | +| 2 | `GJ725Bc` | Rush | planet | yes | 120M | terrestrial | 0.78g | 250 | 28.4 | standard | temperate | rivers | extraction | dispersed_rural | — | | ↳ 2.1 | `GJ725Bc-1` | — | moon | no | — | dwarf | 0.04g | 10 | 252.0 | none | barren | none | — | — | — | | 3 | `GJ725Bd` | — | planet | no | — | terrestrial | 0.42g | 520 | 22.0 | thin | arid | none | — | — | — | | 4 | `GJ725B-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-726/index.md b/wiki/star-systems/GJ-726/index.md index 56e3879bf..dd565199b 100644 --- a/wiki/star-systems/GJ-726/index.md +++ b/wiki/star-systems/GJ-726/index.md @@ -46,7 +46,7 @@ No faction presence. Automated horizon station. Standard unsettled through-route ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ726b` | — | planet | no | — | terrestrial | 0.42g | 18 | 20.8 | none | barren | — | — | — | — | | 2 | `GJ726c` | — | planet | no | — | terrestrial | 0.74g | 140 | 26.4 | thin | cold_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-729/index.md b/wiki/star-systems/GJ-729/index.md index 6f3eaf5ee..f0b1d36d0 100644 --- a/wiki/star-systems/GJ-729/index.md +++ b/wiki/star-systems/GJ-729/index.md @@ -59,7 +59,7 @@ The Slavic naming in the system — Chornozem (Ukrainian: 'black earth', the agr ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ729b` | GJ729b | planet | no | — | terrestrial | 0.20g | 7 | 168.0 | none | barren | none | — | — | — | | 2 | `GJ729c` | GJ729c | planet | no | — | terrestrial | 0.35g | 22 | 528.0 | none | barren | none | — | — | — | diff --git a/wiki/star-systems/GJ-737B/index.md b/wiki/star-systems/GJ-737B/index.md index 8024150e9..557732d40 100644 --- a/wiki/star-systems/GJ-737B/index.md +++ b/wiki/star-systems/GJ-737B/index.md @@ -66,7 +66,7 @@ K5V at 41.2 light-years is at the outer limit of the wave_3 settlement range and ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ737Bb` | — | planet | no | — | terrestrial | 0.43g | 21 | 504.0 | none | barren | — | — | — | — | | 2 | `GJ737Bc` | Punta del Sol | planet | yes | 88K | terrestrial | 0.86g | 60 | 1440.0 | standard | temperate_maritime | liquid_water | agricultural | town_network | — | diff --git a/wiki/star-systems/GJ-75/index.md b/wiki/star-systems/GJ-75/index.md index 7682c7498..73f5e94cc 100644 --- a/wiki/star-systems/GJ-75/index.md +++ b/wiki/star-systems/GJ-75/index.md @@ -48,11 +48,11 @@ The naming is explicitly Igbo cartography: Enugu (the system's name) is the capi ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ75b` | — | planet | no | — | terrestrial | 0.38g | 30 | 18.0 | none | barren | none | — | — | — | | 2 | `GJ75c` | — | planet | no | — | terrestrial | 0.52g | 75 | 22.0 | thin | arid | none | extraction | — | — | -| 3 | `GJ75d` | Onitsha | planet | yes | 120M | terrestrial | 0.92g | 180 | 23.0 | breathable | temperate | moderate | transit | urban | — | +| 3 | `GJ75d` | Onitsha | planet | yes | 120M | terrestrial | 0.92g | 180 | 23.0 | standard | temperate | moderate | transit | urban | — | | ↳ 3.1 | `GJ75d-1` | — | moon | no | — | dwarf | 0.06g | 10 | 240.0 | none | barren | none | — | — | — | | 4 | `GJ75e` | — | planet | no | — | terrestrial | 0.42g | 380 | 18.0 | thin | arid | trace | — | — | — | | 5 | `GJ75f` | — | planet | no | — | terrestrial | 0.35g | 850 | 16.0 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-752A/index.md b/wiki/star-systems/GJ-752A/index.md index 2fe391fdf..a1bb9b4d7 100644 --- a/wiki/star-systems/GJ-752A/index.md +++ b/wiki/star-systems/GJ-752A/index.md @@ -48,7 +48,7 @@ Wave_3 spur_end at hop 5 is consistent with south_reach's development pattern ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ752Ab` | — | planet | no | — | terrestrial | 0.30g | 6 | 139.2 | none | barren | — | — | — | — | | 2 | `GJ752Ac` | Salvaterra | planet | yes | 25M | terrestrial | 0.88g | 40 | 28.6 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-754/index.md b/wiki/star-systems/GJ-754/index.md index 282276274..efee5444d 100644 --- a/wiki/star-systems/GJ-754/index.md +++ b/wiki/star-systems/GJ-754/index.md @@ -50,7 +50,7 @@ Miryang's collective water authority has filed internal sustainability notices a ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ754b` | — | planet | no | — | terrestrial | 0.29g | 4 | 105.6 | none | barren | — | — | — | — | | 2 | `GJ754c` | Miryang | planet | yes | 240K | terrestrial | 0.80g | 15 | 355.2 | standard | temperate_terminator | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-7547/index.md b/wiki/star-systems/GJ-7547/index.md index 55cdc83ad..8afb8e303 100644 --- a/wiki/star-systems/GJ-7547/index.md +++ b/wiki/star-systems/GJ-7547/index.md @@ -72,7 +72,7 @@ Wave_2 settlement at hop 22 is the deepest chronological anomaly in the Settled ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ7547b` | — | planet | no | — | terrestrial | 0.41g | 22 | 16.8 | none | barren | — | — | — | — | | 2 | `GJ7547c` | Brandwacht | planet | yes | 300 | terrestrial | 0.84g | 160 | 28.2 | thin | cold_arid | liquid_water | agricultural | urban_concentrated | — | diff --git a/wiki/star-systems/GJ-764/index.md b/wiki/star-systems/GJ-764/index.md index 36023edfa..7a3adf46f 100644 --- a/wiki/star-systems/GJ-764/index.md +++ b/wiki/star-systems/GJ-764/index.md @@ -69,11 +69,11 @@ K0V is a warm K-type star — more luminous than the cool red M-types that domin ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ764b` | — | planet | no | — | terrestrial | 0.30g | 22 | 528.0 | none | barren | none | — | — | — | | 2 | `GJ764c` | — | planet | no | — | terrestrial | 0.65g | 75 | 1800.0 | toxic | barren | none | — | — | — | -| 3 | `GJ764d` | Mirafiori | planet | yes | 3.5B | terrestrial | 0.94g | 310 | 23.8 | breathable | temperate | rivers | manufacturing | urban_concentrated | MVG | +| 3 | `GJ764d` | Mirafiori | planet | yes | 3.5B | terrestrial | 0.94g | 310 | 23.8 | standard | temperate | rivers | manufacturing | urban_concentrated | MVG | | ↳ 3.1 | `GJ764d-1` | — | moon | no | — | dwarf | 0.08g | 16 | 384.0 | none | barren | none | — | — | — | | 4 | `GJ764e` | — | planet | no | — | terrestrial | 0.50g | 550 | 19.0 | thin | arid | none | — | — | — | | 5 | `GJ764f` | — | planet | no | — | terrestrial | 0.44g | 900 | 17.0 | thin | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-768/index.md b/wiki/star-systems/GJ-768/index.md index 649df9586..f622568c3 100644 --- a/wiki/star-systems/GJ-768/index.md +++ b/wiki/star-systems/GJ-768/index.md @@ -67,21 +67,21 @@ The last Commission checkpoint before the southern frontier has been processing ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ768b` | — | planet | no | — | terrestrial | 0.28g | 40 | 960.0 | none | barren | none | — | — | — | | 2 | `GJ768c` | — | planet | no | — | terrestrial | 0.60g | 120 | 2880.0 | toxic | barren | none | — | — | — | | 3 | `GJ768d` | — | planet | no | — | terrestrial | 0.45g | 300 | 18.0 | thin | arid | none | — | — | — | -| 4 | `GJ768e` | Solano | planet | yes | 800M | terrestrial | 0.90g | 600 | 24.5 | breathable | temperate | ocean | service_mixed | urban_concentrated | — | +| 4 | `GJ768e` | Solano | planet | yes | 800M | terrestrial | 0.90g | 600 | 24.5 | standard | temperate | ocean | service_mixed | urban_concentrated | — | | ↳ 4.1 | `GJ768e-1` | — | moon | no | — | dwarf | 0.06g | 14 | 336.0 | none | barren | none | — | — | — | -| 5 | `GJ768f` | Miralta | planet | yes | 200M | terrestrial | 0.78g | 1000 | 26.0 | breathable | temperate | rivers | service_mixed | dispersed_rural | — | -| ↳ 5.1 | `GJ768f-1` | — | moon | no | — | terrestrial | 0.35g | 18 | 432.0 | breathable | temperate | rivers | — | — | — | +| 5 | `GJ768f` | Miralta | planet | yes | 200M | terrestrial | 0.78g | 1000 | 26.0 | standard | temperate | rivers | service_mixed | dispersed_rural | — | +| ↳ 5.1 | `GJ768f-1` | — | moon | no | — | terrestrial | 0.35g | 18 | 432.0 | standard | temperate | rivers | — | — | — | | ↳ 5.2 | `GJ768f-2` | — | moon | no | — | dwarf | 0.04g | 6 | 144.0 | none | barren | none | — | — | — | | 6 | `GJ768g` | — | planet | no | — | terrestrial | 0.40g | 1600 | 16.0 | thin | frozen | ice | — | — | — | | 7 | `GJ768h` | — | planet | no | — | terrestrial | 0.35g | 2500 | 20.0 | none | frozen | none | — | — | — | | 8 | `GJ768-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | | 9 | `GJ768i` | — | gas_giant | no | — | gas_giant | — | 4000 | 11.0 | dense | — | — | — | — | — | -| ↳ 9.1 | `GJ768i-1` | — | moon | no | — | terrestrial | 0.40g | 8 | 192.0 | breathable | arid | rivers | — | — | — | +| ↳ 9.1 | `GJ768i-1` | — | moon | no | — | terrestrial | 0.40g | 8 | 192.0 | standard | arid | rivers | — | — | — | | ↳ 9.2 | `GJ768i-2` | — | moon | no | — | dwarf | 0.08g | 5 | 120.0 | none | barren | none | — | — | — | | ↳ 9.3 | `GJ768i-3` | — | moon | no | — | dwarf | 0.05g | 12 | 288.0 | none | frozen | ice | — | — | — | | 10 | `GJ768-oort` | — | oort_cloud | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-770/index.md b/wiki/star-systems/GJ-770/index.md index a2301068a..358e4d839 100644 --- a/wiki/star-systems/GJ-770/index.md +++ b/wiki/star-systems/GJ-770/index.md @@ -48,11 +48,11 @@ The gate came back after sixty to eighty years of silence, and the people here h ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ770b` | — | planet | no | — | terrestrial | 0.35g | 20 | 480.0 | none | barren | none | — | — | — | | 2 | `GJ770c` | — | planet | no | — | terrestrial | 0.48g | 55 | 20.0 | thin | arid | none | — | — | — | -| 3 | `GJ770d` | Te Whanga | planet | yes | 15K | terrestrial | 0.86g | 130 | 22.0 | breathable | temperate | extensive | agriculture | dispersed | — | +| 3 | `GJ770d` | Te Whanga | planet | yes | 15K | terrestrial | 0.86g | 130 | 22.0 | standard | temperate | extensive | agriculture | dispersed | — | | ↳ 3.1 | `GJ770d-1` | — | moon | no | — | dwarf | 0.05g | 8 | 192.0 | none | barren | none | — | — | — | | 4 | `GJ770e` | — | planet | no | — | terrestrial | 0.40g | 280 | 18.0 | thin | frozen | ice | — | — | — | | 5 | `GJ770f` | — | planet | no | — | terrestrial | 0.32g | 650 | 16.0 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-771A/index.md b/wiki/star-systems/GJ-771A/index.md index c80bf1f89..ab4ed4ff8 100644 --- a/wiki/star-systems/GJ-771A/index.md +++ b/wiki/star-systems/GJ-771A/index.md @@ -52,7 +52,7 @@ Two hundred years of careful cultivation calendars built around a variable star ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ771Ab` | — | planet | no | — | terrestrial | 0.46g | 48 | 18.4 | none | barren | — | — | — | — | | 2 | `GJ771Ac` | — | planet | no | — | terrestrial | 0.72g | 190 | 22.8 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-775/index.md b/wiki/star-systems/GJ-775/index.md index 513973dd8..0c651a52c 100644 --- a/wiki/star-systems/GJ-775/index.md +++ b/wiki/star-systems/GJ-775/index.md @@ -52,7 +52,7 @@ The young cooperative that settled this waypoint on principle is discovering tha ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ775b` | — | planet | no | — | terrestrial | 0.38g | 16 | 384.0 | none | barren | — | — | — | — | | 2 | `GJ775c` | Ytterkant | planet | yes | 4K | terrestrial | 0.92g | 160 | 24.8 | reducing | cold_arid | — | mining | urban_concentrated | mining_refractories | diff --git a/wiki/star-systems/GJ-780/index.md b/wiki/star-systems/GJ-780/index.md index cb0e53d23..522dc323d 100644 --- a/wiki/star-systems/GJ-780/index.md +++ b/wiki/star-systems/GJ-780/index.md @@ -51,12 +51,12 @@ Wave_2 settlement at hop 3 is consistent with early Wave 2 agricultural expansio ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ780b` | — | planet | no | — | terrestrial | 0.30g | 35 | 840.0 | none | barren | none | — | — | — | | 2 | `GJ780c` | — | planet | no | — | terrestrial | 0.62g | 100 | 2400.0 | toxic | barren | none | — | — | — | | 3 | `GJ780d` | — | planet | no | — | terrestrial | 0.48g | 250 | 18.0 | thin | arid | none | — | — | — | -| 4 | `GJ780e` | Coseche | planet | yes | 1.5B | terrestrial | 0.92g | 500 | 24.0 | breathable | temperate | ocean | agricultural | dispersed_rural | — | +| 4 | `GJ780e` | Coseche | planet | yes | 1.5B | terrestrial | 0.92g | 500 | 24.0 | standard | temperate | ocean | agricultural | dispersed_rural | — | | ↳ 4.1 | `GJ780e-1` | — | moon | no | — | dwarf | 0.07g | 15 | 360.0 | none | barren | none | — | — | — | | 5 | `GJ780f` | — | planet | no | — | terrestrial | 0.44g | 850 | 17.0 | thin | temperate | rivers | — | — | — | | 6 | `GJ780g` | — | planet | no | — | terrestrial | 0.38g | 1400 | 15.5 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-783A/index.md b/wiki/star-systems/GJ-783A/index.md index 1a547cd2c..a2c8b655a 100644 --- a/wiki/star-systems/GJ-783A/index.md +++ b/wiki/star-systems/GJ-783A/index.md @@ -64,13 +64,13 @@ Five centuries of the Reach's best gate physics research, all built on a theoret ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ783Ab` | — | planet | no | — | terrestrial | 0.26g | 18 | 432.0 | none | barren | none | — | — | — | | 2 | `GJ783Ac` | — | planet | no | — | terrestrial | 0.58g | 70 | 1680.0 | toxic | barren | none | — | — | — | -| 3 | `GJ783Ad` | Praxis | planet | yes | 900M | terrestrial | 0.90g | 280 | 24.0 | breathable | temperate | ocean | research | urban_concentrated | — | +| 3 | `GJ783Ad` | Praxis | planet | yes | 900M | terrestrial | 0.90g | 280 | 24.0 | standard | temperate | ocean | research | urban_concentrated | — | | ↳ 3.1 | `GJ783Ad-1` | — | moon | no | — | dwarf | 0.06g | 14 | 336.0 | none | barren | none | — | — | — | -| 4 | `GJ783Ae` | Hesychia | planet | yes | 120M | terrestrial | 0.80g | 480 | 26.5 | breathable | temperate | rivers | agricultural | dispersed_rural | — | +| 4 | `GJ783Ae` | Hesychia | planet | yes | 120M | terrestrial | 0.80g | 480 | 26.5 | standard | temperate | rivers | agricultural | dispersed_rural | — | | 5 | `GJ783Af` | — | planet | no | — | terrestrial | 0.45g | 750 | 17.0 | thin | arid | none | — | — | — | | 6 | `GJ783Ag` | — | planet | no | — | terrestrial | 0.38g | 1200 | 15.5 | none | frozen | ice | — | — | — | | 7 | `GJ783A-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-784/index.md b/wiki/star-systems/GJ-784/index.md index 1dd719c6b..8e3d0d344 100644 --- a/wiki/star-systems/GJ-784/index.md +++ b/wiki/star-systems/GJ-784/index.md @@ -50,7 +50,7 @@ Kovács Loop's founding population was drawn specifically from industrial worker ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ784b` | — | planet | no | — | terrestrial | 0.36g | 8 | 196.8 | none | barren | — | — | — | — | | 2 | `GJ784c` | — | gas_giant | no | — | — | — | 55 | 10.2 | gas_giant | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-785/index.md b/wiki/star-systems/GJ-785/index.md index 92723def8..d8dd3c1c7 100644 --- a/wiki/star-systems/GJ-785/index.md +++ b/wiki/star-systems/GJ-785/index.md @@ -68,7 +68,7 @@ K3V is a mid-sequence K-type star, warmer and more stable than the M-dwarfs that ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ785b` | — | planet | no | — | terrestrial | 0.42g | 22 | 18.8 | none | barren | — | — | — | — | | 2 | `GJ785c` | Trancoso | planet | yes | 15K | terrestrial | 0.90g | 200 | 25.6 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-79/index.md b/wiki/star-systems/GJ-79/index.md index bcf7392fc..d09d7a5bb 100644 --- a/wiki/star-systems/GJ-79/index.md +++ b/wiki/star-systems/GJ-79/index.md @@ -66,7 +66,7 @@ K5/M0V is a boundary classification between late K and early M type; the M-type ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ79b` | — | planet | no | — | terrestrial | 0.28g | 8 | 180.0 | none | barren | — | — | — | — | | 2 | `GJ79c` | Oshima Prime | planet | yes | 65K | terrestrial | 0.82g | 100 | 22.4 | thin | temperate | liquid_water | manufacturing | dispersed | mineral_extraction | diff --git a/wiki/star-systems/GJ-798/index.md b/wiki/star-systems/GJ-798/index.md index 2ddedc700..fa3652cd8 100644 --- a/wiki/star-systems/GJ-798/index.md +++ b/wiki/star-systems/GJ-798/index.md @@ -58,7 +58,7 @@ The K7V stellar class produces the deep orange-red light character described and ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ798b` | — | planet | no | — | terrestrial | 0.38g | 14 | 336.0 | none | barren | — | — | — | — | | 2 | `GJ798c` | Talgrund | planet | yes | 22K | terrestrial | 0.88g | 148 | 25.4 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-807/index.md b/wiki/star-systems/GJ-807/index.md index a9e397306..adb09cabf 100644 --- a/wiki/star-systems/GJ-807/index.md +++ b/wiki/star-systems/GJ-807/index.md @@ -56,11 +56,11 @@ G-type header per the database classification. The READ-ONLY profile shows K0IV ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ807b` | — | planet | no | — | terrestrial | 0.71g | 130 | 3120.0 | none | barren | — | — | — | — | | 2 | `GJ807c` | — | planet | no | — | terrestrial | 0.66g | 295 | 22.4 | thick | arid | — | — | — | — | -| 3 | `GJ807d` | Pierrevert | planet | yes | 8K | terrestrial | 0.91g | 620 | 27.6 | breathable | temperate-cool | rivers-lakes | agricultural | concentrated | west_reach | +| 3 | `GJ807d` | Pierrevert | planet | yes | 8K | terrestrial | 0.91g | 620 | 27.6 | standard | temperate-cool | rivers-lakes | agricultural | concentrated | west_reach | | ↳ 3.1 | `GJ807d-1` | — | moon | no | — | dwarf | 0.07g | 25 | 595.2 | none | barren | — | — | — | — | | 4 | `GJ807-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | | 5 | `GJ807e` | — | gas_giant | no | — | gas_giant | 2.60g | 3500 | 9.8 | hydrogen-helium | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-809/index.md b/wiki/star-systems/GJ-809/index.md index 06f27738a..f78798ed9 100644 --- a/wiki/star-systems/GJ-809/index.md +++ b/wiki/star-systems/GJ-809/index.md @@ -52,7 +52,7 @@ Tiefwerk AG produces the most reliable gate ferry drive coils in the Reach from ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ809b` | — | planet | no | — | terrestrial | 0.32g | 8 | 201.6 | none | barren | — | — | — | — | | 2 | `GJ809c` | Standort | planet | yes | 4K | terrestrial | 0.84g | 65 | 1560.0 | standard | temperate_terminator | liquid_water | manufacturing | urban_concentrated | component_fabrication | diff --git a/wiki/star-systems/GJ-820B/index.md b/wiki/star-systems/GJ-820B/index.md index 2da3b3b8a..601a8c6e7 100644 --- a/wiki/star-systems/GJ-820B/index.md +++ b/wiki/star-systems/GJ-820B/index.md @@ -73,11 +73,11 @@ The combines that built the Reach's gate-adjacent infrastructure hold the constr ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ820Bb` | — | planet | no | — | terrestrial | 0.25g | 15 | 360.0 | none | barren | none | — | — | — | | 2 | `GJ820B-belt` | — | asteroid_belt | yes | 15M | — | — | — | — | — | — | — | extraction | — | — | -| 3 | `GJ820Bc` | Ferrath | planet | yes | 200M | terrestrial | 0.95g | 180 | 20.5 | breathable | arid | rivers | manufacturing | urban_concentrated | — | +| 3 | `GJ820Bc` | Ferrath | planet | yes | 200M | terrestrial | 0.95g | 180 | 20.5 | standard | arid | rivers | manufacturing | urban_concentrated | — | | ↳ 3.1 | `GJ820Bc-1` | — | moon | no | — | dwarf | 0.06g | 10 | 240.0 | none | barren | none | — | — | — | | 4 | `GJ820Bd` | — | planet | no | — | terrestrial | 0.50g | 400 | 17.0 | thin | arid | none | — | — | — | | 5 | `GJ820Be` | — | planet | no | — | terrestrial | 0.42g | 700 | 15.5 | thin | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-825/index.md b/wiki/star-systems/GJ-825/index.md index b98943bbf..2143244a5 100644 --- a/wiki/star-systems/GJ-825/index.md +++ b/wiki/star-systems/GJ-825/index.md @@ -46,7 +46,7 @@ Lacaille is called out explicitly in the cultural framework as having "strong in ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ825b` | — | planet | no | — | terrestrial | 0.32g | 5 | 120.0 | none | barren | none | — | — | — | | 2 | `GJ825c` | — | planet | no | — | terrestrial | 0.48g | 15 | 360.0 | thin | barren | none | — | — | — | diff --git a/wiki/star-systems/GJ-827/index.md b/wiki/star-systems/GJ-827/index.md index db4793dfc..34dcf885c 100644 --- a/wiki/star-systems/GJ-827/index.md +++ b/wiki/star-systems/GJ-827/index.md @@ -68,7 +68,7 @@ F6V is the warmest stellar type in this batch, and among the brightest hosting a ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ827b` | — | planet | no | — | terrestrial | 0.63g | 68 | 22.0 | none | barren | — | — | — | — | | 2 | `GJ827c` | — | planet | no | — | terrestrial | 0.90g | 155 | 26.5 | thick | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-829/index.md b/wiki/star-systems/GJ-829/index.md index 955274540..1004fc6ec 100644 --- a/wiki/star-systems/GJ-829/index.md +++ b/wiki/star-systems/GJ-829/index.md @@ -68,7 +68,7 @@ M4 is a mid-range M-dwarf, consistent with the arid, underground settlement cond ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ829b` | — | planet | no | — | terrestrial | 0.32g | 7 | 163.2 | none | barren | — | — | — | — | | 2 | `GJ829c` | Posto Avançado | planet | yes | 3K | terrestrial | 0.77g | 19 | 430.0 | thin | cold_arid | subsurface_ice | transit | underground_complex | — | diff --git a/wiki/star-systems/GJ-83.1/index.md b/wiki/star-systems/GJ-83.1/index.md index 4d56e51c1..9fb241a5d 100644 --- a/wiki/star-systems/GJ-83.1/index.md +++ b/wiki/star-systems/GJ-83.1/index.md @@ -66,7 +66,7 @@ dM8e is among the most extreme stellar types hosting a permanent settlement — ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ83.1b` | — | planet | no | — | terrestrial | 0.28g | 5 | 117.6 | none | barren | — | — | — | — | | 2 | `GJ83.1c` | Farol | planet | yes | 14K | terrestrial | 0.74g | 14 | 336.0 | thin | cold_arid | subsurface_ice | transit | underground_complex | — | diff --git a/wiki/star-systems/GJ-832/index.md b/wiki/star-systems/GJ-832/index.md index 4cb0b5124..743454dc3 100644 --- a/wiki/star-systems/GJ-832/index.md +++ b/wiki/star-systems/GJ-832/index.md @@ -54,7 +54,7 @@ The body that controls commercial traffic through the western sector's six-gate ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ832b` | — | planet | no | — | terrestrial | 0.36g | 9 | 220.8 | none | barren | — | — | — | — | | 2 | `GJ832c` | Damm | planet | yes | 800M | terrestrial | 0.88g | 88 | 2112.0 | standard | temperate_terminator | liquid_water | commercial | urban_concentrated | logistics | diff --git a/wiki/star-systems/GJ-845/index.md b/wiki/star-systems/GJ-845/index.md index 6cffdb022..033c5f83c 100644 --- a/wiki/star-systems/GJ-845/index.md +++ b/wiki/star-systems/GJ-845/index.md @@ -64,13 +64,13 @@ The system name "Cairn" does not appear in any official Commission or Assembly r ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ845b` | — | planet | no | — | terrestrial | 0.24g | 14 | 340.0 | none | barren | none | — | — | — | | 2 | `GJ845c` | — | planet | no | — | terrestrial | 0.58g | 60 | 1440.0 | toxic | barren | none | — | — | — | -| 3 | `GJ845d` | — | planet | no | — | terrestrial | 0.88g | 200 | 23.0 | breathable | temperate | ocean | — | — | — | +| 3 | `GJ845d` | — | planet | no | — | terrestrial | 0.88g | 200 | 23.0 | standard | temperate | ocean | — | — | — | | ↳ 3.1 | `GJ845d-1` | — | moon | no | — | dwarf | 0.07g | 12 | 288.0 | none | barren | none | — | — | — | -| 4 | `GJ845e` | — | planet | no | — | terrestrial | 0.72g | 380 | 20.0 | breathable | temperate | rivers | — | — | — | +| 4 | `GJ845e` | — | planet | no | — | terrestrial | 0.72g | 380 | 20.0 | standard | temperate | rivers | — | — | — | | 5 | `GJ845f` | — | planet | no | — | terrestrial | 0.42g | 700 | 16.5 | thin | arid | none | — | — | — | | 6 | `GJ845g` | — | planet | no | — | terrestrial | 0.35g | 1100 | 18.0 | none | frozen | ice | — | — | — | | 7 | `GJ845-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-848/index.md b/wiki/star-systems/GJ-848/index.md index 1138559ab..bf24563ed 100644 --- a/wiki/star-systems/GJ-848/index.md +++ b/wiki/star-systems/GJ-848/index.md @@ -70,7 +70,7 @@ F-type star at hop 8 in the east_reach is unusual and is treated as the system's ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ848b` | — | planet | no | — | terrestrial | 0.54g | 68 | 17.6 | none | barren | — | — | — | — | | 2 | `GJ848c` | — | planet | no | — | terrestrial | 0.76g | 260 | 23.4 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-853A/index.md b/wiki/star-systems/GJ-853A/index.md index 65d9582f7..b752522e0 100644 --- a/wiki/star-systems/GJ-853A/index.md +++ b/wiki/star-systems/GJ-853A/index.md @@ -50,7 +50,7 @@ Rich mineral deposits and a habitable world at hop eleven — everything the eco ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ853Ab` | — | planet | no | — | terrestrial | 0.36g | 11 | 268.8 | none | barren | — | — | — | — | | 2 | `GJ853Ac` | — | planet | no | — | terrestrial | 0.84g | 74 | 27.2 | standard | cold_arid | liquid_water | — | — | — | diff --git a/wiki/star-systems/GJ-86/index.md b/wiki/star-systems/GJ-86/index.md index 94ca07084..06d27c330 100644 --- a/wiki/star-systems/GJ-86/index.md +++ b/wiki/star-systems/GJ-86/index.md @@ -52,7 +52,7 @@ The Mensah family has governed this trading post through three centuries and six ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ86Ab` | — | planet | no | — | terrestrial | 0.56g | 88 | 22.0 | none | barren | — | — | — | — | | 2 | `GJ86Ac` | — | planet | no | — | terrestrial | 0.84g | 195 | 26.5 | thin | arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-860A/index.md b/wiki/star-systems/GJ-860A/index.md index 055fc8716..270a2112d 100644 --- a/wiki/star-systems/GJ-860A/index.md +++ b/wiki/star-systems/GJ-860A/index.md @@ -54,7 +54,7 @@ Wave_2 settlement at hop 4 is unremarkable — wave_2 systems exist throughout t ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ860Ab` | — | planet | no | — | terrestrial | 0.34g | 9 | 206.4 | none | barren | — | — | — | — | | 2 | `GJ860Ac` | Mthatha | planet | yes | 85M | terrestrial | 0.90g | 65 | 28.2 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-860B/index.md b/wiki/star-systems/GJ-860B/index.md index a791ce86a..fe759f0c6 100644 --- a/wiki/star-systems/GJ-860B/index.md +++ b/wiki/star-systems/GJ-860B/index.md @@ -50,7 +50,7 @@ Every freight dispute filed in the east corridor sub-region goes through Changwo ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ860Bb` | — | planet | no | — | terrestrial | 0.26g | 3 | 67.2 | none | barren | — | — | — | — | | 2 | `GJ860Bc` | Changwon | planet | yes | 680M | terrestrial | 0.86g | 9 | 206.4 | standard | temperate_terminator | liquid_water | transit | urban_concentrated | logistics | diff --git a/wiki/star-systems/GJ-866A/index.md b/wiki/star-systems/GJ-866A/index.md index 529e18b48..90376980f 100644 --- a/wiki/star-systems/GJ-866A/index.md +++ b/wiki/star-systems/GJ-866A/index.md @@ -55,7 +55,7 @@ The inner rocky body Srok Thmei (Khmer: 'new district') was named by a Khmer-her ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ866Ab` | — | planet | no | — | terrestrial | 0.18g | 6 | 144.0 | none | barren | none | — | — | — | | 2 | `GJ866Ac` | Srok Thmei | planet | no | — | terrestrial | 0.30g | 20 | 480.0 | none | barren | none | — | — | — | diff --git a/wiki/star-systems/GJ-868/index.md b/wiki/star-systems/GJ-868/index.md index 91568a0e0..affc692d1 100644 --- a/wiki/star-systems/GJ-868/index.md +++ b/wiki/star-systems/GJ-868/index.md @@ -52,7 +52,7 @@ Two Portuguese corridor communities have been calling this system "Encontro" for ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ868b` | — | planet | no | — | terrestrial | 0.40g | 18 | 19.8 | none | barren | — | — | — | — | | 2 | `GJ868c` | — | planet | no | — | terrestrial | 0.86g | 150 | 26.2 | standard | temperate | liquid_water | — | — | — | diff --git a/wiki/star-systems/GJ-873/index.md b/wiki/star-systems/GJ-873/index.md index fd7a1fc6e..04de5a313 100644 --- a/wiki/star-systems/GJ-873/index.md +++ b/wiki/star-systems/GJ-873/index.md @@ -59,7 +59,7 @@ The inner rocky body Lavenille — a district of Port of Spain, Trinidad, histor ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ873b` | — | planet | no | — | terrestrial | 0.25g | 3 | 72.0 | none | barren | none | — | — | — | | 2 | `GJ873c` | Lavenille | planet | no | — | terrestrial | 0.40g | 9 | 216.0 | none | barren | none | — | — | — | diff --git a/wiki/star-systems/GJ-875/index.md b/wiki/star-systems/GJ-875/index.md index 0c8c9025a..becf7c39d 100644 --- a/wiki/star-systems/GJ-875/index.md +++ b/wiki/star-systems/GJ-875/index.md @@ -62,7 +62,7 @@ The unsettled status at hop 14 on a through-route is consistent with the deep fr ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ875b` | — | planet | no | — | terrestrial | 0.40g | 18 | 20.2 | none | barren | — | — | — | — | | 2 | `GJ875c` | — | planet | no | — | terrestrial | 0.72g | 140 | 26.2 | thin | cold_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-876/index.md b/wiki/star-systems/GJ-876/index.md index b271d33c7..ea557e2fa 100644 --- a/wiki/star-systems/GJ-876/index.md +++ b/wiki/star-systems/GJ-876/index.md @@ -55,7 +55,7 @@ Binary-type system at hop 4 with spur_end topology creates genuine narrative iso ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ876b` | — | planet | no | — | terrestrial | 0.28g | 3 | 72.0 | none | barren | none | — | — | — | | 2 | `GJ876c` | — | planet | no | — | terrestrial | 0.52g | 10 | 240.0 | none | barren | none | extraction | — | — | diff --git a/wiki/star-systems/GJ-877/index.md b/wiki/star-systems/GJ-877/index.md index b05309318..d99eab948 100644 --- a/wiki/star-systems/GJ-877/index.md +++ b/wiki/star-systems/GJ-877/index.md @@ -57,12 +57,12 @@ Wave_2 through_route at hop 5 at 28.1 ly represents the reach of early settlemen ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ877b` | — | planet | no | — | terrestrial | 0.35g | 25 | 600.0 | none | barren | none | — | — | — | -| 2 | `GJ877c` | Sundsvall | planet | yes | 250M | terrestrial | 0.88g | 80 | 22.0 | breathable | temperate-cool | moderate | transit | urban | — | +| 2 | `GJ877c` | Sundsvall | planet | yes | 250M | terrestrial | 0.88g | 80 | 22.0 | standard | temperate-cool | moderate | transit | urban | — | | ↳ 2.1 | `GJ877c-1` | — | moon | no | — | dwarf | 0.05g | 8 | 192.0 | none | barren | none | — | — | — | -| 3 | `GJ877d` | Härnösand | planet | yes | 12M | terrestrial | 0.72g | 180 | 20.0 | breathable | arid | minimal | agriculture | dispersed | — | +| 3 | `GJ877d` | Härnösand | planet | yes | 12M | terrestrial | 0.72g | 180 | 20.0 | standard | arid | minimal | agriculture | dispersed | — | | 4 | `GJ877e` | — | planet | no | — | terrestrial | 0.40g | 400 | 18.0 | thin | frozen | ice | — | — | — | | 5 | `GJ877f` | — | planet | no | — | terrestrial | 0.32g | 900 | 16.0 | none | frozen | ice | — | — | — | | 6 | `GJ877g` | — | gas_giant | no | — | gas_giant | — | 2500 | 11.0 | dense | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-879/index.md b/wiki/star-systems/GJ-879/index.md index 1f3b9b75f..2396f698b 100644 --- a/wiki/star-systems/GJ-879/index.md +++ b/wiki/star-systems/GJ-879/index.md @@ -46,11 +46,11 @@ Wave_2, spur-end at hop 4 reflects an early agricultural push that followed a pr ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ879b` | — | planet | no | — | terrestrial | 0.38g | 28 | 672.0 | none | barren | none | — | — | — | | 2 | `GJ879c` | — | planet | no | — | terrestrial | 0.48g | 65 | 1560.0 | thin | arid | none | — | — | — | -| 3 | `GJ879d` | Patiala | planet | yes | 300M | terrestrial | 0.90g | 155 | 23.0 | breathable | temperate | extensive | agriculture | dispersed | agricultural_syndic | +| 3 | `GJ879d` | Patiala | planet | yes | 300M | terrestrial | 0.90g | 155 | 23.0 | standard | temperate | extensive | agriculture | dispersed | agricultural_syndic | | ↳ 3.1 | `GJ879d-1` | — | moon | no | — | dwarf | 0.05g | 9 | 216.0 | none | barren | none | — | — | — | | 4 | `GJ879e` | — | planet | no | — | terrestrial | 0.42g | 310 | 18.0 | thin | arid | none | — | — | — | | 5 | `GJ879f` | — | planet | no | — | terrestrial | 0.35g | 750 | 16.0 | none | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-880/index.md b/wiki/star-systems/GJ-880/index.md index b1cb674d1..23907cb52 100644 --- a/wiki/star-systems/GJ-880/index.md +++ b/wiki/star-systems/GJ-880/index.md @@ -82,10 +82,10 @@ The READ-ONLY star classification is M2: — an approximate M2 red dwarf (the co ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ880b` | — | planet | no | — | terrestrial | 0.30g | 5 | 120.0 | none | barren | none | — | — | — | -| 2 | `GJ880c` | Kongsberg | planet | yes | 1K | terrestrial | 0.75g | 15 | 360.0 | breathable | temperate-cool | moderate | agriculture | concentrated | — | +| 2 | `GJ880c` | Kongsberg | planet | yes | 1K | terrestrial | 0.75g | 15 | 360.0 | standard | temperate-cool | moderate | agriculture | concentrated | — | | 3 | `GJ880d` | — | planet | no | — | terrestrial | 0.35g | 40 | 960.0 | thin | frozen | ice | — | — | — | | 4 | `GJ880e` | — | planet | no | — | terrestrial | 0.28g | 100 | 16.0 | none | frozen | ice | — | — | — | | 5 | `GJ880f` | — | gas_giant | no | — | gas_giant | — | 550 | 10.5 | dense | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-884/index.md b/wiki/star-systems/GJ-884/index.md index df5ba4406..987870a16 100644 --- a/wiki/star-systems/GJ-884/index.md +++ b/wiki/star-systems/GJ-884/index.md @@ -70,7 +70,7 @@ Wave_2 settlement at hop 5 is consistent with the founding logic: the original e ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ884b` | — | planet | no | — | terrestrial | 0.36g | 14 | 336.0 | none | barren | — | — | — | — | | 2 | `GJ884c` | Mbanza | planet | yes | 4M | terrestrial | 0.88g | 140 | 3360.0 | standard | temperate | liquid_water | commercial | urban_concentrated | — | diff --git a/wiki/star-systems/GJ-887/index.md b/wiki/star-systems/GJ-887/index.md index f68b01316..af67ad838 100644 --- a/wiki/star-systems/GJ-887/index.md +++ b/wiki/star-systems/GJ-887/index.md @@ -67,10 +67,10 @@ Everything the southern Reach receives passes through two gates in this system; ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ887b` | — | planet | no | — | terrestrial | 0.20g | 8 | 192.0 | none | barren | none | — | — | — | -| 2 | `GJ887c` | Calder | planet | yes | 600M | terrestrial | 0.80g | 160 | 22.5 | breathable | temperate | rivers | service_mixed | urban_concentrated | — | +| 2 | `GJ887c` | Calder | planet | yes | 600M | terrestrial | 0.80g | 160 | 22.5 | standard | temperate | rivers | service_mixed | urban_concentrated | — | | ↳ 2.1 | `GJ887c-1` | — | moon | no | — | dwarf | 0.04g | 9 | 216.0 | none | barren | none | — | — | — | | 3 | `GJ887d` | — | planet | no | — | terrestrial | 0.35g | 40 | 960.0 | none | barren | none | — | — | — | | 4 | `GJ887e` | — | planet | no | — | terrestrial | 0.42g | 100 | 15.0 | thin | frozen | ice | — | — | — | diff --git a/wiki/star-systems/GJ-892/index.md b/wiki/star-systems/GJ-892/index.md index da212284b..f339a9293 100644 --- a/wiki/star-systems/GJ-892/index.md +++ b/wiki/star-systems/GJ-892/index.md @@ -30,11 +30,11 @@ K3Vvar means the star's output fluctuates. Light shifts across the spectrum, the ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ892b` | — | planet | no | — | terrestrial | 0.28g | 20 | 480.0 | none | barren | none | — | — | — | | 2 | `GJ892c` | — | planet | no | — | terrestrial | 0.55g | 65 | 1560.0 | thin | barren | none | — | — | — | -| 3 | `GJ892d` | Cairnside | planet | yes | 80M | terrestrial | 0.82g | 220 | 24.0 | breathable | arid | ice | research | domed | — | +| 3 | `GJ892d` | Cairnside | planet | yes | 80M | terrestrial | 0.82g | 220 | 24.0 | standard | arid | ice | research | domed | — | | ↳ 3.1 | `GJ892d-1` | Vacuum Fatigue Station | moon | yes | 400 | dwarf | 0.05g | 12 | 288.0 | none | barren | none | research | domed | — | | 4 | `GJ892e` | Corrosion Bench | planet | yes | 600 | terrestrial | 0.45g | 450 | 17.5 | thin | arid | none | research | domed | — | | 5 | `GJ892f` | Cryogenic Soak | planet | yes | 300 | terrestrial | 0.38g | 800 | 16.0 | none | frozen | ice | research | domed | — | diff --git a/wiki/star-systems/GJ-896A/index.md b/wiki/star-systems/GJ-896A/index.md index 653964324..8a74ea5c3 100644 --- a/wiki/star-systems/GJ-896A/index.md +++ b/wiki/star-systems/GJ-896A/index.md @@ -68,7 +68,7 @@ M6Ve places GJ 896A at the cool, flare-active end of the M-dwarf sequence, consi ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ896Ab` | — | planet | no | — | terrestrial | 0.29g | 5 | 124.8 | none | barren | — | — | — | — | | 2 | `GJ896Ac` | Nowa Huta | planet | yes | 220M | terrestrial | 0.82g | 14 | 336.0 | standard | temperate | liquid_water | manufacturing | urban_concentrated | heavy_industry | diff --git a/wiki/star-systems/GJ-902/index.md b/wiki/star-systems/GJ-902/index.md index 7fe130e56..9898fefc9 100644 --- a/wiki/star-systems/GJ-902/index.md +++ b/wiki/star-systems/GJ-902/index.md @@ -62,7 +62,7 @@ The unsettled status at hop 7 with a favorable habitability assessment is explai ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ902b` | — | planet | no | — | terrestrial | 0.53g | 34 | 23.0 | none | barren | — | — | — | — | | 2 | `GJ902c` | — | planet | no | — | terrestrial | 0.88g | 195 | 26.0 | thin | arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-903/index.md b/wiki/star-systems/GJ-903/index.md index 2facb0537..dc3e5e1ec 100644 --- a/wiki/star-systems/GJ-903/index.md +++ b/wiki/star-systems/GJ-903/index.md @@ -81,7 +81,7 @@ The founding survey's stellar evolution section contains a handwritten annotatio ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ903b` | — | planet | no | — | terrestrial | 0.46g | 34 | 19.6 | none | barren | — | — | — | — | | 2 | `GJ903c` | Ghadames | planet | yes | 4K | terrestrial | 0.90g | 370 | 26.8 | standard | temperate | liquid_water | agricultural | dispersed | — | diff --git a/wiki/star-systems/GJ-904/index.md b/wiki/star-systems/GJ-904/index.md index b00058840..3447c9e5c 100644 --- a/wiki/star-systems/GJ-904/index.md +++ b/wiki/star-systems/GJ-904/index.md @@ -64,7 +64,7 @@ Wave_4 settlement at hop 16 with a biologically complex habitable world is expla ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ904b` | — | planet | no | — | terrestrial | 0.54g | 72 | 18.2 | none | barren | — | — | — | — | | 2 | `GJ904c` | — | planet | no | — | terrestrial | 0.76g | 280 | 23.6 | thin | hot_arid | — | — | — | — | diff --git a/wiki/star-systems/GJ-905/index.md b/wiki/star-systems/GJ-905/index.md index c5e32e4c4..969b0b41a 100644 --- a/wiki/star-systems/GJ-905/index.md +++ b/wiki/star-systems/GJ-905/index.md @@ -66,7 +66,7 @@ dM6e is a flare-active M6 dwarf, among the most energetically variable stellar t ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ905b` | Mfolozi | planet | yes | 45K | terrestrial | 0.84g | 9 | 216.0 | standard | temperate | liquid_water | agricultural | dispersed | agricultural_export | | 2 | `GJ905-belt` | — | asteroid_belt | no | — | — | — | — | — | — | — | — | — | — | — | diff --git a/wiki/star-systems/GJ-908/index.md b/wiki/star-systems/GJ-908/index.md index f8cc63910..b491b8821 100644 --- a/wiki/star-systems/GJ-908/index.md +++ b/wiki/star-systems/GJ-908/index.md @@ -50,7 +50,7 @@ Thornfield Station's original development license listed two and a half times th ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ908b` | — | planet | no | — | terrestrial | 0.33g | 6 | 153.6 | none | barren | — | — | — | — | | 2 | `GJ908c` | Thornfield Station | planet | yes | 4K | terrestrial | 0.72g | 20 | 480.0 | thin | temperate_terminator | liquid_water | agricultural | dispersed | — | diff --git a/wiki/star-systems/GJ-909A/index.md b/wiki/star-systems/GJ-909A/index.md index 572d72587..396559e8a 100644 --- a/wiki/star-systems/GJ-909A/index.md +++ b/wiki/star-systems/GJ-909A/index.md @@ -72,7 +72,7 @@ K3V is consistent with the K-type header designation; both briefing and READ-ONL ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ909Ab` | — | planet | no | — | terrestrial | 0.32g | 16 | 20.6 | none | barren | — | — | — | — | | 2 | `GJ909Ac` | Tam Giang Prime | planet | yes | 8K | terrestrial | 0.88g | 200 | 25.2 | standard | temperate | liquid_water | manufacturing | urban_concentrated | maritime_construction | diff --git a/wiki/star-systems/GJ-914A/index.md b/wiki/star-systems/GJ-914A/index.md index 61966396e..98bbb42c8 100644 --- a/wiki/star-systems/GJ-914A/index.md +++ b/wiki/star-systems/GJ-914A/index.md @@ -48,7 +48,7 @@ Droëland has maintained emergency stores sufficient for multi-year self-suffici ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ914Ab` | — | planet | no | — | terrestrial | 0.42g | 24 | 19.4 | none | barren | — | — | — | — | | 2 | `GJ914Ac` | Calvinia | planet | yes | 18K | terrestrial | 0.88g | 200 | 26.6 | standard | cold_arid | liquid_water | agricultural | dispersed | agricultural_export | diff --git a/wiki/star-systems/GJ-92/index.md b/wiki/star-systems/GJ-92/index.md index 4727f586a..54fa6bc36 100644 --- a/wiki/star-systems/GJ-92/index.md +++ b/wiki/star-systems/GJ-92/index.md @@ -50,7 +50,7 @@ Unsettled G-type at hop 7 with plausible habitation potential and two centuries ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ92b` | — | planet | no | — | terrestrial | 0.52g | 46 | 17.6 | none | barren | — | — | — | — | | 2 | `GJ92c` | — | planet | no | — | terrestrial | 0.90g | 350 | 26.2 | standard | temperate | liquid_water | — | — | — | diff --git a/wiki/star-systems/GJ-95/index.md b/wiki/star-systems/GJ-95/index.md index b69c5378f..89162fc85 100644 --- a/wiki/star-systems/GJ-95/index.md +++ b/wiki/star-systems/GJ-95/index.md @@ -72,12 +72,12 @@ The binary-type designation reflects the G8V primary plus a wide-orbit companion ## Celestial Bodies -| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Biome | Hydro | Economy | Settlement | Industrial | +| Orbit | ID | Name | Type | Inhabited | Pop | Mass | Gravity | Year (d) | Day (h) | Atmo | Class | Hydro | Economy | Settlement | Industrial | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | 1 | `GJ95b` | — | planet | no | — | terrestrial | 0.38g | 40 | 18.0 | none | barren | none | — | — | — | | 2 | `GJ95c` | — | planet | no | — | terrestrial | 0.52g | 100 | 22.0 | thin | arid | none | — | — | — | | 3 | `GJ95d` | — | planet | no | — | terrestrial | 0.55g | 200 | 20.0 | thin | arid | trace | — | — | — | -| 4 | `GJ95e` | Portree | planet | yes | 65M | terrestrial | 0.92g | 400 | 23.0 | breathable | temperate | moderate | agriculture | dispersed | — | +| 4 | `GJ95e` | Portree | planet | yes | 65M | terrestrial | 0.92g | 400 | 23.0 | standard | temperate | moderate | agriculture | dispersed | — | | ↳ 4.1 | `GJ95e-1` | — | moon | no | — | dwarf | 0.06g | 10 | 240.0 | none | barren | none | — | — | — | | 5 | `GJ95f` | — | planet | no | — | terrestrial | 0.42g | 800 | 18.0 | thin | frozen | ice | extraction | — | — | | 6 | `GJ95g` | — | planet | no | — | terrestrial | 0.35g | 1600 | 16.0 | none | frozen | ice | — | — | — |